#include <DenseLinAlgPack_DMatrixAsTriSym.hpp>
Public Member Functions | |
| DMatrixSliceTriEle (const DMatrixSlice &gms, BLAS_Cpp::Uplo uplo) | |
| | |
| size_type | rows () const |
| | |
| size_type | cols () const |
| | |
| DMatrixSlice & | gms () |
| | |
| const DMatrixSlice & | gms () const |
| | |
| BLAS_Cpp::Uplo | uplo () const |
| | |
| DMatrixSliceTriEle * | operator & () |
| Allow address to be taken of rvalue of this object. | |
| const DMatrixSliceTriEle * | operator & () const |
| | |
Definition at line 50 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
| DenseLinAlgPack::DMatrixSliceTriEle::DMatrixSliceTriEle | ( | const DMatrixSlice & | gms, | |
| BLAS_Cpp::Uplo | uplo | |||
| ) | [inline] |
| size_type DenseLinAlgPack::DMatrixSliceTriEle::rows | ( | ) | const [inline] |
| size_type DenseLinAlgPack::DMatrixSliceTriEle::cols | ( | ) | const [inline] |
| DMatrixSlice& DenseLinAlgPack::DMatrixSliceTriEle::gms | ( | ) | [inline] |
| const DMatrixSlice& DenseLinAlgPack::DMatrixSliceTriEle::gms | ( | ) | const [inline] |
| BLAS_Cpp::Uplo DenseLinAlgPack::DMatrixSliceTriEle::uplo | ( | ) | const [inline] |
| DMatrixSliceTriEle* DenseLinAlgPack::DMatrixSliceTriEle::operator & | ( | ) | [inline] |
Allow address to be taken of rvalue of this object.
Definition at line 81 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
| const DMatrixSliceTriEle* DenseLinAlgPack::DMatrixSliceTriEle::operator & | ( | ) | const [inline] |
1.4.7