Class MPSMatrixCopy

    • Constructor Detail

      • MPSMatrixCopy

        public MPSMatrixCopy()
      • MPSMatrixCopy

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

        public MPSMatrixCopy​(MTLDevice device,
                             long copyRows,
                             long copyColumns,
                             boolean sourcesAreTransposed,
                             boolean destinationsAreTransposed)
        Since:
        Available in iOS 11.0 and later.
      • MPSMatrixCopy

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

        public MPSMatrixCopy​(NSCoder decoder)
    • Method Detail

      • getCopyRows

        public long getCopyRows()
      • getCopyColumns

        public long getCopyColumns()
      • isSourcesAreTransposed

        public boolean isSourcesAreTransposed()
      • isDestinationsAreTransposed

        public boolean isDestinationsAreTransposed()
      • init

        protected long init​(MTLDevice device,
                            long copyRows,
                            long copyColumns,
                            boolean sourcesAreTransposed,
                            boolean destinationsAreTransposed)
        Since:
        Available in iOS 11.0 and later.
      • init

        protected long init​(NSCoder decoder,
                            MTLDevice device)
        Overrides:
        init in class MPSKernel
        Since:
        Available in iOS 11.0 and later.