Documentation of 'org.ejml.alg.block.decomposition.bidiagonal.BidiagonalHelper' Java class
BidiagonalHelper
org.ejml.alg.block.decomposition.bidiagonal

Class BidiagonalHelper



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

      Constructors 
      Constructor and Description
      BidiagonalHelper() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static boolean bidiagOuterBlocks(int blockLength, D1Submatrix64F 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

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

      • BidiagonalHelper

        public BidiagonalHelper()
    • Method Detail

      • bidiagOuterBlocks

        public static boolean bidiagOuterBlocks(int blockLength,
                                                D1Submatrix64F A,
                                                double[] gammasU,
                                                double[] gammasV)
        Performs a standard bidiagonal decomposition just on the outer blocks of the provided matrix
        Parameters:
        blockLength -
        A -
        gammasU -

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.