Modules§
- error
- Holds the error type for matrixlab
- iter
- Iterators over sparse matricies
- matrix
- Sparse and dense matricies
- vector
- Sparse and dense vectors
Functions§
- from_
file - Takes in a matrix market format file and gives back the resulting matrix. This will always return a matrix filled with floating point values to make parsing simpler. Matricies with complex values will error out.