DTO (data transfer object) for matrix interface (IMatrix).
More...
|
| | 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...
|
| |
DTO (data transfer object) for matrix interface (IMatrix).
$A Igor Jun09;
| 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
-
| rowCnt | First dimension of the matrix (number of rows). |
| columnCnt | Second dimension of the matrix (number of columns). |
| override IMatrix IG.Lib.MatrixDtoBase.CreateMatrix |
( |
int |
rowCnt, |
|
|
int |
columnCnt |
|
) |
| |
|
inline |
Creates and returns a new matrix cast to the interface type IMatrix.
- Parameters
-
| rowCnt | First dimension of the matrix (number of rows). |
| columnCnt | Second dimension of the matrix (number of columns). |
The documentation for this class was generated from the following file: