42 #ifndef MATRIX_WITH_OP_GET_GMS_H
43 #define MATRIX_WITH_OP_GET_GMS_H
50 namespace AbstractLinAlgPack {
160 ,gms_view_(mat_get_.get_gms_view())
166 ,gms_view_(mat_get_.get_gms_view())
183 #endif // MATRIX_WITH_OP_GET_GMS_H
virtual void free_gms_view(const DMatrixSlice *gms_view) const =0
Free a view of a dense matrix initialized from get_gms_view()>/tt>.
const DMatrixSlice operator()() const
Returns a constant view of the DMatrixSlice view.
virtual const DMatrixSlice get_gms_view() const =0
Get a const view of the abstract matrix in the form DenseLinAlgPack::DMatrixSlice.
T_To & dyn_cast(T_From &from)
const MatrixOpGetGMS & mat_get_
Abstract interface that allows the extraction of a const DMatrixSlice view of an abstract matrix...
Helper class type that simplifies the usage of the MatrixOpGetGMS interface for clients.
Base class for all matrices that support basic matrix operations.
~MatrixDenseEncap()
Frees the DMatrixSlice view.
const DMatrixSlice gms_view_
MatrixDenseEncap & operator=(const MatrixDenseEncap &)