The OpenD Programming Language

mir.ndslice.ndfield

This is a submodule of mir.ndslice.

NdField is a type with opIndex(size_t[N] index...) primitive. An ndslice can be created on top of a ndField using slicedNdField.

NdFields

NdField NameUsed By
Cartesiancartesian
Kroneckerkronecker

Members

Structs

Cartesian
struct Cartesian(NdFields...)
Kronecker
struct Kronecker(alias fun, NdFields...)

See Also

Meta

Authors

Ilia Ki