[ADMB Users] Dynamic Arrays

dave fournier davef at otter-rsch.com
Sat Jun 25 09:37:49 PDT 2011


you may be able to get what you want with

     dvector x(1,20);

    //   .... use x

    x.deallocate();

    x.allocate(2,45);

    // use x

     etc



More information about the Users mailing list