Class BidiagonalHelper_DDRB

java.lang.Object
org.ejml.dense.block.decomposition.bidiagonal.BidiagonalHelper_DDRB

public class BidiagonalHelper_DDRB
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    BidiagonalHelper_DDRB()  
  • Method Summary

    Modifier and Type Method Description
    static boolean bidiagOuterBlocks​(int blockLength, org.ejml.data.DSubmatrixD1 A, double[] gammasU, double[] 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 Details

  • Method Details

    • bidiagOuterBlocks

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