Return true if a NPY file is in fortran order */
| 339 | |
| 340 | /** Return true if a NPY file is in fortran order */ |
| 341 | bool is_fortran() |
| 342 | { |
| 343 | return _fortran_order; |
| 344 | } |
| 345 | |
| 346 | /** Initialise the tensor's metadata with the dimensions of the NPY file currently open |
| 347 | * |