Package org.ejml.dense.block
package org.ejml.dense.block
-
ClassesClassDescriptionMatrix multiplication for the inner row major blocks, typically inside of a
DMatrixRBlock.Performs rank-n update operations on the inner blocks of aDMatrixRBlockIt is assumed and not checked that the submatrices are aligned along the matrix's blocks.Performs rank-n update operations on the inner blocks of aDMatrixRBlockIt is assumed and not checked that the submatrices are aligned along the matrix's blocks.Contains triangular solvers for inner blocks of aDMatrixRBlock.Matrix multiplication forDMatrixRBlock.Matrix multiplication forDMatrixRBlock.Various operations onDMatrixRBlock.Various operations onDMatrixRBlock.Contains triangular solvers forDMatrixRBlockblock aligned sub-matrices.Contains triangular solvers forDMatrixRBlockblock aligned sub-matrices.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