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