| monolish
    0.14.0
    MONOlithic LIner equation Solvers for Highly-parallel architecture | 
#include "../../../include/common/monolish_dense.hpp"#include "../../../include/common/monolish_logger.hpp"#include "../../../include/common/monolish_matrix.hpp"#include "../../internal/monolish_internal.hpp"Go to the source code of this file.
| Namespaces | |
| monolish | |
| monolish::matrix | |
| Declare sparse and dense matrix class. | |
| monolish::util | |
| monolish utilities | |
| Functions | |
| template bool | monolish::util::is_same_size (const matrix::CRS< double > &A, const matrix::CRS< double > &B) | 
| template bool | monolish::util::is_same_size (const matrix::CRS< float > &A, const matrix::CRS< float > &B) | 
| template<typename T > | |
| bool | monolish::util::is_same_size (const matrix::CRS< T > &A, const matrix::CRS< T > &B) | 
| compare row and col size  More... | |
| template bool | monolish::util::is_same_structure (const matrix::CRS< double > &A, const matrix::CRS< double > &B) | 
| template bool | monolish::util::is_same_structure (const matrix::CRS< float > &A, const matrix::CRS< float > &B) | 
| template<typename T > | |
| bool | monolish::util::is_same_structure (const matrix::CRS< T > &A, const matrix::CRS< T > &B) | 
| compare structure using structure_hash, M, and N  More... | |
 1.8.17
 1.8.17