Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adding forgotten _sparse suffix #403
  • Loading branch information
Leonid Boytsov authored and GitHub committed Jul 15, 2019
1 parent 40c0ba0 commit 3e33863
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manual/spaces.md
Expand Up @@ -95,9 +95,9 @@ _n/2<sup>k</sup>_, where _k_ is a small integer.
| `linf` | L<sub>&infin;</sub> |
| `l2sqr_sift` | Euclidean distance for SIFT vectors (Uint8 storage)|
| `lp_sparse` | **sparse** L<sub>p</sub> space |
| `l1` | **sparse** L<sub>1</sub> |
| `l2` | **sparse** Euclidean space |
| `linf` | **sparse** L<sub>&infin;</sub> |
| `l1_sparse` | **sparse** L<sub>1</sub> |
| `l2_sparse` | **sparse** Euclidean space |
| `linf_sparse`| **sparse** L<sub>&infin;</sub> |


## Inner-product Spaces
Expand Down

0 comments on commit 3e33863

Please sign in to comment.