This commit is contained in:
Gilles 2017-07-18 13:10:50 +02:00
parent 612a04d6b0
commit f940239fd2
1 changed files with 3 additions and 0 deletions

View File

@ -86,6 +86,9 @@ public class QRDecomposition {
*
* @param matrix The matrix to decompose.
* @param threshold Singularity threshold.
* The matrix will be considered singular if the absolute value of
* any of the diagonal elements of the "R" matrix is smaller than
* the threshold.
*/
public QRDecomposition(RealMatrix matrix,
double threshold) {