DirectSolverSolutionConfig#

class nvmath.sparse.advanced.DirectSolverSolutionConfig(solver)[source]#

An interface to configure nvmath.sparse.advanced.DirectSolver.solve(). The current configuration can also be queried.

Methods

__init__(solver)[source]#

ctor for internal use only.

Attributes

ir_num_steps#

Query or set the number of steps used for iterative refinement. Set the cuDSS documentation for more information.

solution_algorithm#

Query or set the solution algorithm used. See nvmath.bindings.cudss.AlgType and the cuDSS documentation for more information.