| Modifier and Type | Method and Description |
|---|---|
int |
columnCount()
Returns the number of columns in the matrix
|
double |
get(int row,
int column)
Returns a specified element in the matrix
|
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
|
AMatrix |
getTranspose()
Returns a transposed version of this matrix.
|
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
|
static AMatrix |
wrap(AMatrix m) |
add, addMultiple, asVector, clone, cloneRow, compose, compose, composeWith, composeWith, copyOfSquareMatrix, copyOfTranslationVector, determinant, entrywiseMul, epsilonEquals, equals, equals, equals, getMatrixComponent, getTranslationComponent, hashCode, inputDimensions, inverse, isFullyMutable, isIdentity, isSquare, mul, outputDimensions, set, swapColumns, swapRows, toAffineTransform, toMutableMatrix, toString, toVector, transform, transformInPlace, transposeInPlacecompose, isLineartransformpublic int rowCount()
AMatrixpublic int columnCount()
AMatrixcolumnCount in interface IMatrixcolumnCount in class AMatrixpublic double get(int row,
int column)
AMatrixpublic void set(int row,
int column,
double value)
AMatrixpublic AVector getRow(int row)
AMatrixpublic AVector getColumn(int column)
AMatrixpublic AMatrix getTranspose()
AMatrixgetTranspose in class AMatrixCopyright © 2012. All Rights Reserved.