Generates matrix rows as needed with help of user-provided functor. Plus de détails...
Graphe de collaboration de Arcane::Alina::adapter::matrix_builder< RowBuilder >:Classes | |
| struct | row_iterator |
Types publics | |
| typedef RowBuilder::val_type | value_type |
| typedef RowBuilder::col_type | col_type |
Fonctions membres publiques | |
| matrix_builder (const RowBuilder &row_builder) | |
| size_t | rows () const |
| size_t | cols () const |
| size_t | nonzeros () const |
| row_iterator | row_begin (size_t i) const |
Attributs publics | |
| RowBuilder | build_row |
Generates matrix rows as needed with help of user-provided functor.
The generated rows are not stored anywhere.
Définition à la ligne 545 du fichier Adapters.h.
| typedef RowBuilder::col_type Arcane::Alina::adapter::matrix_builder< RowBuilder >::col_type |
Définition à la ligne 548 du fichier Adapters.h.
| typedef RowBuilder::val_type Arcane::Alina::adapter::matrix_builder< RowBuilder >::value_type |
Définition à la ligne 547 du fichier Adapters.h.
|
inline |
Définition à la ligne 552 du fichier Adapters.h.
|
inline |
Définition à la ligne 557 du fichier Adapters.h.
|
inline |
Définition à la ligne 558 du fichier Adapters.h.
|
inline |
Définition à la ligne 602 du fichier Adapters.h.
|
inline |
Définition à la ligne 556 du fichier Adapters.h.
| RowBuilder Arcane::Alina::adapter::matrix_builder< RowBuilder >::build_row |
Définition à la ligne 550 du fichier Adapters.h.