Package org.ejml.alg.block
-
Class Summary Class Description BlockInnerMultiplication Matrix multiplication for the inner row major blocks, typically inside of aBlockMatrix64F.BlockInnerRankUpdate Performs rank-n update operations on the inner blocks of aBlockMatrix64FIt is assumed and not checked that the submatrices are aligned along the matrix's blocks.BlockInnerTriangularSolver Contains triangular solvers for inner blocks of aBlockMatrix64F.BlockMatrixOps Various operations onBlockMatrix64F.BlockMultiplication Matrix multiplication forBlockMatrix64F.BlockTriangularSolver Contains triangular solvers forBlockMatrix64Fblock 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*biGeneratorBlockInnerMultiplication
DMelt 3.0 © DataMelt by jWork.ORG