Matrix Helper class to handle add and scalar multiply. More...
#include <arcane/matrix/MatrixOperationsT.h>
Public Member Functions | |
| MatrixLinComb (double alpha, const MatrixExpr< M1 > &x, double beta, const MatrixExpr< M2 > &y) | |
| const IndexedSpace & | maps_from () const |
| const IndexedSpace & | maps_to () const |
| Public Member Functions inherited from 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 |
Private Attributes | |
| M1 const & | m_x |
| M2 const & | m_y |
Matrix Helper class to handle add and scalar multiply.
Definition at line 36 of file MatrixOperationsT.h.
| Arcane::MatrixLinComb< M1, M2 >::MatrixLinComb | ( | double | alpha, |
| const MatrixExpr< M1 > & | x, | ||
| double | beta, | ||
| const MatrixExpr< M2 > & | y ) |
Definition at line 74 of file MatrixOperationsT.h.
|
inline |
Definition at line 42 of file MatrixOperationsT.h.
|
inline |
Definition at line 44 of file MatrixOperationsT.h.
|
inline |
Definition at line 45 of file MatrixOperationsT.h.
|
private |
Definition at line 49 of file MatrixOperationsT.h.
|
private |
Definition at line 50 of file MatrixOperationsT.h.