FortranArray2D

A simple, lightweight, two-dimensional base-1 array.

Members

Functions

opIndex
Unqual!T opIndex(size_t i, size_t j)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
T opIndexAssign(T value, size_t i, size_t j)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexOpAssign
T opIndexOpAssign(T value, size_t i, size_t j)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

cols
size_t cols [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property getter]

The number of elements in the array.

ptr
T* ptr [@property getter]

A pointer to the first element of the array.

rows
size_t rows [@property getter]

The number of rows and columns in the array.

Templates

opIndex
template opIndex(string file = __FILE__, int line = __LINE__)
Undocumented in source.

Meta