org.ejml.alg.block.decomposition.bidiagonal
Class BidiagonalHelper

java.lang.Object
  extended by org.ejml.alg.block.decomposition.bidiagonal.BidiagonalHelper

public class BidiagonalHelper
extends Object

Author:
Peter Abeles

Constructor Summary
BidiagonalHelper()
           
 
Method Summary
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
clone, equals, finalize, 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 -


Copyright © 2012. All Rights Reserved.