Matrix Helper class to handle add and scalar multiply. Plus de détails...
#include <arcane/matrix/MatrixOperationsT.h>
Graphe d'héritage de Arcane::MatrixLinComb< M1, M2 >:
Graphe de collaboration de Arcane::MatrixLinComb< M1, M2 >:Fonctions membres publiques | |
| MatrixLinComb (double alpha, const MatrixExpr< M1 > &x, double beta, const MatrixExpr< M2 > &y) | |
| const IndexedSpace & | maps_from () const |
| const IndexedSpace & | maps_to () const |
Fonctions membres publiques hérités de Arcane::MatrixExpr< MatrixLinComb< M1, M2 > > | |
| operator MatrixLinComb< M1, M2 > & () | |
| operator MatrixLinComb< M1, M2 > const & () const | |
| const IndexedSpace & | maps_from () const |
| const IndexedSpace & | maps_to () const |
Attributs privés | |
| M1 const & | m_x |
| M2 const & | m_y |
Matrix Helper class to handle add and scalar multiply.
Définition à la ligne 36 du fichier MatrixOperationsT.h.
| Arcane::MatrixLinComb< M1, M2 >::MatrixLinComb | ( | double | alpha, |
| const MatrixExpr< M1 > & | x, | ||
| double | beta, | ||
| const MatrixExpr< M2 > & | y ) |
Définition à la ligne 74 du fichier MatrixOperationsT.h.
|
inline |
Définition à la ligne 42 du fichier MatrixOperationsT.h.
|
inline |
Définition à la ligne 44 du fichier MatrixOperationsT.h.
|
inline |
Définition à la ligne 45 du fichier MatrixOperationsT.h.
|
private |
Définition à la ligne 49 du fichier MatrixOperationsT.h.
|
private |
Définition à la ligne 50 du fichier MatrixOperationsT.h.