Sure, that works. I was just checking to see if there was a preexisting efficient method.<br><br>Thanks,<br>Richard<br><br><br><div class="gmail_quote">On Thu, Mar 24, 2011 at 2:33 PM, dave fournier <span dir="ltr"><<a href="mailto:davef@otter-rsch.com">davef@otter-rsch.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">It is a simple matter to write a function that uses a loop to do what you want and then you just call<br>

that function.  prototypes could be<br>
<br>
    void fill(const dvar_matrix& dest,const dvar_vector& src);<br>
<br>
    void fill(const dmatrix& dest,const dvector& src);<br>
<br>
<br>
<br>
then you just use<br>
<br>
           fill(M,v);<br>
<br>
<br>
<br>
why wouldn't that do the job?<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@admb-project.org" target="_blank">Users@admb-project.org</a><br>
<a href="http://lists.admb-project.org/mailman/listinfo/users" target="_blank">http://lists.admb-project.org/mailman/listinfo/users</a><br>
</blockquote></div><br>