Tools for locating elements inside arrays/lists¶
Tools for locating data or subarrays inside other arrays.
|
Find duplicate values in a vector (or within a tolerance). |
|
Get True/False vector indicating where row occurs in matrix |
|
Returns indices of where subseq occurs in seq. |
|
Find values in a vector that differ from previous adjacent value. |
|
Find all occurrences of all values in v in m |
|
Flips the meaning of an index partition vector. |
|
Get row intersection partition vectors between two matrices or vectors. |
|
Return a True/False vector of length n where the True values are located according to pv. |
|
Convert index partition vector pv to a slice object |
|
Get list intersection partition vectors between two lists |