![]() |
Multiscale Universal Interface
2.0
A Concurrent Framework for Coupling Heterogeneous Solvers
|
Base class for sparse matrix based on COO, CSR & CSC formats includes basic arithmetic operations, multiplications and matrix I/O. More...
#include <map>#include <vector>#include <cassert>#include "linalg_util.h"#include "../linear_algebra/matrix_ctor_dtor.h"#include "../linear_algebra/matrix_io_info.h"#include "../linear_algebra/matrix_manipulation.h"#include "../linear_algebra/matrix_arithmetic.h"#include "../linear_algebra/matrix_asserts.h"

Go to the source code of this file.
Classes | |
| class | mui::linalg::sparse_matrix< ITYPE, VTYPE > |
Namespaces | |
| mui | |
| mui::linalg | |
Base class for sparse matrix based on COO, CSR & CSC formats includes basic arithmetic operations, multiplications and matrix I/O.