#include <Mat.h>
|
double ** | a |
| coefficients, [nu][7] More...
|
|
int ** | c |
| columns in full matrix, [nu][7], -1 if not set More...
|
|
|
const size_t | nu |
| number of rows (unknowns) More...
|
|
◆ SparseMat()
SparseMat::SparseMat |
( |
size_t |
nu | ) |
|
|
inline |
◆ ~SparseMat()
SparseMat::~SparseMat |
( |
| ) |
|
|
inline |
◆ dot()
double SparseMat::dot |
( |
const std::vector< double > & |
x, |
|
|
size_t |
r |
|
) |
| const |
|
inlinevirtual |
◆ memsize()
size_t SparseMat::memsize |
( |
| ) |
|
|
inlinevirtual |
matrix size in bytes
Implements Mat.
◆ operator()() [1/2]
double& SparseMat::operator() |
( |
size_t |
i, |
|
|
size_t |
j |
|
) |
| |
|
inlinevirtual |
◆ operator()() [2/2]
double SparseMat::operator() |
( |
size_t |
i, |
|
|
size_t |
j |
|
) |
| const |
|
inlinevirtual |
columns in full matrix, [nu][7], -1 if not set
◆ max_vals
constexpr size_t SparseMat::max_vals = 7 |
|
staticprotected |
The documentation for this class was generated from the following file: