Skip to content

Support Fortran-style arrays #26

@dievsky

Description

@dievsky

Currently only C-style (row-major) arrays are supported. Extending this to Fortran-style (column-major) arrays would allow transposing an array in O(1) without copying, but would also bring additional difficulties for binary operations (there's no efficient way to add a C- and Fortran-style array).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions