.NET Matrix Library
CLQ Class Properties
See Also  Send Feedback


For a list of all members of this type, see CLQ members.

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

See Also

.NET Matrix Library