Function sce::mtx::writer

source ·
pub fn writer<MatValT: MatrixValueTrait>(
    file_path: &Path,
    matrix: &CsMat<MatValT>
) -> Result<(), Box<dyn Error>>where
    for<'n> Displayable<&'n MatValT>: Display,