Powered by Apache

CVS log for OpenXM/src/asir-contrib/packages/src/python.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], Sun Jan 2 02:54:00 2022 UTC (2 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +39 -2 lines
Diff to previous 1.2 (colored)

Bug of a big string.  python.execute_by_file(Cmd1,Cmd_to_get_a_value)
Example: python.execute_by_file(["import numpy as np","A=[[1,1],[2,3]]"],"np.linalg.matrix_rank(A)");

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 2 00:23:25 2022 UTC (2 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.1: +5 -1 lines
Diff to previous 1.1 (colored)

Bug fix of error handling. BUG: Py_RunString or Py_RunSimpleString do not accept big matrix
of size 1540x2043.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Jan 1 08:25:13 2022 UTC (2 years, 4 months ago) by takayama
Branch: MAIN

matrix rank and solving overdetermined system of linear equations by python/numpy
Example: python.solve_by_QR([[1,2],[3,4],[4,6]],[2,3,5]);
python.matrix_rank([[1/2,1/3^5],[1,2],[3,4]]);

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>