dnumeric v0.5.2 (2018-09-11T12:28:28Z)
Dub
Repo
Range
dnum
tensor
Range Struct - start, end
struct
Range {
double
start
;
double
end
;
double
step
;
this
(double x, double y);
this
(double x, double y, double step);
Tensor
toTensor
(Shape byRow);
}
Constructors
this
this
(double x, double y)
Undocumented in source.
this
this
(double x, double y, double step)
Undocumented in source.
Members
Functions
toTensor
Tensor
toTensor
(Shape byRow)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
end
double
end
;
Undocumented in source.
start
double
start
;
Undocumented in source.
step
double
step
;
Undocumented in source.
Meta
Source
See Implementation
dnum
tensor
enums
Shape
structs
Range
Size
Tensor
Range Struct - start, end