Class BidiagonalHelper_DDRB
java.lang.Object
org.ejml.dense.block.decomposition.bidiagonal.BidiagonalHelper_DDRB
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
bidiagOuterBlocks
(int blockLength, DSubmatrixD1 A, double[] gammasU, double[] gammasV) Performs a standard bidiagonal decomposition just on the outer blocks of the provided matrix
-
Constructor Details
-
BidiagonalHelper_DDRB
public BidiagonalHelper_DDRB()
-
-
Method Details
-
bidiagOuterBlocks
public static boolean bidiagOuterBlocks(int blockLength, DSubmatrixD1 A, double[] gammasU, double[] gammasV) Performs a standard bidiagonal decomposition just on the outer blocks of the provided matrix
-