LUTSolve Method |
Name | Description | |
---|---|---|
Solve(MatrixT) | Solves a system of linear equations, AX = B, with A LU factorized. | |
Solve(VectorT) | Solves a system of linear equations, Ax = b, with A LU factorized. | |
Solve(MatrixT, MatrixT) | Solves a system of linear equations, AX = B, with A LU factorized. | |
Solve(VectorT, VectorT) | Solves a system of linear equations, Ax = b, with A LU factorized. |