.NET Matrix Library
QR Class Members
See Also  Properties  Methods  Send comments on this topic


The following tables list the members exposed by QR.

Public Constructors

 NameDescription
public ConstructorQR ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public PropertyColsGets the number of columns of the matrix that is represented by the factorization.  
public PropertyPGets the P factor, the permutation matrix of the QR factorization.  
public PropertyQGets the Q factor, the orthogonal part of the QR factorization.  
public PropertyRGets the R factor, the upper triangular part of the QR factorization.  
public PropertyRowsGets the number of rows of the matrix that is represented by the factorization.  
Top

Public Methods

 NameDescription
public MethodGetPivotsGets an array of integers containing the pivot indices.  
public MethodSolveSolves a set of least-squares problems (with multiple right hands) using the QR factorization of a general real matrix.  
Top

See Also

.NET Matrix Library Documentation