Class MPSMatrixDecompositionCholesky

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class MPSMatrixDecompositionCholesky
extends MPSMatrixUnaryKernel
Since:
Available in iOS 11.0 and later.
  • Constructor Details

    • MPSMatrixDecompositionCholesky

      public MPSMatrixDecompositionCholesky()
    • MPSMatrixDecompositionCholesky

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

      protected MPSMatrixDecompositionCholesky​(NSObject.SkipInit skipInit)
    • MPSMatrixDecompositionCholesky

      public MPSMatrixDecompositionCholesky​(MTLDevice device, boolean lower, long order)
    • MPSMatrixDecompositionCholesky

      public MPSMatrixDecompositionCholesky​(MTLDevice device)
    • MPSMatrixDecompositionCholesky

      public MPSMatrixDecompositionCholesky​(NSCoder coder)
    • MPSMatrixDecompositionCholesky

      public MPSMatrixDecompositionCholesky​(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 lower, long order)
    • encode

      public void encode​(MTLCommandBuffer commandBuffer, MPSMatrix sourceMatrix, MPSMatrix resultMatrix, MTLBuffer status)