“IDL中的微分和积分程序”的版本间差异
跳到导航
跳到搜索
(创建页面,内容为“==积分== ===内置程序=== *qromb :using Romberg integration. *qromo :using a modified Romberg's method (section 4.4 of Numerical Recipes in C) *qsimb :using Simp...”) |
无编辑摘要 |
||
第9行: | 第9行: | ||
*INT_2D,INT_3D,INT_TABULATED |
*INT_2D,INT_3D,INT_TABULATED |
||
===astro_lib=== |
|||
*也有一个qsimp,但是是子程序形式,上面内禀的是函数形式 |
|||
:该子程序比内禀函数更快,因为用的是数组运算* QTRAP |
|||
* QTRAP |
|||
: Integrate using trapezoidal rule to specified accuracy. (section 4.2 of Numerical Recipes) |
2016年9月21日 (三) 05:48的版本
积分
内置程序
- qromb
- using Romberg integration.
- qromo
- using a modified Romberg's method (section 4.4 of Numerical Recipes in C)
- qsimb
- using Simpson's rule
- INT_2D,INT_3D,INT_TABULATED
astro_lib
- 也有一个qsimp,但是是子程序形式,上面内禀的是函数形式
- 该子程序比内禀函数更快,因为用的是数组运算* QTRAP
- QTRAP
- Integrate using trapezoidal rule to specified accuracy. (section 4.2 of Numerical Recipes)