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/vector,least-squares-reg.lisp | |
parent | e46e5eee74af75aa1123b2370ff2f4587f4adc2a (diff) | |
download | cmath-834bb45be7e74553f51da00bad95595666586a7c.tar.gz cmath-834bb45be7e74553f51da00bad95595666586a7c.zip |
problem one hw 4
Diffstat (limited to 'src/vector,least-squares-reg.lisp')
-rw-r--r-- | src/vector,least-squares-reg.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vector,least-squares-reg.lisp b/src/vector,least-squares-reg.lisp new file mode 100644 index 0000000..1c7272c --- /dev/null +++ b/src/vector,least-squares-reg.lisp @@ -0,0 +1,2 @@ +(in-package :lizfcm.vector) + |