MOOCHO (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Member Functions | Private Attributes | 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
 

Private Member Functions

 DMatrixSliceTriEle ()
 
DMatrixSliceTriEleoperator= (const DMatrixSliceTriEle &)
 

Private Attributes

DMatrixSlice gms_
 
BLAS_Cpp::Uplo uplo_
 

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.

DenseLinAlgPack::DMatrixSliceTriEle::DMatrixSliceTriEle ( )
private

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.

DMatrixSliceTriEle& DenseLinAlgPack::DMatrixSliceTriEle::operator= ( const DMatrixSliceTriEle )
private

Member Data Documentation

DMatrixSlice DenseLinAlgPack::DMatrixSliceTriEle::gms_
private

Definition at line 103 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.

BLAS_Cpp::Uplo DenseLinAlgPack::DMatrixSliceTriEle::uplo_
private

Definition at line 104 of file DenseLinAlgPack_DMatrixAsTriSym.hpp.


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