public abstract class AVectorMatrix extends AMatrix
| Constructor and Description |
|---|
AVectorMatrix() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
appendRow(AVector row) |
AVectorMatrix |
clone()
Clones the transform, performing a deep copy where needed
|
double |
get(int row,
int column)
Returns a specified element in the matrix
|
abstract AVector |
getRow(int row)
Gets a row of 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
|
add, addMultiple, asVector, calculateComponent, cloneRow, columnCount, compose, compose, composeWith, composeWith, copyOfMatrix, copyOfTranslationVector, determinant, entrywiseMul, epsilonEquals, equals, equals, equals, getColumn, getLeadingDiagonal, getMatrixComponent, getTranspose, hashCode, inputDimensions, inverse, isFullyMutable, isIdentity, isInvertible, isSquare, isZeroMatrix, mul, outputDimensions, rowCount, set, swapColumns, swapRows, toAffineTransform, toMutableMatrix, toString, toVector, transformInPlace, transposeInPlacegetTranslationComponent, isLinearcomposetakeComponents, takeComponents, takeComponents, transformpublic abstract void appendRow(AVector row)
public abstract AVector getRow(int row)
public double get(int row,
int column)
AMatrixpublic void set(int row,
int column,
double value)
AMatrixpublic void transform(AVector source, AVector dest)
ATransformpublic AVectorMatrix clone()
ATransformCopyright © 2012. All Rights Reserved.