| Constructor and Description |
|---|
IdentityMatrix(int dimensions) |
| Modifier and Type | Method and Description |
|---|---|
int |
columnCount()
Returns the number of columns in the matrix
|
double |
get(int row,
int column)
Returns a specified element in the matrix
|
AMatrix |
inverse()
Return the inverse of this transformation if possible
|
boolean |
isFullyMutable() |
boolean |
isIdentity() |
boolean |
isSquare() |
int |
rowCount()
Returns the number of rows in the matrix
|
void |
set(int row,
int column,
double value)
Sets a specified element in the matrix
|
void |
transform(AVector source,
AVector dest)
Transforms the source vector, storing the result in the given destination vector
|
void |
transposeInPlace() |
add, addMultiple, asVector, clone, cloneRow, compose, compose, composeWith, composeWith, copyOfSquareMatrix, copyOfTranslationVector, determinant, entrywiseMul, epsilonEquals, equals, equals, equals, getColumn, getMatrixComponent, getRow, getTranslationComponent, getTranspose, hashCode, inputDimensions, mul, outputDimensions, set, swapColumns, swapRows, toAffineTransform, toMutableMatrix, toString, toVector, transformInPlacecompose, isLineartransformpublic int rowCount()
AMatrixpublic int columnCount()
AMatrixcolumnCount in interface IMatrixcolumnCount in class AMatrixpublic double get(int row,
int column)
AMatrixpublic void set(int row,
int column,
double value)
AMatrixpublic void transform(AVector source, AVector dest)
ATransformpublic boolean isFullyMutable()
isFullyMutable in class AMatrixpublic boolean isIdentity()
isIdentity in class AMatrixpublic AMatrix inverse()
ATransformpublic void transposeInPlace()
transposeInPlace in class AMatrixCopyright © 2012. All Rights Reserved.