Package | Description |
---|---|
org.ojalgo.optimisation | |
org.ojalgo.series.function | |
org.ojalgo.type |
Modifier and Type | Method and Description |
---|---|
Optimisation.Options |
Optimisation.Options.abort(CalendarDateDuration duration) |
Optimisation.Options |
Optimisation.Options.suffice(CalendarDateDuration duration) |
Modifier and Type | Method and Description |
---|---|
abstract Map<String,Access1D<?>> |
SeriesForecaster.invoke(CalendarDateDuration... horizon) |
Modifier and Type | Method and Description |
---|---|
CalendarDateDuration |
CalendarDateUnit.convert(CalendarDateDuration sourceDuration) |
CalendarDateDuration |
CalendarDateDuration.convertTo(CalendarDateUnit newUnit) |
static CalendarDateDuration |
Stopwatch.meassure(Runnable task)
Meassure task duration using this class' stopwatch functionality.
|
static CalendarDateDuration |
Stopwatch.meassure(Runnable task,
CalendarDateUnit unit) |
CalendarDateDuration |
CalendarDateUnit.newDuration(double meassure) |
CalendarDateDuration |
Stopwatch.stop()
This method can be called repeatedly without resetting (doesn't actually stop the timing process)
|
CalendarDateDuration |
Stopwatch.stop(CalendarDateUnit unit) |
Modifier and Type | Method and Description |
---|---|
int |
CalendarDateDuration.compareTo(CalendarDateDuration reference) |
CalendarDateDuration |
CalendarDateUnit.convert(CalendarDateDuration sourceDuration) |
boolean |
Stopwatch.isLessThan(CalendarDateDuration duration) |
boolean |
Stopwatch.isMoreThan(CalendarDateDuration duration) |
CalendarDate |
CalendarDate.step(CalendarDateDuration aStepDuration)
Only steps with the int part of measure .
|
Copyright © 2019 Optimatika. All rights reserved.