Currently there are no functions for working with sparse matrices. These are the operations which must be implemented(assuming each matrix is n by n):
- creating an identity matrix
- reading matrix from file
- printing a matrix
- matrix addition/subtraction
- matrix multiplication by a number
- matrix miltiplication by a vector
- matrix multiplication by another matrix
- creating a random normalized orthogonal matrix
- creating a diagonal matrix from a given vector
Currently there are no functions for working with sparse matrices. These are the operations which must be implemented(assuming each matrix is n by n):