Click or drag to resize

DoubleSVDLeastSq Constructor

Overload List
 NameDescription
Public methodDoubleSVDLeastSq Constructs a DoubleSVDLeastSq instance with all sizes zero.
Public methodDoubleSVDLeastSq(DoubleMatrix) Constructs a DoubleSVDLeastSq instance from the given matrix.
Public methodDoubleSVDLeastSq(DoubleMatrix, Double) Constructs a DoubleSVDLeastSq instance from the given matrix. The specified tolerance is used in computing the numerical rank of the matrix.
Top
See Also