diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-10-10 14:44:33 -0600 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-10-10 14:44:33 -0600 |
commit | 834bb45be7e74553f51da00bad95595666586a7c (patch) | |
tree | 607a75849b4096711c6c61df580d542e3c92ffd8 /src/lizfcm.asd | |
parent | e46e5eee74af75aa1123b2370ff2f4587f4adc2a (diff) | |
download | cmath-834bb45be7e74553f51da00bad95595666586a7c.tar.gz cmath-834bb45be7e74553f51da00bad95595666586a7c.zip |
problem one hw 4
Diffstat (limited to 'src/lizfcm.asd')
-rw-r--r-- | src/lizfcm.asd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lizfcm.asd b/src/lizfcm.asd index ee8beb0..0096257 100644 --- a/src/lizfcm.asd +++ b/src/lizfcm.asd @@ -9,6 +9,7 @@ (:file "approx,maceps" :depends-on ("approx,package")) (:file "approx,derivative" :depends-on ("approx,package")) (:file "approx,package") + (:file "vector,least-squares") (:file "vector,distance" :depends-on ("vector,norm" "vector,package")) (:file "vector,norm" :depends-on ("vector,package")) (:file "vector,package"))) |