19 #include <iostream.hpp>
97 #if defined(__MINGW64__)
99 assert(ipar[1] <= LONG_MAX);
100 assert(ipar[2] <= LONG_MAX);
102 maxfn =
static_cast<long>(ipar[1]);
103 iprint =
static_cast<long>(ipar[2]);
113 assert(ipar[3] <= INT_MAX);
115 crit =
pow(
double(10), static_cast<int>(-ipar[3]));
118 #if defined(__MINGW64__)
120 assert(ipar[4] <= LONG_MAX);
122 imax =
static_cast<long>(ipar[4]);
128 assert(ipar[5] <= INT_MAX);
151 ostream& s = (ostream&) _s;
152 s <<
"values of fmm_control structure:\n";
void writeon(const ostream &s) const
writeon Writes function minimizing status
void set_defaults()
Description not yet available.
Description not yet available.
Function minimizer control.
prnstream & endl(prnstream &)
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.
ostream & operator<<(const ostream &_s, preshowpoint p)
Description not yet available.
fmm_control()
Default constructor.
d3_array pow(const d3_array &m, int e)
Description not yet available.