Re: GCL limitation (was Maxima 5.9.0.9rc1 available)
Subject: Re: GCL limitation (was Maxima 5.9.0.9rc1 available)
From: Andrej Vodopivec
Date: Wed, 22 Sep 2004 17:46:24 +0200
Na 1095862488, 2004-09-22 ob 16:14, je Andrej Vodopivec napisal(a):
> Na 1095860361, 2004-09-22 ob 15:39, je Barton Willis napisal(a):
> > (1) See
> > http://www.franz.com/support/documentation/6.2/ansicl/dictentr/call-arg.htm
> >
>
> Can this limit be changed or is it hardcoded in gcl? My real problem is
> that I can only load matrices with less than 65 rows using numericalio.
I'm sorry, I didn't know this was expected behavior. Anyway, this
modified version of read_matrix from numericalio can load matrices with
more than 65 rows in gcl.
---
(defun $read_matrix (file-name &optional sep-ch-flag)
; (mapply-tr '$matrix ($read_nested_list file-name sep-ch-flag)))
($funmake '$matrix ($read_nested_list file-name sep-ch-flag)))
---
--
Andrej Vodopivec <andrej.vodopivec@fmf.uni-lj.si>