DirectSolverFactorizationConfig#
-
class nvmath.
sparse. advanced. DirectSolverFactorizationConfig(solver)[source]# An interface to configure
nvmath.
. The current configuration can also be queried.sparse. advanced. DirectSolver. factorize() Methods
Attributes
- factorization_algorithm#
Query or set the factorization algorithm used. See
nvmath.
and the cuDSS documentation for more information.bindings. cudss. AlgType
- pivot_eps#
Query or set the pivot epsilon value. See the cuDSS documentation for more information.
- pivot_eps_algorithm#
Query or set the algorithm used for pivot epsilon calculation. See
nvmath.
and the cuDSS documentation for more information.bindings. cudss. AlgType