The nvmath. module is experimental and potentially subject to future changes.
DirectSolverPlanPreferences#
-
class nvmath.
sparse. advanced. DirectSolverPlanPreferences( - *,
- host_nthreads: int | None = None,
- reordering_algorithm: ReorderingAlg | None = None,
- pivot_type: int | None = None,
- pivot_threshold: float | None = None,
- max_nnz: int | None = None,
- matching_algorithm: MatchingAlg | None = None,
- nd_min_levels: int | None = None,
- use_superpanels: bool | None = None,
A data class for providing plan preferences to the
direct_solver()function.- reordering_algorithm#
The reordering algorithm to use.
- Type:
- matching_algorithm#
The matching algorithm to use.
- Type: