#include <fast_sparse_matrix.h>
|
| void | alloc (size_t nl, size_t nc, size_t nz) |
| |
| void | destroy () |
| |
Definition at line 16 of file fast_sparse_matrix.h.
◆ FastSparseMatrix() [1/4]
| OpenMEEG::FastSparseMatrix::FastSparseMatrix |
( |
| ) |
|
|
inline |
◆ FastSparseMatrix() [2/4]
| OpenMEEG::FastSparseMatrix::FastSparseMatrix |
( |
size_t |
n, |
|
|
size_t |
p, |
|
|
size_t |
sp = 1 |
|
) |
| |
|
inline |
◆ FastSparseMatrix() [3/4]
| OpenMEEG::FastSparseMatrix::FastSparseMatrix |
( |
const SparseMatrix & |
M | ) |
|
|
inline |
◆ FastSparseMatrix() [4/4]
◆ ~FastSparseMatrix()
| OpenMEEG::FastSparseMatrix::~FastSparseMatrix |
( |
| ) |
|
|
inline |
◆ alloc()
| void OpenMEEG::FastSparseMatrix::alloc |
( |
size_t |
nl, |
|
|
size_t |
nc, |
|
|
size_t |
nz |
|
) |
| |
|
inlineprotected |
◆ destroy()
| void OpenMEEG::FastSparseMatrix::destroy |
( |
| ) |
|
|
inlineprotected |
◆ nlin()
| size_t OpenMEEG::FastSparseMatrix::nlin |
( |
| ) |
const |
|
inline |
◆ ncol()
| size_t OpenMEEG::FastSparseMatrix::ncol |
( |
| ) |
const |
|
inline |
◆ write()
| void OpenMEEG::FastSparseMatrix::write |
( |
std::ostream & |
f | ) |
const |
|
inline |
◆ read()
| void OpenMEEG::FastSparseMatrix::read |
( |
std::istream & |
f | ) |
|
|
inline |
◆ operator()() [1/2]
| double OpenMEEG::FastSparseMatrix::operator() |
( |
size_t |
i, |
|
|
size_t |
j |
|
) |
| const |
|
inline |
◆ operator()() [2/2]
| double & OpenMEEG::FastSparseMatrix::operator() |
( |
size_t |
i, |
|
|
size_t |
j |
|
) |
| |
|
inline |
◆ operator*()
| Vector OpenMEEG::FastSparseMatrix::operator* |
( |
const Vector & |
v | ) |
const |
|
inline |
◆ operator=()
◆ operator[]()
| double & OpenMEEG::FastSparseMatrix::operator[] |
( |
size_t |
i | ) |
|
|
inline |
◆ info()
| void OpenMEEG::FastSparseMatrix::info |
( |
| ) |
const |
|
inline |
◆ operator<<
◆ tank
| double* OpenMEEG::FastSparseMatrix::tank |
|
protected |
◆ js
| size_t* OpenMEEG::FastSparseMatrix::js |
|
protected |
◆ rowindex
| size_t* OpenMEEG::FastSparseMatrix::rowindex |
|
protected |
◆ m_nlin
| size_t OpenMEEG::FastSparseMatrix::m_nlin |
|
protected |
◆ m_ncol
| size_t OpenMEEG::FastSparseMatrix::m_ncol |
|
protected |
The documentation for this class was generated from the following file: