Uses of Class
no.uib.cipr.matrix.LQ
-
Packages that use LQ Package Description no.uib.cipr.matrix -
-
Uses of LQ in no.uib.cipr.matrix
Methods in no.uib.cipr.matrix that return LQ Modifier and Type Method Description LQ
LQ. factor(DenseMatrix A)
static LQ
LQ. factorize(Matrix A)
Convenience method to compute a LQ decomposition
-