Powered by Apache

CVS log for OpenXM/src/asir-contrib/packages/src/tk_approx-r.rr

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.5 / (download) - annotate - [select for diffs], Thu Nov 22 00:26:30 2018 UTC (5 years, 6 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

make cont_frac work for list, vector, matrix.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Nov 8 02:53:34 2018 UTC (5 years, 6 months ago) by takayama
Branch: MAIN
Changes since 1.3: +20 -4 lines
Diff to previous 1.3 (colored)

rk4_adaptive_step(RK_mat,Y0,X,X0,H,H1)
RK_mat for X and H. Y0 is the value at X=X0. Returns [[NewX0,NewY0],NewH].
Options: mode=0(rational), mode=1(bigfloat), mode=2(double, default).
Example: P=newmat(2,2,[[-2*x,1],[-1,-2*x]]); M=tk_rk.rk4_mat(P,x,x,h); tk_rk.rk4_adaptive_step(M,newvect(2,[1,0]),x,0,h,1/100);"

Revision 1.3 / (download) - annotate - [select for diffs], Sun Mar 12 00:39:26 2017 UTC (7 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.2: +1 -7 lines
Diff to previous 1.2 (colored)

*** empty log message ***

Revision 1.2 / (download) - annotate - [select for diffs], Fri Mar 10 13:12:33 2017 UTC (7 years, 2 months ago) by takayama
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

A new strategy is implemented in cmle_3.
Bug fix of cont_frac with integer args.
Added new functions with _1 (for 0-cell) in ekn_restriction_2.rr (proxy of Y.G.)

Revision 1.1 / (download) - annotate - [select for diffs], Fri Mar 3 09:00:26 2017 UTC (7 years, 2 months ago) by takayama
Branch: MAIN

Update of the document (chinese_itor).
ekn_restriction_2.rr (as a proxy of Y.Goto). Restriction of Pfaffian to x_i=0 etc.
mle.rr (as a proxy of Tatibana). Conditional MLE functions.
See also a help on tk_approx_r.cont_frac.

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>