mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
Cartesian
mir
ndslice
ndfield
struct
Cartesian (
NdFields
...
)
if
(
NdFields
.
length
> 1
) {
NdFields
_fields
;
package
enum
size_t
M
(
size_t
f
)
;
package
enum
size_t
N
;
auto
lightConst
();
auto
lightImmutable
();
size_t
length
();
size_t
[
N
]
shape
();
size_t
elementCount
();
auto
opIndex
(size_t[N] indices);
}
Members
Functions
elementCount
size_t
elementCount
()
length
size_t
length
()
lightConst
auto
lightConst
()
lightImmutable
auto
lightImmutable
()
opIndex
auto
opIndex
(size_t[N] indices)
shape
size_t
[
N
]
shape
()
Variables
M
enum
size_t
M
(
size_t
f
)
;
Undocumented in source.
N
enum
size_t
N
;
Undocumented in source.
_fields
NdFields
_fields
;
Meta
Source
See Implementation
mir
ndslice
ndfield
structs
Cartesian
Kronecker