org.ejml.alg.block.decomposition.bidiagonal
Class BidiagonalHelper
java.lang.Object
org.ejml.alg.block.decomposition.bidiagonal.BidiagonalHelper
public class BidiagonalHelper
- extends Object
- Author:
- Peter Abeles
|
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 |
BidiagonalHelper
public BidiagonalHelper()
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.