20 "DynLinArr<DoubleAc> operator*(const DynArr<DoubleAc>& mt, const "
21 "DynLinArr<double>& vc)");
29 for (
long n1 = 0; n1 < qel_mt[0]; n1++) {
30 for (
long n2 = 0; n2 < q; n2++) {
31 res.
acu(n1) += mt.
acu(n1, n2) * vc.
acu(n2);
40 "DynLinArr<DoubleAc> operator*(const DynArr<double>& mt, const "
41 "DynLinArr<DoubleAc>& vc)");
49 for (
long n1 = 0; n1 < qel_mt[0]; n1++) {
50 for (
long n2 = 0; n2 < q; n2++) {
51 res.
acu(n1) += mt.
acu(n1, n2) * vc.
acu(n2);
60 "DoubleAc operator*(const DynLinArr<DoubleAc>& vc1, const "
61 "DynLinArr<double>& vc2)");
67 for (
long n = 0; n < q1; n++) {
68 s += vc1.
acu(n) * vc2.
acu(n);
76 "DoubleAc operator*(const DynLinArr<double>& vc1, const "
77 "DynLinArr<DoubleAc>& vc2)");
82 for (
long n = 0; n < q1; n++) {
83 s += vc1.
acu(n) * vc2.
acu(n);
95 "DoubleAc operator+(const DynLinArr<DoubleAc>& vc1, const "
96 "DynLinArr<double>& vc2)");
101 for (
long n = 0; n < q1; n++) {
109 "DoubleAc operator-(const DynLinArr<DoubleAc>& vc1, const "
110 "DynLinArr<double>& vc2)");
115 for (
long n = 0; n < q1; n++) {
124 "DoubleAc operator+(const DynLinArr<double>& vc1, const "
125 "DynLinArr<DoubleAc>& vc2)");
130 for (
long n = 0; n < q1; n++) {
138 "DoubleAc operator-(const DynLinArr<double>& vc1, const "
139 "DynLinArr<DoubleAc>& vc2)");
144 for (
long n = 0; n < q1; n++) {
153 "DynArr<DoubleAc> operator+(const DynArr<DoubleAc>& mt1, const "
154 "DynArr<double>& mt2)");
164 while ((at = iter.
more()) != NULL) {
172 "DynArr<DoubleAc> operator-(const DynArr<DoubleAc>& mt1, const "
173 "DynArr<double>& mt2)");
183 while ((at = iter.
more()) != NULL) {
192 "DynArr<DoubleAc> operator+(const DynArr<double>& mt1, const "
193 "DynArr<DoubleAc>& mt2)");
203 while ((at = iter.
more()) != NULL) {
212 "DynArr<DoubleAc> operator-(const DynArr<double>& mt1, const "
213 "DynArr<DoubleAc>& mt2)");
223 while ((at = iter.
more()) != NULL) {
#define check_econd11(a, signb, stream)
#define check_econd12(a, sign, b, stream)
const DynLinArr< long > & get_qel(void) const
long get_qdim(void) const
const DynLinArr< long > & get_ncur(void) const
DoubleAc operator+(const DoubleAc &f1, const DoubleAc &f2)
DoubleAc operator-(const DoubleAc &f)
DoubleAc operator*(const DoubleAc &f1, const DoubleAc &f2)