.NET Matrix Library
CLU Class Methods
See Also  Send Feedback


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

Public Methods

 NameDescription
public MethodDeterminantReturns the determinant of a square complex matrix using its LU factorization.  
public MethodDisposeReleases all the resources used by the CLU object.  
public MethodGetPivotsGets an array of integers containing the pivot indices.  
public MethodInverseReturns the inverse of a square complex matrix using its LU factorization.  
public MethodSolveSolves a system of linear equations with multiple right hands using the LU factorization of a general complex matrix.  
Top

See Also

.NET Matrix Library