df

Undocumented in source. Be warned that the author may not have intended to support it.
df
(
size_t N
size_t M
T
E = T
alias string A
alias string B
)
(
Vector!(M, T, B) delegate
(
in Vector!(N, T, A)
)
f
,
in Vector!(N, T, A) p
,
E step = E.epsilon * 10
)
if (
isFloatingPoint!T &&
isFloatingPoint!E
)

Meta