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

Impala::Core::Matrix::VirtualMatrix Class Reference

#include <VirtualMatrix.h>

Inheritance diagram for Impala::Core::Matrix::VirtualMatrix:

Inheritance graph
[legend]
List of all members.

Public Types

typedef Vector::VectorTem<
Real64
Vector64

Public Member Functions

 VirtualMatrix ()
virtual ~VirtualMatrix ()
virtual int NrRow ()=0
virtual int NrCol ()=0
Vector64 GetRow (int rowNr)
int GetRow (int rowNr, Real64 *buffer, int bufferSize)
int GetRow (int rowNr, Real32 *buffer, int bufferSize)
int AddRow (int rowNr, Real64 *buffer)
int AddRow (int rowNr, Real32 *buffer)
int AddRowPart (int rowNr, int colNr, Real64 *buffer, int bufSize)
int AddRowPart (int rowNr, int colNr, Real32 *buffer, int bufSize)
Vector64 GetDiagonal ()
int GetDiagonal (Real64 *buffer, int bufferSize)
int Diff (VirtualMatrix *arg)
void CopyFrom (VirtualMatrix *arg)
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)
virtual bool HasAddRowImplReal64 ()
virtual int AddRowImpl (int rowNr, Real64 *buffer)
virtual int AddRowPartImpl (int rowNr, int colNr, Real64 *buffer, int bufSize)
virtual bool HasAddRowImplReal32 ()
virtual int AddRowImpl (int rowNr, Real32 *buffer)
virtual int AddRowPartImpl (int rowNr, int colNr, Real32 *buffer, int bufSize)
virtual int GetDiagonalImpl (Real64 *buffer, int bufferSize)=0
template<class BufT>
void CopyFromImpl (VirtualMatrix *arg)

Private Attributes

 ILOG_VAR_DEC

Detailed Description

Definition at line 16 of file VirtualMatrix.h.


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