Re: [MATH] Default constructors

2013-08-15 Thread sebb
[Top-posting] Please remember to include the [MATH] prefix in the subject line, as I have done in this reply. On 15 August 2013 20:22, Ajo Fod wrote: > Sometimes, the simplest constructor for a class requires parameters that > there is an obvious default choice for: > > One such example is: > *N

Default constructors

2013-08-15 Thread Ajo Fod
Sometimes, the simplest constructor for a class requires parameters that there is an obvious default choice for: One such example is: *NonLinearConjugateGradientOptimizer