[][src]Function matrixlab::from_file

pub fn from_file(filename: &Path) -> Result<Matrix<f64>, Error>

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.