DirectSolverPlanInfo#

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

An interface to query information returned by nvmath.sparse.advanced.DirectSolver.plan().

Methods

__init__(solver)[source]#

ctor for internal use only.

Attributes

col_permutation#

Query the column permutation after planning (reordering). See the cuDSS documentation for more information.

memory_estimates#

Query the memory estimates. See the cuDSS documentation for more information.

row_permutation#

Query the row permutation after planning (reordering). See the cuDSS documentation for more information.