summaryrefslogtreecommitdiff
path: root/src/vector,package.lisp
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-10-10 14:44:33 -0600
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2023-10-10 14:44:33 -0600
commit834bb45be7e74553f51da00bad95595666586a7c (patch)
tree607a75849b4096711c6c61df580d542e3c92ffd8 /src/vector,package.lisp
parente46e5eee74af75aa1123b2370ff2f4587f4adc2a (diff)
downloadmath-4610-834bb45be7e74553f51da00bad95595666586a7c.tar.gz
math-4610-834bb45be7e74553f51da00bad95595666586a7c.zip
problem one hw 4
Diffstat (limited to 'src/vector,package.lisp')
-rw-r--r--src/vector,package.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vector,package.lisp b/src/vector,package.lisp
index 009b190..f491908 100644
--- a/src/vector,package.lisp
+++ b/src/vector,package.lisp
@@ -4,4 +4,5 @@
(:export
:p-norm
:max-norm
- :distance))
+ :distance
+ :least-squares-reg))