|
Rheolef
7.1
an efficient C++ finite element environment
|
csr - distributed compressed sparse matrix
More...
Go to the source code of this file.
Classes | |
| class | csr_rep< T, M > |
| class | csr_rep< T, sequential > |
| class | csr_rep< T, distributed > |
| class | csr< T, M > |
see the csr page for the full documentation More... | |
| class | csr< T, sequential > |
| class | csr< T, distributed > |
Namespaces | |
| rheolef | |
| This file is part of Rheolef. | |
| rheolef::details | |
Functions | |
| template<class T > | |
| csr< T, sequential > | operator* (const T &lambda, const csr< T, sequential > &a) |
| template<class T > | |
| csr< T, sequential > | operator- (const csr< T, sequential > &a) |
| template<class T > | |
| csr< T, sequential > | trans (const csr< T, sequential > &a) |
trans(a): see the form page for the full documentation More... | |
| template<class T > | |
| csr< T, distributed > | operator* (const T &lambda, const csr< T, distributed > &a) |
| template<class T > | |
| csr< T, distributed > | operator- (const csr< T, distributed > &a) |
| template<class T > | |
| csr< T, distributed > | trans (const csr< T, distributed > &a) |
| template<class T , class M , class Function > | |
| csr< T, M > | csr_apply (Function f, const csr< T, M > &a) |
| template<class T , class M , class Function > | |
| csr< T, M > | csr_apply (T(*f)(const T &), const csr< T, M > &a) |
| template<class T , class M > | |
| csr< T, M > | diag (const vec< T, M > &d) |
| template<class T , class M > | |
| idiststream & | operator>> (idiststream &s, csr< T, M > &x) |
| template<class T , class M > | |
| odiststream & | operator<< (odiststream &s, const csr< T, M > &x) |
csr - distributed compressed sparse matrix
Definition in file csr.h.