LeastSquaresFunctionBetterC

Delegates for low level C API.

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