Class | Description |
---|---|
InnerMultiplication_FDRB |
Matrix multiplication for the inner row major blocks, typically inside of a
FMatrixRBlock . |
InnerRankUpdate_FDRB |
Performs rank-n update operations on the inner blocks of a
FMatrixRBlock
It is assumed and not checked that the submatrices are aligned along the matrix's blocks. |
InnerTriangularSolver_FDRB |
Contains triangular solvers for inner blocks of a
FMatrixRBlock . |
MatrixMult_FDRB |
Matrix multiplication for
FMatrixRBlock . |
MatrixOps_FDRB |
Various operations on
FMatrixRBlock . |
TriangularSolver_FDRB |
Contains triangular solvers for
FMatrixRBlock block aligned sub-matrices. |
VectorOps_FDRB |
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 |