| 
    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::COO< double > &A, const matrix::COO< double > &B) | 
| template bool | monolish::util::is_same_size (const matrix::COO< float > &A, const matrix::COO< float > &B) | 
| template<typename T > | |
| bool | monolish::util::is_same_size (const matrix::COO< T > &A, const matrix::COO< T > &B) | 
| compare row and col size  More... | |
| template bool | monolish::util::is_same_structure (const matrix::COO< double > &A, const matrix::COO< double > &B) | 
| template bool | monolish::util::is_same_structure (const matrix::COO< float > &A, const matrix::COO< float > &B) | 
| template<typename T > | |
| bool | monolish::util::is_same_structure (const matrix::COO< T > &A, const matrix::COO< T > &B) | 
| compare structure using col_index and row_index, M, and N  More... | |
 1.8.17