gsl_ |
The gsl_integration_workspace type exposes the following members.
| Name | Description | |
|---|---|---|
| alist | Array of left endpoints of intervals in the workspace. | |
| blist | Array of right endpoints of intervals in the workspace. | |
| elist | Array of error estimates for each interval. | |
| i | Index of current interval with largest error. | |
| level | Array of subdivision levels for each interval. | |
| limit | Maximum number of subintervals allowed in the workspace. | |
| maximum_level | Maximum subdivision level reached so far. | |
| nrmax | Index used in ordering error estimates. |