ImageGearJava Project > com.accusoft.imagegear.processing Package : ImGearDoubleMatrix Class |
The following tables list the members exposed by ImGearDoubleMatrix.
Name | Description | |
---|---|---|
![]() | ImGearDoubleMatrix Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | clone | Clone ImGearDoubleMatrix object. |
![]() ![]() | create | Overloaded. Returns a new ImGearDoubleMatrix class object. |
![]() ![]() | createDefault | Returns a new ImGearDoubleMatrix class object. |
![]() | createIdentity | Creates identity diagonal matrix with 0 values initialized and diagonal values are 1. |
![]() | getColCount | Gets the count of columns in the matrix. |
![]() | getElem | Gets matrix element according to matrix column and row coordinate. |
![]() | getRowCount | Gets matrix rows count. |
![]() | getValues | get matrix element as double values two dimentioned array. |
![]() | inverse | Inverse ImGearDoubleMatrix square matrix. |
![]() | leftMultiply | Multiplies vector by ImGearDoubleMatrix matrix (vector * matrix). |
![]() | multiplyByVector | Overloaded. Multiplies matrix by vector. |
![]() | multiplyByVectorWithCast | Multiplies matrix by vector found in vectorContent array at the specified offset, truncating result values, and stores result in the same place. |
![]() ![]() | opAddition | Adds one ImGearDoubleMatrix matrix to another (matrixA + matrixB). |
![]() ![]() | opMultiply | Overloaded. Returns copy of ImGearDoubleMatrix matrix scaled to value. |
![]() | pseudoInverse | Returns pseudo inverse ImGearDoubleMatrix matrix object. |
![]() | scale | Scale matrix values (matrixA * scaleValue). |
![]() | setElem | Sets matrix element value. |
![]() | transpose | Transpose the matrix. |