MyraMath
Multifrontal Options

A variety of control and tuning options can be injected into the direct solvers in /multifrontal:

Generally speaking, the use of non-default Options does not have any permanent effects upon the underlying solver. Instead, Options are interpreted on a "one-call-at-a-time" basis. For example, the #threads used during numeric factorization could be different from the #threads used later during backsolution, if you passed in different Options to the two calls.