[ADMB Users] how to assign a matrix column (vector) after	extracting it
    dave fournier 
    davef at otter-rsch.com
       
    Sun Oct 17 07:45:21 PDT 2010
    
    
  
However ADMB stores matrices by row so it is a lot more efficient to do 
this by row.
   for (int i=1;i<=r;i++)
        M(i)=MM(i)(1,c-1);
    
    
More information about the Users
mailing list