DenseLinAlgPack: Concreate C++ Classes for Dense Blas-Compatible Linear Algebra
Version of the Day
|
#include <DenseLinAlgPack_DMatrixAsTriSym.hpp>
Public Member Functions | |
DMatrixSliceTri (const DMatrixSlice &gms, BLAS_Cpp::Uplo uplo, BLAS_Cpp::Diag diag) | |
size_type | rows () const |
size_type | cols () const |
DMatrixSlice & | gms () |
const DMatrixSlice & | gms () const |
BLAS_Cpp::Uplo | uplo () const |
BLAS_Cpp::Diag | diag () const |
DMatrixSliceTri * | operator& () |
Allow address to be taken of rvalue of this object. More... | |
const DMatrixSliceTri * | operator& () const |
Definition at line 131 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
|
inline |
Definition at line 134 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
|
inline |
Definition at line 142 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
|
inline |
Definition at line 146 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
|
inline |
Definition at line 150 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
|
inline |
Definition at line 154 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
|
inline |
Definition at line 158 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
|
inline |
Definition at line 162 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
|
inline |
Allow address to be taken of rvalue of this object.
Definition at line 166 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.
|
inline |
Definition at line 170 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.