Class MPSMatrixSolveLU

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class MPSMatrixSolveLU
extends MPSMatrixBinaryKernel
Since:
Available in iOS 11.0 and later.
  • Constructor Details

    • MPSMatrixSolveLU

      public MPSMatrixSolveLU()
    • MPSMatrixSolveLU

      protected MPSMatrixSolveLU​(NSObject.Handle h, long handle)
    • MPSMatrixSolveLU

      protected MPSMatrixSolveLU​(NSObject.SkipInit skipInit)
    • MPSMatrixSolveLU

      public MPSMatrixSolveLU​(MTLDevice device, boolean transpose, long order, long numberOfRightHandSides)
    • MPSMatrixSolveLU

      public MPSMatrixSolveLU​(MTLDevice device)
    • MPSMatrixSolveLU

      public MPSMatrixSolveLU​(NSCoder coder)
    • MPSMatrixSolveLU

      public MPSMatrixSolveLU​(NSCoder decoder, MTLDevice device)
      Since:
      Available in iOS 11.0 and later.
  • Method Details

    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(MTLDevice device, boolean transpose, long order, long numberOfRightHandSides)
    • encode

      public void encode​(MTLCommandBuffer commandBuffer, MPSMatrix sourceMatrix, MPSMatrix rightHandSideMatrix, MPSMatrix pivotIndices, MPSMatrix solutionMatrix)