Powered by Apache

CVS log for OpenXM/src/asir-contrib/packages/src/tk_intde-1.rr

[BACK] Up to [local] / OpenXM / src / asir-contrib / packages / src

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.3 / (download) - annotate - [select for diffs], Wed Jul 24 06:34:49 2019 UTC (4 years, 10 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +73 -1 lines
Diff to previous 1.2 (colored)

intde_c integrates complex valued functions.
Example:  F=tk_intde_1.intde_c(exp(-x^4)*(exp(-exp(2*@pi*@i/4)*x^2/2+@i*@pi/4)+exp(-x^2/2)),0,100,10^(-15));

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jun 23 23:50:31 2017 UTC (6 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.1: +71 -1 lines
Diff to previous 1.1 (colored)

intde_fp(F,a,b) evaluates a numerical integration of F on [a,b].
F is assumed to be a function pointer with one argument. Other argument
should be given by an optional variable.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Dec 14 05:56:58 2013 UTC (10 years, 5 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b

Numerical integration by the DE formala. This coding is based on Ooura's intde package in C.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>