Click or drag to resize
QR Methods

The QR type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetPermute
Returns an int array containing information about the permutation of the elements of the matrix during pivoting.
Public methodGetQ
The orthogonal or unitary matrix Q.
Public methodGetR
The upper trapezoidal matrix R.
Public methodGetRank
Returns the rank of the matrix used to construct this instance.
Public methodGetRank(Double)
Returns the rank of the matrix given an input tolerance.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSolve(Double)
Returns the solution to the least-squares problem Ax = b.
Public methodSolve(Double, Double)
Returns the solution to the least-squares problem Ax = b using an input tolerance.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also