| Constructor and Description |
|---|
PermutedMatrix(AMatrix source,
Index rowPermutations) |
PermutedMatrix(AMatrix source,
Index rowPermutations,
Index columnPermutations) |
| Modifier and Type | Method and Description |
|---|---|
int |
columnCount() |
double |
get(int row,
int column) |
AVector |
getColumn(int column)
Returns a column of the permuted matrix as a vector reference
|
AVector |
getRow(int row)
Returns a row of the permuted matrix as a vector reference
|
int |
rowCount() |
void |
set(int row,
int column,
double value) |
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, transpose, transposeInPlaceisLinearcompose, composeWith, isIdentity, transformpublic int columnCount()
columnCount in class AMatrixpublic AVector getRow(int row)
Copyright © 2012. All Rights Reserved.