Class BidiagonalHelper_FDRB


  • public class BidiagonalHelper_FDRB
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean bidiagOuterBlocks​(int blockLength, org.ejml.data.FSubmatrixD1 A, float[] gammasU, float[] gammasV)
      Performs a standard bidiagonal decomposition just on the outer blocks of the provided matrix
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BidiagonalHelper_FDRB

        public BidiagonalHelper_FDRB()
    • Method Detail

      • bidiagOuterBlocks

        public static boolean bidiagOuterBlocks​(int blockLength,
                                                org.ejml.data.FSubmatrixD1 A,
                                                float[] gammasU,
                                                float[] gammasV)
        Performs a standard bidiagonal decomposition just on the outer blocks of the provided matrix
        Parameters:
        blockLength -
        A -
        gammasU -