20
edits
No edit summary |
|||
Line 183: | Line 183: | ||
|- | |- | ||
| <code>⊏</code> || [[Select]] || Select multiple rows from an array | | <code>⊏</code> || [[Select]] || Select multiple rows from an array | ||
|- | |||
| <code>⊡</code> || [[Pick]] || Index a row or elements from an array | |||
|- | |||
| <code>↯</code> || [[Reshape]] || Change the shape of an array | |||
|- | |||
| <code>☇</code> || [[Rerank]] || Change the rank of an array's rows | |||
|- | |||
| <code>↙</code> || [[Take]] || Take the first n elements of an array | |||
|- | |||
| <code>↘</code> || [[Drop]] || Drop the first n elements of an array | |||
|- | |||
| <code>↻</code> || [[Rotate]] || Rotate the elements of an array by n | |||
|- | |||
| <code>◫</code> || [[Windows]] || The n-wise windows of an array | |||
|- | |||
| <code>▽</code> || [[Keep]] || Discard or copy some rows of an array | |||
|- | |||
| <code>⌕</code> || [[Find]] || Find the occurrence's of one array in another | |||
|- | |||
| <code>∊</code> || [[Member]] || Check if each row of one array exists in another | |||
|- | |||
| <code>⊗</code> || [[Indexof]] || Find the first index of each row of one array in another | |||
|} | |} | ||
== External links == | == External links == |
edits