public final class MatrixMN extends AVectorMatrix
| Constructor and Description |
|---|
MatrixMN(AMatrix source) |
MatrixMN(int rowCount,
int columnCount) |
| Modifier and Type | Method and Description |
|---|---|
MatrixMN |
clone()
Clones the transform, performing a deep copy where needed
|
int |
columnCount() |
double |
get(int row,
int column) |
AVector |
getRow(int row)
Gets a row of the matrix.
|
boolean |
isSquare() |
int |
rowCount() |
void |
set(int row,
int column,
double value) |
void |
transform(AVector source,
AVector dest)
Transforms the source vector, storing the result in the given destination vector
|
asVector, cloneRow, determinant, equals, equals, equals, getColumn, getMatrixComponent, getTranslationComponent, hashCode, inputDimensions, isFullyMutable, outputDimensions, set, toAffineTransform, toMutableMatrix, toString, transformInPlace, transpose, transposeInPlaceisLinearcompose, composeWith, isIdentity, transformpublic MatrixMN(int rowCount,
int columnCount)
public MatrixMN(AMatrix source)
public AVector getRow(int row)
AVectorMatrixgetRow in class AVectorMatrixpublic int columnCount()
columnCount in class AMatrixpublic double get(int row,
int column)
get in class AVectorMatrixpublic void set(int row,
int column,
double value)
set in class AVectorMatrixpublic void transform(AVector source, AVector dest)
ATransformtransform in class AVectorMatrixpublic MatrixMN clone()
ATransformclone in class AVectorMatrixCopyright © 2012. All Rights Reserved.