public final class MathUtils extends Object
Modifier and Type | Method and Description |
---|---|
static <T> Iterable<org.apache.commons.lang3.tuple.Pair<T,T>> |
selfCartesianProduct(Iterable<T> set)
Compute the cartesian product of the specified set with itself.
|
public static <T> Iterable<org.apache.commons.lang3.tuple.Pair<T,T>> selfCartesianProduct(Iterable<T> set)
set
- Copyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.