Class MPSMatrixSolveCholesky

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

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

    • MPSMatrixSolveCholesky

      public MPSMatrixSolveCholesky()
    • MPSMatrixSolveCholesky

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

      protected MPSMatrixSolveCholesky​(NSObject.SkipInit skipInit)
    • MPSMatrixSolveCholesky

      public MPSMatrixSolveCholesky​(MTLDevice device, boolean upper, long order, long numberOfRightHandSides)
    • MPSMatrixSolveCholesky

      public MPSMatrixSolveCholesky​(MTLDevice device)
    • MPSMatrixSolveCholesky

      public MPSMatrixSolveCholesky​(NSCoder coder)
    • MPSMatrixSolveCholesky

      public MPSMatrixSolveCholesky​(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 upper, long order, long numberOfRightHandSides)
    • encode

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