LeastSquaresJacobianBetterC

alias LeastSquaresJacobianBetterC(T) = void function
(
scope void* context
,
size_t m
,
size_t n
,
const(T)* x
,
T* J
)
@system nothrow @nogc pure

Meta