Package org.ejml.dense.row.decomposition.bidiagonal

  • Class Summary
    Class Description
    BidiagonalDecompositionNaive_DDRM
    A slower but much simpler version of BidiagonalDecompositionRow_DDRM that internally uses SimpleMatrix and explicitly computes the householder matrices.
    BidiagonalDecompositionNaive_FDRM
    A slower but much simpler version of BidiagonalDecompositionRow_FDRM that internally uses SimpleMatrix and explicitly computes the householder matrices.