compile a numerical integral
- To: mathgroup at smc.vnet.net
- Subject: [mg124547] compile a numerical integral
- From: Ruth Lazkoz Sáez <ruth.lazkoz at ehu.es>
- Date: Tue, 24 Jan 2012 05:07:25 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
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
- Follow-Ups:
- Re: compile a numerical integral
- From: DrMajorBob <btreat1@austin.rr.com>
- Re: compile a numerical integral