No overview available.
SDKs
- iOS 11.0+
- macOS 10.13+
- Mac Catalyst 13.0+
- tvOS 11.0+
Framework
- Metal Performance Shaders
Declaration
enum MPSMatrixDecompositionStatus : Int32
No overview available.
SDKs
Framework
enum MPSMatrixDecompositionStatus : Int32
case failure
A status indicating the decomposition was not able to be completed.
case non Positive Definite
A status indicating a non-positive-definite pivot value was calculated.
case singular
A status indicating the resulting decomposition is not suitable for use in a subsequent system solve.
case success
A status indicating the decomposition was performed successfully.
class MPSMatrix Decomposition Cholesky
A kernel for computing the Cholesky factorization of a matrix.
class MPSMatrix Solve Cholesky
A kernel for computing the solution of a linear system of equations using a Cholesky factorization.
class MPSMatrix Decomposition LU
A kernel for computing the LU factorization of a matrix using partial pivoting with row interchanges.
class MPSMatrix Solve LU
A kernel for computing the solution of a linear system of equations using an LU factorization.
class MPSMatrix Solve Triangular
A kernel for computing the solution of a linear system of equations using a triangular coefficient matrix.
class MPSMatrix Unary Kernel
A kernel that consumes one matrix and produces one matrix.
class MPSMatrix Binary Kernel
A kernel that consumes two matrices and produces one matrix.