public interface RealizedFactory extends Factory<OMasRealized>
FactoryFactory.fromMatrix(double, double[][])
may be more appropriate.Modifier and Type | Method and Description |
---|---|
OMasRealized |
construct(Collection<? extends Label> elements,
RationalMatrix matrix)
Construct an oriented matroid from a matrix,
using given labels for the elements.
|
OMasRealized |
construct(RationalMatrix matrix)
Construct an oriented matroid from a matrix,
using default labels for the elements.
|
OMasRealized construct(RationalMatrix matrix)
matrix
- OMasRealized construct(Collection<? extends Label> elements, RationalMatrix matrix)
matrix
- elements
- The labels for the elements