Click or drag to resize

LUSolve Method

Overload List
 NameDescription
Public methodSolve(DVector)Solves the equation Ax = b for x.
Public methodSolve(Matrix)Solves the equation AX = B for the matrix X.
Public methodSolve(DVector, DVector)Solves the equation Ax = b for x, in place.
Public methodSolve(Matrix, Matrix)Solves the equation AX = B for the matrix X, in place.
Top
See Also