3294
|
1 @c Copyright (C) 1996, 1997 John W. Eaton |
|
2 @c This is part of the Octave manual. |
|
3 @c For copying conditions, see the file gpl.texi. |
|
4 |
4167
|
5 @node Sets |
3294
|
6 @chapter Sets |
|
7 |
|
8 Octave has a limited set of functions for managing sets of data, where a |
|
9 set is defined as a collection unique elements. |
|
10 |
3368
|
11 @DOCSTRING(create_set) |
3294
|
12 |
6502
|
13 @DOCSTRING(unique) |
|
14 |
3368
|
15 @DOCSTRING(union) |
3294
|
16 |
6502
|
17 @DOCSTRING(intersect) |
3294
|
18 |
3368
|
19 @DOCSTRING(complement) |
6502
|
20 |
|
21 @DOCSTRING(setdiff) |
|
22 |
|
23 @DOCSTRING(setxor) |