mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 01:59:13 +00:00
expand javadoc to explain what Cholesky decomposition is
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1096473 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9853e1ba0c
commit
dad2f01046
@ -21,6 +21,9 @@ package org.apache.commons.math.linear;
|
||||
/**
|
||||
* An interface to classes that implement an algorithm to calculate the
|
||||
* Cholesky decomposition of a real symmetric positive-definite matrix.
|
||||
* <p>The Cholesky decomposition of a real symmetric positive-definite
|
||||
* matrix A consists of a lower triangular matrix L with same size that
|
||||
* satisfy: A = LL<sup>T</sup>Q = I). In a sense, this is the square root of A.</p>
|
||||
* <p>This interface is based on the class with similar name from the
|
||||
* <a href="http://math.nist.gov/javanumerics/jama/">JAMA</a> library, with the
|
||||
* following changes:</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user