view doc/interpreter/set.txi @ 6502:6ab0a8767780

[project @ 2007-04-06 03:32:06 by jwe]
author jwe
date Fri, 06 Apr 2007 03:32:06 +0000
parents aae05d51353c
children 1b7a6061a05d
line wrap: on
line source

@c Copyright (C) 1996, 1997 John W. Eaton
@c This is part of the Octave manual.
@c For copying conditions, see the file gpl.texi.

@node Sets
@chapter Sets

Octave has a limited set of functions for managing sets of data, where a
set is defined as a collection unique elements.

@DOCSTRING(create_set)

@DOCSTRING(unique)

@DOCSTRING(union)

@DOCSTRING(intersect)

@DOCSTRING(complement)

@DOCSTRING(setdiff)

@DOCSTRING(setxor)