MPSMatrixSolveLU
A kernel for computing the solution of a linear system of equations using an LU factorization.
Declaration
class MPSMatrixSolveLUOverview
This kernel finds the solution matrix to the system op(A) * X = B, where:
op(A) is Aᵀ or A
X is the resulting matrix of solutions
B is the array of right hand sides for which the equations are to be solved