We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a901bb7 commit e2a1235Copy full SHA for e2a1235
linkml_model/model/schema/array.yaml
@@ -266,9 +266,13 @@ enums:
266
description: >-
267
An array layout option in which the elements in each row are stored in consecutive positions,
268
or any generalization thereof to dimensionality greater than 2
269
+ aliases:
270
+ - F order
271
ROW_MAJOR_ARRAY_ORDER:
272
meaning: gom:rowMajorArray
273
274
275
276
277
+ - C order
278
0 commit comments