JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Uses of Class
org.jscience.mathematics.vector.LUDecomposition
Packages that use
LUDecomposition
Package
Description
org.jscience.mathematics.vector
Provides support for
linear algebra
in the form of
matrices
and
vectors
.
Uses of
LUDecomposition
in
org.jscience.mathematics.vector
Methods in
org.jscience.mathematics.vector
that return
LUDecomposition
Modifier and Type
Method and Description
static <F extends
Field
<F>>
LUDecomposition
<F>
LUDecomposition.
valueOf
(
Matrix
<F> source)
Returns the lower/upper decomposition of the specified matrix.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes