Matrix class, to be used by user. More...
#include <arcane/matrix/Matrix.h>
Public Member Functions | |
| Matrix (const IndexedSpace &from=EmptyIndexedSpace(), const IndexedSpace &to=EmptyIndexedSpace()) | |
| template<class M> | |
| Matrix (const MatrixExpr< M > &src) | |
| template<class M> | |
| Matrix & | operator= (const MatrixExpr< M > &src) |
| const IndexedSpace & | maps_from () const |
| const IndexedSpace & | maps_to () const |
| Public Member Functions inherited from Arcane::MatrixExpr< Matrix > | |
| operator Matrix & () | |
| operator Matrix const & () const | |
| const IndexedSpace & | maps_from () const |
| const IndexedSpace & | maps_to () const |
Private Attributes | |
| IndexedSpace | m_from |
| IndexedSpace | m_to |
Matrix class, to be used by user.
Definition at line 35 of file matrix/Matrix.h.
|
inline |
Definition at line 38 of file matrix/Matrix.h.
|
inline |
Definition at line 42 of file matrix/Matrix.h.
|
inline |
Definition at line 44 of file matrix/Matrix.h.
|
inline |
Definition at line 49 of file matrix/Matrix.h.
|
inline |
Definition at line 50 of file matrix/Matrix.h.
|
inline |
Definition at line 47 of file matrix/Matrix.h.
|
private |
Definition at line 53 of file matrix/Matrix.h.
|
private |
Definition at line 54 of file matrix/Matrix.h.