From: Ernst v. W. <ev...@in...> - 2005-07-27 12:29:45
|
Hey, I have had the same problem with geev for years. I use Allegro. SVD has always been a perfect replacement for me: it works and is more than fast enough for my purposes. Maybe wrong of me not to heve mentioned this before. Kind regards, Ernst van Waning > -----Oorspronkelijk bericht----- > Van: mat...@li... > [mailto:mat...@li...] Namens > Thibault Langlois > Verzonden: 27 July 2005 12:49 > Aan: mat...@li... > Onderwerp: [Matlisp-users] Problem with function geev > > Hi, > Ray, I saw your memo on #lisp. I downloaded the csv version > and installed it without problem. But I continue to get the > same behavior :- ( : when I use (geev ..) it starts computing > and never ends. > I am still using an "old" version of cmucl (19apre3) could it > be the cause of my problem ? > What can I do to track the problem? > > wok:/usr/local/src/matlisp$ cmucl > ; Loading #p"/home/tl/init.lisp". > ;; Loading #p"/home/tl/comp/lang/lisp/code/asdf/asdf.x86f". > CMU Common Lisp 19a-pre3, running on wok With core: > /usr/local/cmucl-19a/lib/cmucl/lib/lisp.core > Dumped on: Wed, 2004-06-30 18:13:25+01:00 on lorien See > <http://www.cons.org/cmucl/> for support information. > Loaded subsystems: > Python 1.1, target Intel x86 > CLOS based on Gerd's PCL 2004/04/14 03:32:47 > * (load "/usr/local/src/matlisp/start.lisp") > > ; Loading #p"/usr/local/src/matlisp/start.lisp". > ; Converted SETLOGICALROOT. > ; Converted GETLOGICALROOT. > ; Converted DEFLOGICALPATH. > ;; Loading #p"/usr/local/src/matlisp/system.dcl". > ;;; Loading #p"/usr/local/src/matlisp/defsystem.lisp". > > [...] > > ** MATLISP is loaded. Type (HELP MATLISP) > to see a list of available symbols. > To use matlisp: > > (use-package "MATLISP") > > or > > (in-package "MATLISP-USER") > > ** The logical pathname matlisp has been > set to: > > /usr/local/src/matlisp/ > > ; T > * (in-package :matlisp-user) > > #<The MATLISP-USER package, 1/9 internal, 0/2 external> > * (setq m (make-real-matrix '((1 1 2) (2 2 4) (3 3 6)))) > > Warning: Declaring M special. > > #<REAL-MATRIX 3 x 3 > 1.0000 1.0000 2.0000 > 2.0000 2.0000 4.0000 > 3.0000 3.0000 6.0000 > > * (geev m) > Terminated > wok:/usr/local/src/matlisp$ > > I am not using the last version of cmucl: > > CL-USER> (lisp-implementation-version) > "19a-pre3" > > > -- > Thibault Langlois <tl...@di...> > FCUL / DI > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Matlisp-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matlisp-users > |