org.ujmp.core.doublematrix.calculation.general.decomposition
Interface Chol<T>
-
public interface Chol<T>Cholesky Decomposition.For a symmetric, positive definite matrix A, the Cholesky decomposition is an lower triangular matrix L so that A = L*L'.
If the matrix is not symmetric or positive definite, the constructor returns a partial decomposition and sets an internal flag that may be queried by the isSPD() method.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface and Description static classChol.CholMatrix
-
Field Summary
Fields Modifier and Type Field and Description static Chol<Matrix>INSTANCEstatic Chol<Matrix>MATRIXstatic Chol<Matrix>MATRIXLARGEMULTITHREADEDstatic Chol<Matrix>MATRIXLARGESINGLETHREADEDstatic Chol<Matrix>MATRIXSMALLMULTITHREADEDstatic Chol<Matrix>MATRIXSMALLSINGLETHREADEDstatic intTHRESHOLDstatic Chol<Matrix>UJMP
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description Tcalc(T source)Tsolve(T source, T b)
-
-
-
Field Detail
-
THRESHOLD
static final int THRESHOLD
- See Also:
- Constant Field Values
-
-
DataMelt 3.0 © DataMelt by jWork.ORG