News

A simple Python package for performing matrix operations such as addition, subtraction, multiplication, transposition, and more. Fork the repository. Create a new branch for your feature/bugfix.
The program compute the following operations: matrix addition, matrix multiplication by a constant, matrix multiplication by another matrix, transposition along the main diagonal, the side diagonal, ...
For instance, if we wanted to take x1 and use np.add to sum the array, we could use the .add method np.add.accumulate(x1) instead of looping over each element in the array to create a sum.