Package | Description |
---|---|
org.ojalgo.series.function | |
org.ojalgo.type |
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 |
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) |
CalendarDate |
CalendarDate.step(CalendarDateDuration aStepDuration)
Only steps with the int part of measure .
|
Copyright © 2018 Optimatika. All rights reserved.