|
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 50 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
| DenseLinAlgPack::DMatrixSliceTriEle::DMatrixSliceTriEle | ( | const DMatrixSlice & | gms, |
| BLAS_Cpp::Uplo | uplo | ||
| ) | [inline] |
Definition at line 53 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
| size_type DenseLinAlgPack::DMatrixSliceTriEle::rows | ( | ) | const [inline] |
Definition at line 61 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
| size_type DenseLinAlgPack::DMatrixSliceTriEle::cols | ( | ) | const [inline] |
Definition at line 65 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
| DMatrixSlice& DenseLinAlgPack::DMatrixSliceTriEle::gms | ( | ) | [inline] |
Definition at line 69 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
| const DMatrixSlice& DenseLinAlgPack::DMatrixSliceTriEle::gms | ( | ) | const [inline] |
Definition at line 73 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
| BLAS_Cpp::Uplo DenseLinAlgPack::DMatrixSliceTriEle::uplo | ( | ) | const [inline] |
Definition at line 77 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
| 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] |
Definition at line 85 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
1.7.4