JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
no.uib.cipr.matrix.DenseLU
Packages that use
DenseLU
Package
Description
no.uib.cipr.matrix
Uses of
DenseLU
in
no.uib.cipr.matrix
Methods in
no.uib.cipr.matrix
that return
DenseLU
Modifier and Type
Method
Description
DenseLU
DenseLU.
factor
(
DenseMatrix
A)
Creates an LU decomposition of the given matrix
static
DenseLU
DenseLU.
factorize
(
Matrix
A)
Creates an LU decomposition of the given matrix