IGLib  1.7.2
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Lib.MatrixDtoBase Class Reference

DTO (data transfer object) for matrix interface (IMatrix). More...

Public Member Functions

 MatrixDtoBase ()
 Creates a DTO for storing state of a matrix object of any matrix type More...
 
 MatrixDtoBase (int rowCnt, int columnCnt)
 Creates a DTO for storing a matrix object of any matrix type, with specified dimensions. More...
 
override IMatrix CreateMatrix (int rowCnt, int columnCnt)
 Creates and returns a new matrix cast to the interface type IMatrix. More...
 

Detailed Description

DTO (data transfer object) for matrix interface (IMatrix).

$A Igor Jun09;

Constructor & Destructor Documentation

IG.Lib.MatrixDtoBase.MatrixDtoBase ( )
inline

Creates a DTO for storing state of a matrix object of any matrix type

IG.Lib.MatrixDtoBase.MatrixDtoBase ( int  rowCnt,
int  columnCnt 
)
inline

Creates a DTO for storing a matrix object of any matrix type, with specified dimensions.

Parameters
rowCntFirst dimension of the matrix (number of rows).
columnCntSecond dimension of the matrix (number of columns).

Member Function Documentation

override IMatrix IG.Lib.MatrixDtoBase.CreateMatrix ( int  rowCnt,
int  columnCnt 
)
inline

Creates and returns a new matrix cast to the interface type IMatrix.

Parameters
rowCntFirst dimension of the matrix (number of rows).
columnCntSecond dimension of the matrix (number of columns).

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