The OpenD Programming Language

LeastSquaresFunctionBetterC

Delegates for low level C API.

import mir.optim.least_squares;
alias LeastSquaresFunctionBetterC(T) = void function
(
scope void* context
,
size_t m
,
size_t n
,
const(T)* x
,
T* y
)
@system nothrow @nogc pure

Meta