Re: compile a numerical integral
- To: mathgroup at smc.vnet.net
- Subject: [mg124562] Re: compile a numerical integral
- From: DrMajorBob <btreat1 at austin.rr.com>
- Date: Wed, 25 Jan 2012 07:00:45 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201201241007.FAA20277@smc.vnet.net>
- Reply-to: drmajorbob at yahoo.com
No.
Bobby
On Tue, 24 Jan 2012 04:07:25 -0600, Ruth Lazkoz Sáez <ruth.lazkoz at ehu.es>
wrote:
> Hi wise people,
>
> I am working to make a code faster using compile and failed at the very
> beginning.
> Is there a way to make a version that works?
>
> f=Compile[{u},NIntegrate[x*u,{x,0.,#}]&/@{1,2,3}]
>
> Best,
>
> Ruth Lazkoz
>
--
DrMajorBob at yahoo.com
- References:
- compile a numerical integral
- From: Ruth Lazkoz Sáez <ruth.lazkoz@ehu.es>
- compile a numerical integral