由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - 谁能帮我把这个fortran函数接口写成C的形式,
相关主题
mathematica 提问 "integrand not numerical"[转载] 一个distributed computing 的问题
Re: mathematica 提问 "integrand not numeri大家在matlab中试试 spy()
那位大侠帮帮我!matlab问题请问哪个软件里有这种线性建摸的工具?
高手指点!matlab参数拟合
有什么算法可以确定一个点在不在多边形内?解常微分方程组的问题
[转载] 问一个画histogram的问题Question about Ticks in Matlab figures (转载)
随机数???Classification, Parameter Estimation and ...zz
a question about gnuplot how to rip a dvd
相关话题的讨论汇总
话题: integrand话题: dimens话题: numfun话题: integer话题: parameters
进入Computation版参与讨论
1 (共1页)
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.

1 (共1页)
进入Computation版参与讨论
相关主题
how to rip a dvd有什么算法可以确定一个点在不在多边形内?
请问C语言fscanf的用法[转载] 问一个画histogram的问题
probit regression一问随机数???
请教fortran debugera question about gnuplot
mathematica 提问 "integrand not numerical"[转载] 一个distributed computing 的问题
Re: mathematica 提问 "integrand not numeri大家在matlab中试试 spy()
那位大侠帮帮我!matlab问题请问哪个软件里有这种线性建摸的工具?
高手指点!matlab参数拟合
相关话题的讨论汇总
话题: integrand话题: dimens话题: numfun话题: integer话题: parameters