Package org.ojalgo.structure
Interface Structure1D.Logical<S extends Structure1D,B extends Structure1D.Logical<S,B>>
-
- All Superinterfaces:
Structure1D
- Enclosing interface:
- Structure1D
public static interface Structure1D.Logical<S extends Structure1D,B extends Structure1D.Logical<S,B>> extends Structure1D
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ojalgo.structure.Structure1D
Structure1D.BasicMapper<T>, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.Logical<S extends Structure1D,B extends Structure1D.Logical<S,B>>, Structure1D.LongIndex, Structure1D.LoopCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description B
after(S after)
B
before(S before)
-
Methods inherited from interface org.ojalgo.structure.Structure1D
count, size
-
-