示例#1
0
文件: ludcmp.hpp 项目: pwoo/admb
 void allocate(int lb, int ub, int l1, ivector & iv, int l2, int u2)
 {
     D.allocate(lb, ub, l1, iv, l2, u2);
     count.allocate(lb, ub, l1, iv);
     count = 1;
 }