16 : qlr(fqlr), ax(fax) {
20 for (n = 0; n <
qlr; n++) {
30 <<
" Dx=" << l.
Dx <<
'\n';
32 for (n = 0; n < l.
qlr; n++)
33 Ifile <<
"n=" << n <<
" x=" << l.
ax[n] <<
'\n';
41 for (n = 0; n <
qlr; n++) {
58 for (n = 0; n <
qlr; n++) {
71 Ifile <<
"linexi2_coor: qlr=" << l.
qlr <<
'\n';
74 Ifile <<
"a=" << l.
a <<
" b=" << l.
b <<
'\n';
76 for (n = 0; n < l.
qlr; n++)
77 Ifile <<
"n=" << n <<
" x=" << l.
ax[n] <<
" y=" << l.
ay[n] <<
'\n';
81 mfunname(
"linexi2B::linexi2B(linexi2& lx)");
82 B = (
double**)
new double[lx.
qlr * lx.
qlr];
84 for (i = 0; i <
qlr; i++)
85 for (m = 0; m <
qlr; m++)
91 for (i = 0; i <
qlr; i++)
92 for (m = 0; m <
qlr; m++)
93 B[i][m] = lxB.
B[i][m];
96 mfunname(
"linexi2B::linexi2B(const linexi2B& lxB)");
97 B = (
double**)
new double[lxB.
qlr * lxB.
qlr];
99 for (i = 0; i <
qlr; i++)
100 for (m = 0; m <
qlr; m++)
101 B[i][m] = lxB.
B[i][m];
void copy(const linexi2B &lxB)
linexi2_coor(const long fqlr, const double *fax)
linexi2(const linexi2_coor &lc, const double *fay)
std::ostream & operator<<(std::ostream &file, const linexi2_coor &l)