| Modifier and Type | Method and Description |
|---|---|
int |
columnCount()
Returns the number of columns in the matrix
|
static SubsetMatrix |
create(Index components,
int inputDimensions) |
double |
elementSum()
Returns the sum of all elements in the matrix
|
double |
get(int row,
int column)
Returns a specified element in the matrix
|
int |
inputDimensions()
Returns the number of dimensions required for input vectors
|
int |
outputDimensions()
Returns the number of dimensions required for output vectors
|
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
|
void |
transform(AVector source,
AVector dest)
Transforms the source vector, storing the result in the given destination vector
|
add, addMultiple, asVector, calculateElement, clone, cloneRow, compose, compose, composeWith, composeWith, copyOfMatrix, copyOfTranslationVector, determinant, dimensionality, entrywiseMul, epsilonEquals, equals, equals, equals, get, getColumn, getLeadingDiagonal, getMatrixComponent, getRow, getTranspose, hashCode, inverse, isFullyMutable, isIdentity, isInvertible, isSquare, isZeroMatrix, iterator, mul, reshape, scale, set, sub, swapColumns, swapRows, toAffineTransform, toMutableMatrix, toString, toVector, transformInPlace, transposeInPlacegetTranslationComponent, isLinearcompose, transformNormaltakeComponents, takeComponents, takeComponents, transformpublic static SubsetMatrix create(Index components, int inputDimensions)
public void transform(AVector source, AVector dest)
ATransformpublic int inputDimensions()
ATransforminputDimensions in class AMatrixpublic int outputDimensions()
ATransformoutputDimensions in class AMatrixpublic double elementSum()
AMatrixelementSum in class AMatrixpublic int rowCount()
AMatrixpublic int columnCount()
AMatrixcolumnCount in interface IMatrixcolumnCount in class AMatrixpublic double get(int row,
int column)
AMatrixCopyright © 2013. All Rights Reserved.