Contents

MPSMatrixSolveLU

A kernel for computing the solution of a linear system of equations using an LU factorization.

Declaration

class MPSMatrixSolveLU

Overview

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

Topics

Initializers

Instance Methods

See Also

Classes for Decomposition and Solving