The nvmath.bindings module is experimental and potentially subject to future changes.

MatchingAlg#

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

See cudssMatchingAlg_t.

Member Type:

int

Valid values are as follows:

NONE = <MatchingAlg.NONE: 0>#
MAX_DIAG_COUNT = <MatchingAlg.MAX_DIAG_COUNT: 1>#
MAX_MIN_DIAG = <MatchingAlg.MAX_MIN_DIAG: 2>#
MAX_MIN_DIAG_ALT = <MatchingAlg.MAX_MIN_DIAG_ALT: 3>#
MAX_DIAG_SUM = <MatchingAlg.MAX_DIAG_SUM: 4>#
MAX_DIAG_PRODUCT = <MatchingAlg.MAX_DIAG_PRODUCT: 5>#
AUTO = <MatchingAlg.AUTO: 6>#