Class BidiagonalHelper_FDRB
- java.lang.Object
-
- org.ejml.dense.block.decomposition.bidiagonal.BidiagonalHelper_FDRB
-
public class BidiagonalHelper_FDRB extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BidiagonalHelper_FDRB()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanbidiagOuterBlocks(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
-