42 #ifndef SLAP_MATRIX_SYM_WITH_OP_NONSINGULAR_SERIAL_H
43 #define SLAP_MATRIX_SYM_WITH_OP_NONSINGULAR_SERIAL_H
45 #include "AbstractLinAlgPack_MatrixSymOpSerial.hpp"
46 #include "AbstractLinAlgPack_MatrixSymNonsingSerial.hpp"
47 #include "AbstractLinAlgPack_MatrixSymOpNonsing.hpp"
49 namespace AbstractLinAlgPack {
70 #endif // SLAP_MATRIX_SYM_WITH_OP_NONSINGULAR_SERIAL_H
virtual mat_mns_mut_ptr_t clone_mns()
Clone the non-const matrix object (if supported).
Abstract base class for all polymorphic symmetrix nonsingular matrices that can be used to compute ma...
virtual mat_mut_ptr_t clone()
Clone the non-const matrix object (if supported).
Abstract base class for all serial polymorphic symmetric nonsingular matrices that can be used to com...
Abstract base class for all serial polymorphic symmetrix nonsingular matrices that can be used to sol...
Abstract base class for all AbstractLinAlgPack::MatrixSymOp objects implemented in shared memory spac...
Abstract base class for all nonsingular polymorphic matrices that can be used to compute matrix-vecto...