#include <AbstractLinAlgPack_MatrixSymOpNonsing.hpp>
Inheritance diagram for AbstractLinAlgPack::MatrixSymOpNonsing:
Clone | |
| virtual mat_mswons_mut_ptr_t | clone_mswons () |
| Clone the non-const matrix object (if supported). | |
| virtual mat_mswons_ptr_t | clone_mswons () const |
| Clone the const matrix object (if supported). | |
Overridden from MatrixOp | |
| mat_mut_ptr_t | clone () |
Returns this->clone_mswons(). | |
| mat_ptr_t | clone () const |
Returns this->clone_mswons(). | |
Overridden from MatrixNonsing | |
| mat_mns_mut_ptr_t | clone_mns () |
Returns this->clone_mswons(). | |
| mat_mns_ptr_t | clone_mns () const |
Returns this->clone_mswons(). | |
Overridden from MatrixSymOp | |
| mat_mswo_mut_ptr_t | clone_mswo () |
Returns this->clone_mswons(). | |
| mat_mswo_ptr_t | clone_mswo () const |
Returns this->clone_mswons(). | |
Overridden from MatrixSymNonsing | |
| mat_msns_mut_ptr_t | clone_msns () |
Returns this->clone_mswons(). | |
| mat_msns_ptr_t | clone_msns () const |
Returns this->clone_mswons(). | |
Overridden from MatrixOpNonsing | |
| mat_mwons_mut_ptr_t | clone_mwons () |
Returns this->clone_mswons(). | |
| mat_mwons_ptr_t | clone_mwons () const |
Returns this->clone_mswons(). | |
Public Member Functions | |
| MatrixSymOpNonsing & | operator= (const MatrixSymOpNonsing &M) |
| Calls operator=(MatrixOp&). | |
Definition at line 42 of file AbstractLinAlgPack_MatrixSymOpNonsing.hpp.
|
|
Clone the non-const matrix object (if supported). The default implementation returns NULL which is perfectly acceptable. A matrix object is not required to return a non-NULL value but almost every good matrix implementation will. Definition at line 34 of file AbstractLinAlgPack_MatrixSymOpNonsing.cpp. |
|
|
Clone the const matrix object (if supported). The behavior of this method is the same as for the non-const version above except it returns a smart pointer to a const matrix object. Definition at line 40 of file AbstractLinAlgPack_MatrixSymOpNonsing.cpp. |
|
|
Returns
Reimplemented from AbstractLinAlgPack::MatrixOpNonsing. Definition at line 48 of file AbstractLinAlgPack_MatrixSymOpNonsing.cpp. |
|
|
Returns
Reimplemented from AbstractLinAlgPack::MatrixOpNonsing. Definition at line 54 of file AbstractLinAlgPack_MatrixSymOpNonsing.cpp. |
|
|
Returns
Reimplemented from AbstractLinAlgPack::MatrixOpNonsing. Definition at line 62 of file AbstractLinAlgPack_MatrixSymOpNonsing.cpp. |
|
|
Returns
Reimplemented from AbstractLinAlgPack::MatrixOpNonsing. Definition at line 68 of file AbstractLinAlgPack_MatrixSymOpNonsing.cpp. |
|
|
Returns
Reimplemented from AbstractLinAlgPack::MatrixSymOp. Definition at line 76 of file AbstractLinAlgPack_MatrixSymOpNonsing.cpp. |
|
|
Returns
Reimplemented from AbstractLinAlgPack::MatrixSymOp. Definition at line 82 of file AbstractLinAlgPack_MatrixSymOpNonsing.cpp. |
|
|
Returns
Reimplemented from AbstractLinAlgPack::MatrixSymNonsing. Definition at line 90 of file AbstractLinAlgPack_MatrixSymOpNonsing.cpp. |
|
|
Returns
Reimplemented from AbstractLinAlgPack::MatrixSymNonsing. Definition at line 96 of file AbstractLinAlgPack_MatrixSymOpNonsing.cpp. |
|
|
Returns
Reimplemented from AbstractLinAlgPack::MatrixOpNonsing. Definition at line 104 of file AbstractLinAlgPack_MatrixSymOpNonsing.cpp. |
|
|
Returns
Reimplemented from AbstractLinAlgPack::MatrixOpNonsing. Definition at line 110 of file AbstractLinAlgPack_MatrixSymOpNonsing.cpp. |
|
|
Calls operator=(MatrixOp&).
Definition at line 122 of file AbstractLinAlgPack_MatrixSymOpNonsing.hpp. |
1.3.9.1