Class MPSMatrixSolveTriangular

    • Constructor Detail

      • 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 decoder)
      • MPSMatrixSolveTriangular

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

      • init

        protected long init​(MTLDevice device,
                            boolean right,
                            boolean upper,
                            boolean transpose,
                            boolean unit,
                            long order,
                            long numberOfRightHandSides,
                            double alpha)