monolish  0.14.0
MONOlithic LIner equation Solvers for Highly-parallel architecture
Classes | Namespaces
monolish_linearoperator.hpp File Reference
#include <exception>
#include <functional>
#include <omp.h>
#include <random>
#include <stdexcept>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  monolish::matrix::COO< Float >
 Coodinate (COO) format Matrix (need to sort) More...
 
class  monolish::matrix::CRS< Float >
 Compressed Row Storage (CRS) format Matrix. More...
 
class  monolish::matrix::Dense< Float >
 Dense format Matrix. More...
 
class  monolish::matrix::LinearOperator< Float >
 Linear Operator imitating Matrix. More...
 
class  monolish::vector< Float >
 vector class More...
 

Namespaces

 monolish
 
 monolish::matrix
 Declare sparse and dense matrix class.