Contents

MPSMatrix

A 2D array of data that stores the data’s values.

Declaration

class MPSMatrix

Overview

MPSMatrix objects serve as inputs and outputs of MPSMatrixMultiplication objects. Matrix data is assumed to be stored in row-major order.

Topics

Methods

Properties

Initializers

Instance Properties

Instance Methods

See Also

Matrices