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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic booleanbidiagOuterBlocks(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_FDRBpublic BidiagonalHelper_FDRB()
 
- 
- 
Method Details- 
bidiagOuterBlockspublic 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
 
-