| Class | Description |
|---|---|
| GeneratorMatrixMatrixMult |
This class generates code for various matrix matrix multiplication operations.
|
| MatrixMatrixMult |
This class contains various types of matrix matrix multiplication operations for
RowD1Matrix64F. |
| MatrixMultProduct |
Specialized operations for performing inner and outer products for matrices.
|
| MatrixVectorMult |
This class contains various types of matrix vector multiplcation operations for
DenseMatrix64F. |
| SubmatrixOps |
Operations that are performed on a submatrix inside a larger matrix.
|
| VectorVectorMult |
Operations that involve multiplication of two vectors.
|
| Exception | Description |
|---|---|
| MatrixDimensionException |
If two matrices did not have compatible dimensions for the operation this exception
is thrown.
|
Copyright © 2013. All Rights Reserved.