Tagged Questions
2
votes
2answers
199 views
Efficiently compute double sum
Is there a "Mathematica Way", like Map or Apply to compute the following double sum?
$\sum_{i=1}^{N_1}\sum_{j=1}^{N_2} m_i n_j \, f(\tau_{i} \gamma_{j})$
I have already stored the lists ...