public class BidiagonalHelper_DDRB
extends java.lang.Object
Constructor and Description |
---|
BidiagonalHelper_DDRB() |
Modifier and Type | Method and 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
|