From 556e1c3801e8cc429e265bcc89a18c602987141b Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Mon, 18 Aug 2008 18:36:45 +0200 Subject: [PATCH] modularized internal numerics using C for probbility and linalg. --- lispstat.asd | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lispstat.asd b/lispstat.asd index 487c01f..8de4449 100644 --- a/lispstat.asd +++ b/lispstat.asd @@ -2,7 +2,7 @@ ;;; Copyright (c) 2005--2008, by AJ Rossini ;;; ASDF packaging for CommonLisp Stat ;;; License: BSD, see the top level directory file LICENSE for details. -;;; Time-stamp: <2008-09-17 20:30:05 tony> +;;; Time-stamp: <2008-09-17 20:34:22 tony> ;;; Created: <2005-05-30 17:09:47 blindglobe> (in-package :cl-user) @@ -177,7 +177,6 @@ "numerics-internal") :components ((:file "optimize"))) - ;; Applications (:module "stat-models" @@ -227,4 +226,3 @@ :components ((:file "unittests" :depends-on ("ls-user")) (:file "unittests-lstypes" :depends-on ("ls-user" "lstypes"))))) - -- 2.11.4.GIT