Rheolef  7.2
an efficient C++ finite element environment
Loading...
Searching...
No Matches
csr.h

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

namespace  rheolef
 This file is part of Rheolef.
namespace  rheolef::details

Functions

template<class T>
csr< T, sequentialoperator* (const T &lambda, const csr< T, sequential > &a)
template<class T>
csr< T, sequentialoperator- (const csr< T, sequential > &a)
template<class T>
csr< T, sequentialtrans (const csr< T, sequential > &a)
 trans(a): see the form page for the full documentation
template<class T>
csr< T, distributedoperator* (const T &lambda, const csr< T, distributed > &a)
template<class T>
csr< T, distributedoperator- (const csr< T, distributed > &a)
template<class T>
csr< T, distributedtrans (const csr< T, distributed > &a)
template<class T, class M, class Function>
csr< T, Mcsr_apply (Function f, const csr< T, M > &a)
template<class T, class M, class Function>
csr< T, Mcsr_apply (T(*f)(const T &), const csr< T, M > &a)
template<class T, class M>
csr< T, Mdiag (const vec< T, M > &d)
template<class T, class M>
idiststreamoperator>> (idiststream &s, csr< T, M > &x)
template<class T, class M>
odiststreamoperator<< (odiststream &s, const csr< T, M > &x)

Detailed Description

csr - distributed compressed sparse matrix

Definition in file csr.h.