public class BidiagonalHelper_FDRB
extends java.lang.Object
Constructor and Description |
---|
BidiagonalHelper_FDRB() |
Modifier and Type | Method and Description |
---|---|
static boolean |
bidiagOuterBlocks(int blockLength,
org.ejml.data.FSubmatrixD1 A,
float[] gammasU,
float[] gammasV)
Performs a standard bidiagonal decomposition just on the outer blocks of the provided matrix
|