<p dir="ltr">Thanks for the input Jed.</p>
<div class="gmail_quote">On Oct 16, 2015 12:42 PM, "Jed Brown" <<a href="mailto:jed@jedbrown.org">jed@jedbrown.org</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Bikash Kanungo <<a href="mailto:bikash@umich.edu">bikash@umich.edu</a>> writes:<br>
> Matrix A defined in my problem is of size NxN and I have N vectors v_i,<br>
> each of length N, which are to be multiplied by A. N is fairly small<br>
> 10000-50000.<br>
<br>
Your vectors form a square matrix, so I would use MatMatMult.  If the<br>
number of vectors was much smaller than their size (e.g., 10), then<br>
alternatives might make sense.<br>
</blockquote></div>