| Constructor and Description |
|---|
ZeroMatrix(int rows,
int columns) |
| Modifier and Type | Method and Description |
|---|---|
AMatrix |
clone()
Clones the transform, performing a deep copy where needed
|
int |
columnCount()
Returns the number of columns in the matrix
|
double |
get(int row,
int column)
Returns a specified element in the matrix
|
int |
inputDimensions()
Returns the number of dimensions required for input vectors
|
boolean |
isFullyMutable() |
boolean |
isZeroMatrix()
Returns true if the matrix is the zero matrix (all components zero)
|
int |
outputDimensions()
Returns the number of dimensions required for output vectors
|
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
|
add, addMultiple, asVector, cloneRow, compose, compose, composeWith, composeWith, copyOfMatrix, copyOfTranslationVector, determinant, entrywiseMul, epsilonEquals, equals, equals, equals, getColumn, getLeadingDiagonal, getMatrixComponent, getRow, getTranslationComponent, getTranspose, hashCode, inverse, isIdentity, isSquare, mul, set, swapColumns, swapRows, toAffineTransform, toMutableMatrix, toString, toVector, transform, transformInPlace, transposeInPlacecomposeisLineartransformpublic boolean isFullyMutable()
isFullyMutable in class AMatrixpublic int inputDimensions()
ATransforminputDimensions in class AMatrixpublic int outputDimensions()
ATransformoutputDimensions in class AMatrixpublic 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 AMatrix clone()
ATransformpublic boolean isZeroMatrix()
AMatrixisZeroMatrix in class AMatrixCopyright © 2012. All Rights Reserved.