PivotType#

enum nvmath.bindings.cudss.PivotType(value)[source]#

See cudssPivotType_t.

Member Type:

int

Valid values are as follows:

PIVOT_COL = <PivotType.PIVOT_COL: 0>#
PIVOT_ROW = <PivotType.PIVOT_ROW: 1>#
PIVOT_NONE = <PivotType.PIVOT_NONE: 2>#