Overload List

  NameDescription
SVDRegressionCalculation()()()
Constructs an SVDRegressionCalculation instance with all sizes equal to zero.
SVDRegressionCalculation(DoubleMatrix)
Constructs an SVDRegressionCalculation instance from the given matrix.
SVDRegressionCalculation(DoubleMatrix, Double)
Constructs a SVDRegressionCalculation instance from the given matrix. The specified tolerance is used in computing the numerical rank of the matrix.

See Also