19 for (n = 0; n < q; n++) {
30 for (n = 0; n < q; n++) {
39 mfunname(
"DynLinArr<DoubleAc> operator*(const DynArr<DoubleAc>& mt, const "
40 "DynLinArr<double>& vc)");
49 for (n1 = 0; n1 < qel_mt[0]; n1++) {
50 for (n2 = 0; n2 < q; n2++) {
51 res.
acu(n1) += mt.
acu(n1, n2) * vc.
acu(n2);
59 mfunname(
"DynLinArr<DoubleAc> operator*(const DynArr<double>& mt, const "
60 "DynLinArr<DoubleAc>& vc)");
69 for (n1 = 0; n1 < qel_mt[0]; n1++) {
70 for (n2 = 0; n2 < q; n2++) {
71 res.
acu(n1) += mt.
acu(n1, n2) * vc.
acu(n2);
79 mfunname(
"DoubleAc operator*(const DynLinArr<DoubleAc>& vc1, const "
80 "DynLinArr<double>& vc2)");
87 for (n = 0; n < q1; n++) {
88 s += vc1.
acu(n) * vc2.
acu(n);
95 mfunname(
"DoubleAc operator*(const DynLinArr<double>& vc1, const "
96 "DynLinArr<DoubleAc>& vc2)");
104 for (n = 0; n < q1; n++) {
105 s += vc1.
acu(n) * vc2.
acu(n);
116 mfunname(
"DoubleAc operator+(const DynLinArr<DoubleAc>& vc1, const "
117 "DynLinArr<double>& vc2)");
123 for (n = 0; n < q1; n++) {
130 mfunname(
"DoubleAc operator-(const DynLinArr<DoubleAc>& vc1, const "
131 "DynLinArr<double>& vc2)");
137 for (n = 0; n < q1; n++) {
145 mfunname(
"DoubleAc operator+(const DynLinArr<double>& vc1, const "
146 "DynLinArr<DoubleAc>& vc2)");
152 for (n = 0; n < q1; n++) {
159 mfunname(
"DoubleAc operator-(const DynLinArr<double>& vc1, const "
160 "DynLinArr<DoubleAc>& vc2)");
166 for (n = 0; n < q1; n++) {
174 mfunname(
"DynArr<DoubleAc> operator+(const DynArr<DoubleAc>& mt1, const "
175 "DynArr<double>& mt2)");
185 while ((at = iter.
more()) != NULL) {
192 mfunname(
"DynArr<DoubleAc> operator-(const DynArr<DoubleAc>& mt1, const "
193 "DynArr<double>& mt2)");
203 while ((at = iter.
more()) != NULL) {
211 mfunname(
"DynArr<DoubleAc> operator+(const DynArr<double>& mt1, const "
212 "DynArr<DoubleAc>& mt2)");
222 while ((at = iter.
more()) != NULL) {
230 mfunname(
"DynArr<DoubleAc> operator-(const DynArr<double>& mt1, const "
231 "DynArr<DoubleAc>& mt2)");
241 while ((at = iter.
more()) != NULL) {
DoubleAc sqrt(const DoubleAc &f)
DoubleAc square(const DoubleAc &f)
#define check_econd11(a, signb, stream)
#define check_econd12(a, sign, b, stream)
long get_qdim(void) const
const DynLinArr< long > & get_qel(void) const
const DynLinArr< long > & get_ncur(void) const
DynLinArr< DoubleAc > operator+(const DynLinArr< DoubleAc > &vc1, const DynLinArr< double > &vc2)
DynLinArr< DoubleAc > operator-(const DynLinArr< DoubleAc > &vc1, const DynLinArr< double > &vc2)
DoubleAc norm_DynLinArr(const DynLinArr< DoubleAc > &f)
DoubleAc normsq_DynLinArr(const DynLinArr< DoubleAc > &f)
DynLinArr< DoubleAc > operator*(const DynArr< DoubleAc > &mt, const DynLinArr< double > &vc)