UNIQN Function
Finds the unique n-tuples
from a set of n-tuples.
Usage
Input Parameters
Returned Value
Example
a = [ [0,1,1,0,1], [0,1,1,1,0] ] & PM, a
0 0
1 1
1 1
0 1
1 0
PM, UNIQN( a )
0 0
0 1
1 0
1 1
See Also
doc@boulder.vni.com
Copyright © 1999, Visual Numerics, Inc. All rights
reserved.