Flow123d
jenkins-Flow123d-linux-release-multijob-282
|
#include <vector>
#include <cassert>
#include <cmath>
#include <algorithm>
#include <iomanip>
#include <numeric>
Go to the source code of this file.
Classes | |
class | la::MatrixCoo< INDT, VALT > |
Temporary storage for a sparse matrix. More... | |
class | la::MatrixCoo< INDT, VALT > |
Temporary storage for a sparse matrix. More... | |
struct | la::MatrixCoo< INDT, VALT >::TripleLessThan_ |
returns true if the index pair of the first entry is smaller than of the second entry More... | |
struct | la::MatrixCoo< INDT, VALT >::TripleRowLessThan_ |
returns true if the first entry has smaller ROW index than the second one More... | |
struct | la::MatrixCoo< INDT, VALT >::TripleRowIndexLessThan_ |
returns true if the row of an entry is smaller than a prescribed index More... | |
struct | la::MatrixCoo< INDT, VALT >::TripleDiagEntry_ |
returns true if the entry is on diagonal, i.e. row == column More... | |
Namespaces | |
la | |
Macros | |
#define | ALLOWED_MEM_OVERHEAD 2.e+6 |
#define ALLOWED_MEM_OVERHEAD 2.e+6 |
Definition at line 4 of file matrix_coo.hpp.