Structs
- Performace is a struct returned by compute_precision.
- Stat is a struct returned by solve_linear_system.
Enums
- Method is used to set the method used by the routine.
Functions
- Determines the accuracy of x (solution computed by the routine) against the correct one and returns an istance of Performance.
- Initialize a vector with dimension = [size] and each entry a random value between 0 and 1
- Initialize a vector with dimension = [size] and each entry = value
- Parse a matrix market file (.mtx) and return the csr matrix representation of it. Panic if matrix is not sparse
- Parse a vector from a matrix market file or a file with each row representing the entry of the vector.
- Solves the linear system ax=b and returns a Stat instance: