.NET Matrix Library
LU Class Properties
See Also  Send Feedback


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

Public Properties

 NameDescription
public PropertyColsGets the number of columns of the matrix that is represented by the factorization.  
public PropertyIsSingularGets a Boolean value indicating whether the LU factorization represents a singular matrix.  
public PropertyLGets the L factor, the lower triangular part of the LU factorization.  
public PropertyPGets the P factor, the permutation matrix of the LU factorization.  
public PropertyRowsGets the number of rows of the matrix that is represented by the factorization.  
public PropertyUGets the U factor, the upper triangular part of the LU factorization.  
Top

See Also

.NET Matrix Library