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 FMatrixRBlock.
    Performs rank-n update operations on the inner blocks of a FMatrixRBlock 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 FMatrixRBlock It is assumed and not checked that the submatrices are aligned along the matrix's blocks.
    Contains triangular solvers for inner blocks of a FMatrixRBlock.
    Matrix multiplication for FMatrixRBlock.
    Matrix multiplication for FMatrixRBlock.
    Various operations on FMatrixRBlock.
    Various operations on FMatrixRBlock.
    Contains triangular solvers for FMatrixRBlock block aligned sub-matrices.
    Contains triangular solvers for FMatrixRBlock 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