The OpenD Programming Language

LeastSquaresTaskBetterC

import mir.optim.least_squares;
alias LeastSquaresTaskBetterC = void function
(
scope const LeastSquaresTask
,,,
uint i
)
@safe nothrow @nogc pure

Meta