Package org.ejml.dense.block

  • Class Summary
    Class Description
    InnerMultiplication_FDRB
    Matrix multiplication for the inner row major blocks, typically inside of a FMatrixRBlock.
    InnerRankUpdate_FDRB
    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.
    InnerRankUpdate_MT_FDRB
    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.
    InnerTriangularSolver_FDRB
    Contains triangular solvers for inner blocks of a FMatrixRBlock.
    MatrixMult_FDRB
    Matrix multiplication for FMatrixRBlock.
    MatrixMult_MT_FDRB
    Matrix multiplication for FMatrixRBlock.
    MatrixOps_FDRB
    Various operations on FMatrixRBlock.
    MatrixOps_MT_FDRB
    Various operations on FMatrixRBlock.
    TriangularSolver_FDRB
    Contains triangular solvers for FMatrixRBlock block aligned sub-matrices.
    TriangularSolver_MT_FDRB
    Contains triangular solvers for FMatrixRBlock block aligned sub-matrices.
    VectorOps_FDRB
    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