Package org.ejml.dense.block


package org.ejml.dense.block
  • Classes
    Class
    Description
    Matrix multiplication for the inner row major blocks, typically inside of a DMatrixRBlock.
    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.
    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.
    Contains triangular solvers for inner blocks of a DMatrixRBlock.
    Matrix multiplication for DMatrixRBlock.
    Matrix multiplication for DMatrixRBlock.
    Various operations on DMatrixRBlock.
    Various operations on DMatrixRBlock.
    Contains triangular solvers for DMatrixRBlock block aligned sub-matrices.
    Contains triangular solvers for DMatrixRBlock 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*bi