Click or drag to resize

LUTSolve Method

Overload List
 NameDescription
Public methodSolve(MatrixT) Solves a system of linear equations, AX = B, with A LU factorized.
Public methodSolve(VectorT) Solves a system of linear equations, Ax = b, with A LU factorized.
Public methodSolve(MatrixT, MatrixT) Solves a system of linear equations, AX = B, with A LU factorized.
Public methodSolve(VectorT, VectorT) Solves a system of linear equations, Ax = b, with A LU factorized.
Top
See Also