Go to the source code of this file.
|
| subroutine | datasequence::init_dataseq (this, lun_err, ndata, nsequence) |
| | Static constructor for datasequence::dataseq.
|
| subroutine | datasequence::kill_dataseq (this, lun_err) |
| | Static destructor for datasequence::dataseq.
|
| subroutine | datasequence::fill_dataseq (this, data, time) |
| | Add new data to the database.
|
| subroutine | datasequence::lagrange_interpolation (this, time, interpolation, info) |
| | Lagrange interpolation in time of stored data.
|
| real(kind=double) function | eval_coeff (idata, ntimes, times, time) |
◆ eval_coeff()
| real(kind=double) function lagrange_interpolation::eval_coeff |
( |
integer, intent(in) | idata, |
|
|
integer, intent(in) | ntimes, |
|
|
real(kind=double), dimension(ntimes), intent(in) | times, |
|
|
real(kind=double), intent(in) | time ) |
|
private |