.NET Matrix Library
CLQ Class Members
See Also  Properties  Methods  Send Feedback


The following tables list the members exposed by CLQ.

Public Constructors

 NameDescription
public ConstructorCLQ ConstructorInitializes a new instance of the CLQ class computing the LQ factorization of a general complex matrix.  
Top

Public Properties

 NameDescription
public PropertyColsGets the number of columns of the matrix that is represented by the factorization.  
public PropertyLGets the factor L, the lower triangular matrix of the LQ factorization.  
public PropertyQGets the factor Q, the orthogonal matrix of the LQ factorization.  
public PropertyRowsGets the number of rows of the matrix that is represented by the factorization.  
Top

Public Methods

 NameDescription
public MethodDisposeReleases all the resources used by the CLQ object.  
public MethodSolveSolves an underdetermined system of linear equations using the LQ factorization of a complex matrix.  
Top

See Also

.NET Matrix Library