| Class | Description |
|---|---|
| BlockInnerMultiplication |
Matrix multiplication for the inner row major blocks, typically inside of a
BlockMatrix64F. |
| BlockInnerRankUpdate |
Performs rank-n update operations on the inner blocks of a
BlockMatrix64F
It is assumed and not checked that the submatrices are aligned along the matrix's blocks. |
| BlockInnerTriangularSolver |
Contains triangular solvers for inner blocks of a
BlockMatrix64F. |
| BlockMatrixOps |
Various operations on
BlockMatrix64F. |
| BlockMultiplication |
Matrix multiplication for
BlockMatrix64F. |
| BlockTriangularSolver |
Contains triangular solvers for
BlockMatrix64F block aligned sub-matrices. |
| BlockVectorOps |
Math operations for inner vectors (row and column) inside of block matrices:
scale: bi = α*ai div: i = ai/α add: ci = α*ai + βBi dot: c = sum ai*bi |
| GeneratorBlockInnerMultiplication |