Syntax | QDP_ T_eq_r_times_ T_ func_ T( Type *r, QLA_Real *c, Type *a, Type *b, subset);
| | QDP_ T_veq_r_times_ T_ func_ T( Type *r[], QLA_Real c[], Type *a[], Type *b[], subset, int n);
| Meaning | r = c * a +/- b
| Type | R, C, V, H, D, M, P
| func | plus, minus
|
|