6 : xmin(fxmin), xmax(fxmax), q(fq) {
12 Ifile <<
"BGMesh (l=" << l <<
"): \n";
14 Ifile <<
"xmin=" <<
xmin <<
" xmax=" <<
xmax <<
" quantity of intervals=" <<
q
23 Ifile <<
"operator<<(std::ostream& file, const BGMesh& bgm):\n";
30 "DynLinArr< double > make_log_mesh(double fxmin, double fxmax, long fq)");
34 double rk =
pow(fxmax / fxmin, (1.0 /
double(fq - 1)));
41 for (
long n = 1; n < fq - 1; n++) {
DoubleAc pow(const DoubleAc &f, double p)
#define check_econd11(a, signb, stream)
virtual void print(std::ostream &file, int l) const
std::ostream & operator<<(std::ostream &file, const BGMesh &bgm)
DynLinArr< double > make_log_mesh(double fxmin, double fxmax, long fq)
#define Iprintn(file, name)