DirectSolverPlanPreferences#
-
class nvmath.
sparse. advanced. DirectSolverPlanPreferences( - *,
- host_nthreads: int | None = None,
- reordering_algorithm: AlgType | None = None,
- pivot_type: int | None = None,
- pivot_threshold: float | None = None,
- max_nnz: int | None = None,
- use_matching: bool | None = None,
- matching_algorithm: AlgType | 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: