#include <AbstractLinAlgPack_MatrixWithOpConcreteEncap.hpp>
Inheritance diagram for AbstractLinAlgPack::MatrixWithOpConcreteEncap< M >:
Representation access | |
| MatrixWithOpConcreteEncap () | |
| The compiler did not generate this default constructor. | |
| MatrixWithOpConcreteEncap (const M &m) | |
| This constructor will have to be overridden. | |
| M & | m () |
| Get the underlying M object. | |
| const M & | m () const |
| | |
Public Member Functions | |
| size_type | rows () const |
| | |
| size_type | cols () const |
| | |
| MatrixOp & | operator= (const MatrixOp &m) |
| | |
The default copy constructor and assignment operator are allowed.
Definition at line 42 of file AbstractLinAlgPack_MatrixWithOpConcreteEncap.hpp.
|
|||||||||
|
The compiler did not generate this default constructor.
Definition at line 51 of file AbstractLinAlgPack_MatrixWithOpConcreteEncap.hpp. |
|
||||||||||
|
This constructor will have to be overridden.
Definition at line 55 of file AbstractLinAlgPack_MatrixWithOpConcreteEncap.hpp. |
|
|||||||||
|
Get the underlying M object.
Definition at line 59 of file AbstractLinAlgPack_MatrixWithOpConcreteEncap.hpp. |
|
|||||||||
|
Definition at line 64 of file AbstractLinAlgPack_MatrixWithOpConcreteEncap.hpp. |
|
|||||||||
|
Reimplemented from AbstractLinAlgPack::MatrixBase. Definition at line 93 of file AbstractLinAlgPack_MatrixWithOpConcreteEncap.hpp. |
|
|||||||||
|
Reimplemented from AbstractLinAlgPack::MatrixBase. Definition at line 98 of file AbstractLinAlgPack_MatrixWithOpConcreteEncap.hpp. |
|
||||||||||
|
Reimplemented from AbstractLinAlgPack::MatrixOp. Definition at line 103 of file AbstractLinAlgPack_MatrixWithOpConcreteEncap.hpp. |
1.3.9.1