13 BGMesh(
double fxmin,
double fxmax,
long fq);
18 std::vector<double>
x;
19 void print(std::ostream& file,
int l)
const;
22std::ostream&
operator<<(std::ostream& file,
const BGMesh& bgm);
void print(std::ostream &file, int l) const
long q
Total number of points (not number of intervals).
std::ostream & operator<<(std::ostream &file, const BGMesh &bgm)