DenseLinAlgPack: Concreate C++ Classes for Dense Blas-Compatible Linear Algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
DenseLinAlgPack::DMatrixSliceTriEle Class Reference

More...

#include <DenseLinAlgPack_DMatrixAsTriSym.hpp>

Public Member Functions

 DMatrixSliceTriEle (const DMatrixSlice &gms, BLAS_Cpp::Uplo uplo)
 
size_type rows () const
 
size_type cols () const
 
DMatrixSlicegms ()
 
const DMatrixSlicegms () const
 
BLAS_Cpp::Uplo uplo () const
 
DMatrixSliceTriEleoperator& ()
 Allow address to be taken of rvalue of this object. More...
 
const DMatrixSliceTriEleoperator& () const
 

Detailed Description

Definition at line 63 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.

Constructor & Destructor Documentation

DenseLinAlgPack::DMatrixSliceTriEle::DMatrixSliceTriEle ( const DMatrixSlice gms,
BLAS_Cpp::Uplo  uplo 
)
inline

Definition at line 66 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.

Member Function Documentation

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.


The documentation for this class was generated from the following file: