Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

Impala::Core::Matrix::VirtualMatrixMemory< ArrayT > Class Template Reference

#include <VirtualMatrixMemory.h>

Inheritance diagram for Impala::Core::Matrix::VirtualMatrixMemory< ArrayT >:

Inheritance graph
[legend]
Collaboration diagram for Impala::Core::Matrix::VirtualMatrixMemory< ArrayT >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef ArrayT::StorType StorT

Public Member Functions

 VirtualMatrixMemory (ArrayT *mat)
virtual ~VirtualMatrixMemory ()
virtual int NrRow ()
virtual int NrCol ()
virtual MatGetStorage ()

Private Member Functions

virtual bool HasGetRowImplReal64 ()
virtual int GetRowImpl (int rowNr, Real64 *buffer, int bufferSize)
virtual bool HasGetRowImplReal32 ()
virtual int GetRowImpl (int rowNr, Real32 *buffer, int bufferSize)
template<class OutputT>
int ReadRow (int rowNr, OutputT *buffer, int bufferSize)
virtual int GetDiagonalImpl (Real64 *buffer, int bufferSize)

Private Attributes

ArrayT * mMat
 ILOG_VAR_DEC

Detailed Description

template<class ArrayT>
class Impala::Core::Matrix::VirtualMatrixMemory< ArrayT >

Definition at line 18 of file VirtualMatrixMemory.h.


The documentation for this class was generated from the following file:
Generated on Thu Jan 13 09:20:24 2011 for ImpalaSrc by  doxygen 1.5.1