Multiscale Universal Interface  2.0
A Concurrent Framework for Coupling Heterogeneous Solvers
matrix_io_info.h File Reference

Implementation of sparse matrix I/O functions. More...

#include <sstream>
#include <fstream>
#include <cassert>
#include <limits>
#include <algorithm>
#include <cctype>
Include dependency graph for matrix_io_info.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Implementation of sparse matrix I/O functions.

Author
W. Liu
Date
01 February 2023