util.c
来自「The CUBA library provides new implementa」· C语言 代码 · 共 28 行
C
28 行
/* util.c Utility functions this file is part of Vegas last modified 2 Mar 06 th*/#include "decl.h"static count ndim_, ncomp_;static number neval_;static Grid *gridptr_[MAXGRIDS];static count griddim_[MAXGRIDS];int EXPORT(vegasnbatch) = 1000;int EXPORT(vegasgridno) = 0;char EXPORT(vegasstate)[MAXSTATESIZE] = "";#define SamplesAlloc(p, n) \ MemAlloc(p, (n)*((ndim_ + ncomp_ + 1)*sizeof(real) + ndim_*sizeof(bin_t)))#ifdef DEBUG#include "debug.c"#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?