Contents

BNNSDataLayout2DLastMajor

A constant that represents a 2D last-major matrix.

Declaration

var BNNSDataLayout2DLastMajor: BNNSDataLayout { get }

Discussion

The value (i, j) is at index i * stride[0] + j * stride[1].

  • size[0] is the size of the first dimension (i).

  • size[1] is the size of the second dimension (j).

This is the BLAS/LAPACK column-major equivalent.

See Also

2D Data Layouts