From e4117519f553f584ad7ce09baacdb528d0b0bca3 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Fri, 29 Jun 2007 12:05:38 +0200 Subject: [PATCH] docs --- linalg.lsp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/linalg.lsp b/linalg.lsp index 4f22655..923771a 100644 --- a/linalg.lsp +++ b/linalg.lsp @@ -11,6 +11,9 @@ ;;; distinct from callbacks). It would be difficult if we don't ;;; -- however, has anyone run Lapack or similar through F2CL? ;;; Answer: yes, Matlisp does this. +;;; +;;; #3 - Use a lisp-based matrix system drop-in? (matlisp, femlisp, clem, ...?) +;;; ;;;; linalg -- Lisp-Stat interface to basic linear algebra routines. @@ -31,10 +34,8 @@ fft make-sweep-matrix sweep-operator ax+y numgrad numhess split-list eigen)) - (in-package #:lisp-stat-linalg) - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;; ;;;; Lisp to C number conversion and checking -- 2.11.4.GIT