QRDecomposition Members

DotNetMatrix

An NDoc Documented Class Library

QRDecomposition Members

QRDecomposition overview

Public Instance Constructors

QRDecomposition Constructor QR Decomposition, computed by Householder reflections.

Public Instance Properties

FullRankIs the matrix full rank?
HReturn the Householder vectors
QGenerate and return the (economy-sized) orthogonal factor
RReturn the upper triangular factor

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
SolveLeast squares solution of A*X = B
ToString (inherited from Object)Returns a String that represents the current Object.

Private Instance Fields

mRow and column dimensions. @serial column dimension. @serial row dimension.
nRow and column dimensions. @serial column dimension. @serial row dimension.
QRArray for internal storage of decomposition. @serial internal array storage.
RdiagArray for internal storage of diagonal of R. @serial diagonal of R.

Explicit Interface Implementations

See Also

QRDecomposition Class | DotNetMatrix Namespace