The nvmath. module is experimental and potentially subject to future changes.
PivotType#
-
enum nvmath.
bindings. cudss. PivotType(value)[source]# See
cudssPivotType_t.- Member Type:
Valid values are as follows:
- PIVOT_AUTO = <PivotType.PIVOT_AUTO: 0>#
- PIVOT_NONE = <PivotType.PIVOT_NONE: 1>#
- PIVOT_GLOBAL_COL = <PivotType.PIVOT_GLOBAL_COL: 2>#
- PIVOT_GLOBAL_ROW = <PivotType.PIVOT_GLOBAL_ROW: 3>#
- PIVOT_DIAGONAL = <PivotType.PIVOT_DIAGONAL: 4>#
- PIVOT_LOCAL_BLOCK = <PivotType.PIVOT_LOCAL_BLOCK: 5>#
- PIVOT_BUNCH_KAUFMAN = <PivotType.PIVOT_BUNCH_KAUFMAN: 6>#