is member

This commit is contained in:
Alec Jacobson
2016-11-10 13:31:16 -05:00
parent d00d5ddc68
commit b09dfb4cab
4 changed files with 144 additions and 0 deletions
+1
View File
@@ -877,6 +877,7 @@ functionality as common Matlab functions.
| `igl::hsv_to_rgb` | Convert HSV colors to RGB (cf. Matlab's `hsv2rgb`) |
| `igl::intersect` | Set intersection of matrix elements. |
| `igl::isdiag` | Determine whether matrix is diagonal |
| `igl::ismember` | Determine whether elements in A occur in B |
| `igl::jet` | Quantized colors along the rainbow. |
| `igl::median` | Compute the median per column |
| `igl::mode` | Compute the mode per column |