| Modifier and Type | Method and Description |
|---|---|
int |
columnCount() |
double |
get(int row,
int column) |
AVector |
getColumn(int column)
Returns a column of the matrix as a vector reference
|
AVector |
getRow(int row)
Returns a row of the matrix as a vector reference
|
int |
rowCount() |
void |
set(int row,
int column,
double value) |
AMatrix |
transpose()
Returns a transposed version of this matrix.
|
static AMatrix |
wrap(AMatrix m) |
add, addMultiple, asVector, clone, cloneRow, determinant, epsilonEquals, equals, equals, equals, getMatrixComponent, getTranslationComponent, hashCode, inputDimensions, inverse, isFullyMutable, isSquare, outputDimensions, set, swapColumns, swapRows, toAffineTransform, toMutableMatrix, toString, toVector, transform, transformInPlace, transposeInPlaceisLinearcompose, composeWith, isIdentity, transformpublic int columnCount()
columnCount in class AMatrixpublic AVector getRow(int row)
AMatrixpublic AVector getColumn(int column)
AMatrixCopyright © 2012. All Rights Reserved.