|
monolish
0.14.0
MONOlithic LIner equation Solvers for Highly-parallel architecture
|
#include "./monolish_logger.hpp"#include <cassert>#include <exception>#include <fstream>#include <iostream>#include <iterator>#include <omp.h>#include <random>#include <stdexcept>#include <string>#include <vector>#include <memory>Go to the source code of this file.
Classes | |
| 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... | |
| class | monolish::view1D< TYPE, Float > |
| 1D view class More... | |
Namespaces | |
| monolish | |
| monolish::matrix | |
| Declare sparse and dense matrix class. | |
1.8.17