|
| | poisson_2d (size_t n) |
| |
| size_t | rows () const |
| |
| size_t | nonzeros () const |
| |
| void | operator() (size_t row, std::vector< col_type > &col, std::vector< val_type > &val) const |
| |
| | poisson_2d (size_t n) |
| |
| size_t | rows () const |
| |
| size_t | nonzeros () const |
| |
| void | operator() (size_t row, std::vector< col_type > &col, std::vector< val_type > &val) const |
| |
Définition à la ligne 38 du fichier AdapterCSRBuilder.cc.
◆ col_type [1/2]
| typedef ptrdiff_t poisson_2d::col_type |
◆ col_type [2/2]
| typedef long poisson_2d::col_type |
◆ val_type [1/2]
| typedef double poisson_2d::val_type |
◆ val_type [2/2]
| typedef double poisson_2d::val_type |
◆ poisson_2d() [1/2]
| poisson_2d::poisson_2d |
( |
size_t | n | ) |
|
|
inline |
◆ poisson_2d() [2/2]
| poisson_2d::poisson_2d |
( |
size_t | n | ) |
|
|
inline |
◆ nonzeros() [1/2]
| size_t poisson_2d::nonzeros |
( |
| ) |
const |
|
inline |
◆ nonzeros() [2/2]
| size_t poisson_2d::nonzeros |
( |
| ) |
const |
|
inline |
◆ operator()() [1/2]
| void poisson_2d::operator() |
( |
size_t | row, |
|
|
std::vector< col_type > & | col, |
|
|
std::vector< val_type > & | val ) const |
|
inline |
◆ operator()() [2/2]
| void poisson_2d::operator() |
( |
size_t | row, |
|
|
std::vector< col_type > & | col, |
|
|
std::vector< val_type > & | val ) const |
|
inline |
◆ rows() [1/2]
| size_t poisson_2d::rows |
( |
| ) |
const |
|
inline |
◆ rows() [2/2]
| size_t poisson_2d::rows |
( |
| ) |
const |
|
inline |
◆ h2i
La documentation de cette structure a été générée à partir des fichiers suivants :