Uses of Interface
org.ejml.equation.IntegerSequence
-
Uses of IntegerSequence in org.ejml.equation
Modifier and TypeClassDescriptionstatic class
This is a sequence of sequencesstatic class
An array of integers which was explicitly specifiedstatic class
A sequence of integers which has been specified using a start number, end number, and step size.static class
A sequence of integers which has been specified using a start number, end number, and step size and uses the known upper limit of the array to bound it Examples: : 2: 2:3:Modifier and TypeMethodDescriptionManagerTempVariables.createIntegerSequence
(IntegerSequence sequence)