QR Methods |
The QR type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetPermute |
Returns an int array containing information about the
permutation of the elements of the matrix during pivoting.
| |
GetQ |
The orthogonal or unitary matrix Q.
| |
GetR |
The upper trapezoidal matrix R.
| |
GetRank |
Returns the rank of the matrix used to construct this instance.
| |
GetRank(Double) |
Returns the rank of the matrix given an input tolerance.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Solve(Double) |
Returns the solution to the least-squares problem Ax = b.
| |
Solve(Double, Double) |
Returns the solution to the least-squares problem Ax = b using an
input tolerance.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |