The DoubleComplexSVDLeastSq type exposes the following members.

Constructors

  NameDescription
DoubleComplexSVDLeastSqOverloaded.

Methods

  NameDescription
Clone
Creates a deep copy of this least squares instance.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FactorOverloaded.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
OnSerializing
processing following deserialization
ResidualNormSqr
Computes the 2-norm squared of the residual vector.
ResidualVector
Computes and returns the residual vector.
Solve
Computes the solution to the least squares problem Ax = b.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Cols
Gets the number of columns in the matrix.
Fail
Gets the status of the singular value decomposition.
IsGood
Gets a boolean value that is true if the singular value decomposition may be used to solve least squares problems; otherwise false.
Rank
Gets the numerical rank of the matrix.
Rows
Gets the number of rows in the matrix.

See Also