| Constructor and Description |
|---|
VectorMatrixMN(AMatrix source) |
VectorMatrixMN(int rowCount,
int columnCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendRow(AVector row) |
VectorMatrixMN |
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
|
AVector |
getRow(int row)
Gets a row of the matrix.
|
boolean |
isSquare()
Returns true if the transform is square (same number of input and output dimensions)
|
int |
rowCount()
Returns the number of rows in the matrix
|
void |
scale(double factor)
Scales a matrix by a constant scalar factor.
|
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
|
elementSumadd, addMultiple, asVector, calculateElement, cloneRow, compose, compose, composeWith, composeWith, copyOfMatrix, copyOfTranslationVector, determinant, dimensionality, entrywiseMul, epsilonEquals, equals, equals, equals, get, getColumn, getLeadingDiagonal, getMatrixComponent, getTranspose, hashCode, inputDimensions, inverse, isFullyMutable, isIdentity, isInvertible, isZeroMatrix, iterator, mul, outputDimensions, reshape, set, sub, swapColumns, swapRows, toAffineTransform, toMutableMatrix, toString, toVector, transformInPlace, transposeInPlacegetTranslationComponent, isLinearcompose, transformNormaltakeComponents, takeComponents, takeComponents, transformpublic VectorMatrixMN(int rowCount,
int columnCount)
public VectorMatrixMN(AMatrix source)
public void scale(double factor)
AMatrixpublic void appendRow(AVector row)
appendRow in class AVectorMatrixpublic AVector getRow(int row)
AVectorMatrixgetRow in class AVectorMatrixpublic int rowCount()
AMatrixpublic int columnCount()
AMatrixcolumnCount in interface IMatrixcolumnCount in class AMatrixpublic double get(int row,
int column)
AMatrixget in interface IMatrixget in class AVectorMatrixpublic void set(int row,
int column,
double value)
AMatrixset in interface IMatrixset in class AVectorMatrixpublic void transform(AVector source, AVector dest)
ATransformtransform in class AVectorMatrixpublic boolean isSquare()
ATransformpublic VectorMatrixMN clone()
ATransformclone in class AVectorMatrixCopyright © 2013. All Rights Reserved.