>>>>> "Michael" == Michael A Koerber <ma...@ll...> writes:
Michael> The following code segment shows this. I'm using
Michael> matlisp-2.0beta-2003-10-14.tar.gz under FreeBSD 4.9.
Michael> I suspect the problem is in REF.LISP but haven't tracked it down. Can
Michael> anyone help?
What error do you get? When I try this, I get
* (setf (m:matrix-ref *c* (m:seq 0 4) 0) (m:matrix-ref *d* (m:seq 0 4) 0))
No matching method for the generic function
#<STANDARD-GENERIC-FUNCTION MATLISP:NUMBER-OF-ELEMENTS (1) {400FDCC9}>, when
called with arguments (0).
[Condition of type PCL::NO-APPLICABLE-METHOD-ERROR]
I think when I refactored set-complex-from-complex-matrix-slice, I
messed up. I'll look into it.
Ray
|