| InnerMultiplication_DDRB |
Matrix multiplication for the inner row major blocks, typically inside of a DMatrixRBlock.
|
| InnerRankUpdate_DDRB |
Performs rank-n update operations on the inner blocks of a DMatrixRBlock
It is assumed and not checked that the submatrices are aligned along the matrix's blocks.
|
| InnerRankUpdate_MT_DDRB |
Performs rank-n update operations on the inner blocks of a DMatrixRBlock
It is assumed and not checked that the submatrices are aligned along the matrix's blocks.
|
| InnerTriangularSolver_DDRB |
Contains triangular solvers for inner blocks of a DMatrixRBlock.
|
| MatrixMult_DDRB |
Matrix multiplication for DMatrixRBlock.
|
| MatrixMult_MT_DDRB |
Matrix multiplication for DMatrixRBlock.
|
| MatrixOps_DDRB |
Various operations on DMatrixRBlock.
|
| MatrixOps_MT_DDRB |
Various operations on DMatrixRBlock.
|
| TriangularSolver_DDRB |
Contains triangular solvers for DMatrixRBlock block aligned sub-matrices.
|
| TriangularSolver_MT_DDRB |
Contains triangular solvers for DMatrixRBlock block aligned sub-matrices.
|
| VectorOps_DDRB |
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
|