[BACK]Return to test1-big.rr CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_python / Test

File: [local] / OpenXM / src / ox_python / Test / test1-big.rr (download)

Revision 1.1, Sun Jan 2 00:23:26 2022 UTC (2 years, 4 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD

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

import("python.rr")$
A=bload("test1-big.ab")$
printf("Size of A=(%a,%a)\n",length(A),length(A[0]))$
printf("Rank = %a\n",Rank=python.matrix_rank(A))$


end$