|
DenseLinAlgPack: Concreate C++ Classes for Dense Blas-Compatible Linear Algebra
Version of the Day
|
#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 63 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
| DenseLinAlgPack::DMatrixSliceTriEle::DMatrixSliceTriEle | ( | const DMatrixSlice & | gms, |
| BLAS_Cpp::Uplo | uplo | ||
| ) | [inline] |
Definition at line 66 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
| size_type DenseLinAlgPack::DMatrixSliceTriEle::rows | ( | ) | const [inline] |
Definition at line 74 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
| size_type DenseLinAlgPack::DMatrixSliceTriEle::cols | ( | ) | const [inline] |
Definition at line 78 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
| DMatrixSlice& DenseLinAlgPack::DMatrixSliceTriEle::gms | ( | ) | [inline] |
Definition at line 82 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
| const DMatrixSlice& DenseLinAlgPack::DMatrixSliceTriEle::gms | ( | ) | const [inline] |
Definition at line 86 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
| BLAS_Cpp::Uplo DenseLinAlgPack::DMatrixSliceTriEle::uplo | ( | ) | const [inline] |
Definition at line 90 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
| DMatrixSliceTriEle* DenseLinAlgPack::DMatrixSliceTriEle::operator& | ( | ) | [inline] |
Allow address to be taken of rvalue of this object.
Definition at line 94 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
| const DMatrixSliceTriEle* DenseLinAlgPack::DMatrixSliceTriEle::operator& | ( | ) | const [inline] |
Definition at line 98 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
1.7.6.1