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
|
static ZeroMatrix |
create(int rows,
int columns) |
double |
get(int row,
int column)
Returns a specified element in the matrix
|
int |
hashCode() |
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, inverse, isIdentity, isSquare, mul, set, swapColumns, swapRows, toAffineTransform, toMutableMatrix, toString, toVector, transform, transformInPlace, transposeInPlace
compose
isLinear
transform
public boolean isFullyMutable()
isFullyMutable
in class AMatrix
public int inputDimensions()
ATransform
inputDimensions
in class AMatrix
public int outputDimensions()
ATransform
outputDimensions
in class AMatrix
public int rowCount()
AMatrix
public int columnCount()
AMatrix
columnCount
in interface IMatrix
columnCount
in class AMatrix
public double get(int row, int column)
AMatrix
public void set(int row, int column, double value)
AMatrix
public AMatrix clone()
ATransform
public boolean isZeroMatrix()
AMatrix
isZeroMatrix
in class AMatrix
public static ZeroMatrix create(int rows, int columns)
Copyright © 2012. All Rights Reserved.