|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jblas.Decompose
public class Decompose
Matrix which collects all kinds of decompositions.
Nested Class Summary | |
---|---|
static class |
Decompose.LUDecomposition<T>
Class to hold an LU decomposition result. |
Constructor Summary | |
---|---|
Decompose()
|
Method Summary | |
---|---|
static DoubleMatrix |
cholesky(DoubleMatrix A)
Compute Cholesky decomposition of A |
static Decompose.LUDecomposition<DoubleMatrix> |
lu(DoubleMatrix A)
Compute LU Decomposition of a general matrix. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Decompose()
Method Detail |
---|
public static Decompose.LUDecomposition<DoubleMatrix> lu(DoubleMatrix A)
A
- general matrix
public static DoubleMatrix cholesky(DoubleMatrix A)
A
- symmetric, positive definite matrix (only upper half is used)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |