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