From: Raymond T. <ray...@er...> - 2007-04-02 20:57:34
|
>>>>> "Tamas" == Tamas Papp <tk...@gm...> writes: Tamas> 1. (*) text/plain ( ) text/html Tamas> Raymond, Tamas> Thanks, the CVS version worked. I am using CMUCL, version 19d-20061116-1. Ok, glad that worked. Tamas> Is there some kind of overview to get me started? I found the examples in Tamas> the README, but nothing else. I can of course look at the help of all Tamas> commands, but I wonder if there is some other help document/manual, a but Tamas> more structured. Unfortunately not. About the only documentation there is is at matlisp.sourceforge.net, and the (help) command. Most of the matrix commands use exactly the same name as LAPACK/BLAS, so that makes it easier to figure out what they do. I guess the only thing not really documented is that you can do something like: (defvar *m* [1 2 3; 4 5 6]) to create a matrix 1 2 3 4 5 6 Hope this helps a little, Ray |