MPSMatrixDecompositionStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the result forms of a matrix decomposition.
[ObjCRuntime.TV(11, 0)]
public enum MPSMatrixDecompositionStatus
type MPSMatrixDecompositionStatus =
- Inheritance
-
MPSMatrixDecompositionStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
NonPositiveDefinite | -3 | |
Singular | -2 | |
Failure | -1 | |
Success | 0 |