Constructor and Description |
---|
EvenlySpacedGrid(double T0,
double T,
int N)
Construct an evenly spaced time grid.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Double> |
iterator() |
int |
size()
Get the number of time points.
|
double |
T()
Get the end time.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public EvenlySpacedGrid(double T0, double T, int N)
T0
- the begin of the time intervalT
- the end of the time intervalN
- the number of time points, including the initialpublic int size()
TimeGrid
public double T()
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.