Hoyt's FORK of DemoIccMAX 2.1.17.hoyt
Documentation for Hoyt's FORK of DemoIccMAX
|
Public Member Functions | |
CIccSimpleMatrixInverter () | |
virtual bool | Invert (icFloatNumber *dMatrix, icUInt16Number nRows, icUInt16Number nCols) |
Member Function: Invert. | |
Definition at line 223 of file IccSolve.cpp.
|
inline |
Definition at line 226 of file IccSolve.cpp.
|
inlinevirtual |
Member Function: Invert.
Purpose: Solve for x in the matrix/vector equation y=Mx when M is 3x3 matrix Otherwise return false.
Parameters: -dMatrix is a matrix (M) with nRows x nCols entries in RowOrder -nRows is number of row entries -nCols is number of column entries
Return: true if matrix was inverted or false if not possible/supported.
Implements IIccMatrixInverter.
Definition at line 244 of file IccSolve.cpp.
References icMatrixInvert3x3().