LU¶
Module: core
Category: linearsolver
Type string: "LU"
Parameters¶
This feature has no parameters.
Description¶
The LU linear solver uses LU decomposition to factor and solve a linear system of equations.
Note that this solver uses a dense matrix and therefore is not recommended for anything besides the smallest systems of linear equations.