Matrix Helper class to handle add and scalar multiply. More...
#include <arcane/matrix/MatrixVectorOperationsT.h>
Public Member Functions | |
| VectorAXPY (const MatrixExpr< M > &a, const VectorExpr< V > &y) | |
| const IndexedSpace & | domain () const |
| Public Member Functions inherited from Arcane::VectorExpr< VectorAXPY< M, V > > | |
| operator V& () | |
| operator V const & () const | |
| Real | operator[] (int i) const |
| const IndexedSpace & | domain () const |
Private Attributes | |
| M const & | m_a |
| V const & | m_x |
Matrix Helper class to handle add and scalar multiply.
Definition at line 37 of file MatrixVectorOperationsT.h.
| Arcane::VectorAXPY< M, V >::VectorAXPY | ( | const MatrixExpr< M > & | a, |
| const VectorExpr< V > & | y ) |
Definition at line 60 of file MatrixVectorOperationsT.h.
|
inline |
Definition at line 43 of file MatrixVectorOperationsT.h.
| const IndexedSpace & Arcane::VectorAXPY< M, V >::domain | ( | ) | const |
Definition at line 69 of file MatrixVectorOperationsT.h.
|
private |
Definition at line 48 of file MatrixVectorOperationsT.h.
|
private |
Definition at line 49 of file MatrixVectorOperationsT.h.