Package cc.mallet.util
Class QR
- java.lang.Object
-
- cc.mallet.util.QR
-
public class QR extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description QR(double[][] m)
Factorize the input matrix into an orthonormal matrix Q and an upper-triangular matrix R.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[][]
getQ()
double[][]
getR()
-