![]() |
Multiscale Universal Interface
2.0
A Concurrent Framework for Coupling Heterogeneous Solvers
|
Implementation of sparse matrix I/O functions. More...
#include <sstream>
#include <fstream>
#include <cassert>
#include <limits>
#include <algorithm>
#include <cctype>
Go to the source code of this file.
Namespaces | |
mui | |
mui::linalg | |
Functions | |
template<typename ITYPE , typename VTYPE > | |
std::ostream & | mui::linalg::operator<< (std::ostream &ofile, const sparse_matrix< ITYPE, VTYPE > &exist_mat) |
template<typename ITYPE , typename VTYPE > | |
std::istream & | mui::linalg::operator>> (std::istream &ifile, sparse_matrix< ITYPE, VTYPE > &exist_mat) |
Implementation of sparse matrix I/O functions.