Function Dune::XT::LA::write_matrix_market¶
-
template<class MatrixType>
void Dune::XT::LA::write_matrix_market(const MatrixType &mat, const std::string &filename, const int precision = 20)¶ Writes a matrix to a Matrix Market file (array format for dense, coordinate format for sparse).