Macro argmin::make_run [] [src]

macro_rules! make_run {
    ( $ProblemDefinition:ty, $StartingPoints:ty, $Parameter:ty, $CostValue:ty ) => { ... };
}

This macro generates the run function for every solver which implements ArgminSolver.