QRDecomposition Members
From DotNetMatrix
Public Instance Constructors
|
|
QR Decomposition, computed by Householder reflections. |
Public Instance Properties
| Is the matrix full rank? | |
| Return the Householder vectors | |
| Generate and return the (economy-sized) orthogonal factor | |
| Return the upper triangular factor |
Public Instance Methods
| Determines whether the specified Object is equal to the current Object. | |
| Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| Gets the Type of the current instance. | |
| Least squares solution of A*X = B | |
| Returns a String that represents the current Object. |
Private Instance Fields
| Row and column dimensions. @serial column dimension. @serial row dimension. | |
| Row and column dimensions. @serial column dimension. @serial row dimension. | |
| Array for internal storage of decomposition. @serial internal array storage. | |
| Array for internal storage of diagonal of R. @serial diagonal of R. |