k****g 发帖数: 67 | 1 最关键的是第三个变量Integrand不知道怎么typedef
CALL CUBATR &
(DIMENS,NumFun,Integrand,NumRgn,Vertices,RgType,Value,AbsErr, &
! and optional parameters
IFAIL,Neval,EpsAbs,EpsRel,Restart,MinPts,MaxPts,Key,Job,Tune)
!-----------------------------------------------------------------------
! Input parameters
! ----------------
!
! DIMENS Integer.
! The dimension of the region of integration.
!
! NumFun Integer.
! Number of components of the integrand.
!
! Integrand
! | h***o 发帖数: 539 | 2 function pointer
void cubatr(int* dimens, int* numfun, void* (*integrand)(double*, int*), ....)
【在 k****g 的大作中提到】 : 最关键的是第三个变量Integrand不知道怎么typedef : CALL CUBATR & : (DIMENS,NumFun,Integrand,NumRgn,Vertices,RgType,Value,AbsErr, & : ! and optional parameters : IFAIL,Neval,EpsAbs,EpsRel,Restart,MinPts,MaxPts,Key,Job,Tune) : !----------------------------------------------------------------------- : ! Input parameters : ! ---------------- : ! : ! DIMENS Integer.
|
|