public class BidiagonalHelper extends Object
| Constructor and Description |
|---|
BidiagonalHelper() |
| 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
|
public static boolean bidiagOuterBlocks(int blockLength,
D1Submatrix64F A,
double[] gammasU,
double[] gammasV)
blockLength - A - gammasU - Copyright © 2013. All Rights Reserved.