IccMAX 2.1.27
Color Profile Tools
|
Public Member Functions | |
CIccSimpleMatrixInverter () | |
virtual bool | Invert (icFloatNumber *dMatrix, icUInt16Number nRows, icUInt16Number nCols) |
|
inline |
|
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.
References icMatrixInvert3x3().