Subject: Re: [specialized arrays] which lisp has them?
From: Erik Naggum <erik@naggum.no>
Date: 2000/04/22
Newsgroups: comp.lang.lisp
Message-ID: <3165409740471698@naggum.no>

* "Sunil Mishra" <smishra@arslogica.com>
| I remember reading the announcement for matlisp. Apparently it provides OO
| facilities for working with matrices using the BLAS and LAPACK libraries,
| high performance matrix algebra libraries orginally written in Fortran.
| Therefore the requirements.

  well, from that follows the requirements _in the FFI_, but not the native
  representation.  I see no reason whatsoever to require the native Common
  Lisp system to represent arrays or matrices like this, but it is obvious
  that the ability to access arrays or matrices represented like this from
  Common Lisp when they were declared/created/whatever from or in the FFI,
  is a requirement of the system as a whole.

#:Erik