diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-06-24 11:03:31 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-06-24 11:03:31 -0400 |
commit | d30c8b9dd7524ad34892352617fd81ba4f8d10d6 (patch) | |
tree | 0f6e48e7d2b2d74eb5b1d2944db291d733fcc781 /src/lib.rs | |
parent | 73422e8221cd0334fb9fbf3f33059b9e531e1487 (diff) | |
download | acap-d30c8b9dd7524ad34892352617fd81ba4f8d10d6.tar.xz |
lp: Implement general L^p spaces
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -97,6 +97,7 @@ pub mod euclid; pub mod exhaustive; pub mod hamming; pub mod kd; +pub mod lp; pub mod taxi; pub mod vp; |