Class MPSMatrixSolveTriangular

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

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

    • MPSMatrixSolveTriangular

      public MPSMatrixSolveTriangular()
    • MPSMatrixSolveTriangular

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

      protected MPSMatrixSolveTriangular​(NSObject.SkipInit skipInit)
    • MPSMatrixSolveTriangular

      public MPSMatrixSolveTriangular​(MTLDevice device, boolean right, boolean upper, boolean transpose, boolean unit, long order, long numberOfRightHandSides, double alpha)
    • MPSMatrixSolveTriangular

      public MPSMatrixSolveTriangular​(MTLDevice device)
    • MPSMatrixSolveTriangular

      public MPSMatrixSolveTriangular​(NSCoder coder)
    • MPSMatrixSolveTriangular

      public MPSMatrixSolveTriangular​(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 right, boolean upper, boolean transpose, boolean unit, long order, long numberOfRightHandSides, double alpha)
    • encode

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