Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
Structure: IIccMatrixInverter. More...
#include <IccSolve.h>
Public Member Functions | |
virtual bool | Invert (icFloatNumber *dMatrix, icUInt16Number nRows, icUInt16Number nCols)=0 |
Member Function: Invert. | |
Structure: IIccMatrixInverter.
Purpose: Define an interface for allowing external implementation of matrix inversion
Definition at line 148 of file IccSolve.h.
|
pure virtual |
Member Function: Invert.
Purpose: Invert a square matrix
Parameters: -dMatrix is a matrix (M) with nRows x nCols entries -nRows is number of rows in matrix -nCols is number of columns in matrix
Return: true if matrix was inverted or false if not possible.
Implemented in CIccSimpleMatrixInverter.
Referenced by CIccMpeXmlMatrix::ParseXml().