|
DenseLinAlgPack: Concreate C++ Classes for Dense Blas-Compatible Linear Algebra
Version of the Day
|
#include <DenseLinAlgPack_DMatrixAsTriSym.hpp>
Public Member Functions | |
| DMatrixSliceSym (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 |
| | |
| DMatrixSliceSym * | operator& () |
| Allow address to be taken of rvalue of this object. | |
Definition at line 203 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
| DenseLinAlgPack::DMatrixSliceSym::DMatrixSliceSym | ( | const DMatrixSlice & | gms, |
| BLAS_Cpp::Uplo | uplo | ||
| ) | [inline] |
Definition at line 206 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
| size_type DenseLinAlgPack::DMatrixSliceSym::rows | ( | ) | const [inline] |
Definition at line 214 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
| size_type DenseLinAlgPack::DMatrixSliceSym::cols | ( | ) | const [inline] |
Definition at line 218 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
| DMatrixSlice& DenseLinAlgPack::DMatrixSliceSym::gms | ( | ) | [inline] |
Definition at line 222 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
| const DMatrixSlice& DenseLinAlgPack::DMatrixSliceSym::gms | ( | ) | const [inline] |
Definition at line 226 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
| BLAS_Cpp::Uplo DenseLinAlgPack::DMatrixSliceSym::uplo | ( | ) | const [inline] |
Definition at line 230 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
| DMatrixSliceSym* DenseLinAlgPack::DMatrixSliceSym::operator& | ( | ) | [inline] |
Allow address to be taken of rvalue of this object.
Definition at line 234 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
1.7.6.1