|
| class(ece_class) function, pointer | ece::ece_construct (start_path, end_path, resonance) |
| | Construct a ece_class object. More...
|
| |
| subroutine | ece::ece_destruct (this) |
| | Deconstruct a ece_class object. More...
|
| |
| real(rprec) function, dimension(4) | ece::ece_get_modeled_signal (this, a_model, sigma, last_value) |
| | Calculates the modeled signal. More...
|
| |
| real(rprec) function, dimension(3) | ece::ece_get_cart (this, a_model, found) |
| | Calculates the signal measurement point. More...
|
| |
| character(len=data_name_length) function | ece::ece_get_type (this) |
| | Gets a discription of the ece type. More...
|
| |
| subroutine | ece::ece_get_header (this, header) |
| | Gets a discription of the model and model sigma array indices. More...
|
| |
| real(rprec) function | ece::ece_get_gp_i (this, a_model, i, flags) |
| | Gets the guassian process kernel for an ece signal and a position. More...
|
| |
| real(rprec) function | ece::ece_get_gp_s (this, a_model, signal, flags) |
| | Gets the guassian process kernel for a ece signal and a signal. More...
|
| |
| real(rprec) function | ece::ece_get_gp_x (this, a_model, x_cart, flags) |
| | Gets the guassian process kernel for an ece signal and a cartesian position. More...
|
| |
| logical function, private | ece::ece_function (context, xcart1, xcart2) |
| | ECE callback function. More...
|
| |
| pure logical function, private | ece::is_in_range (xp, x1, x2) |
| | Check if values is in range. More...
|
| |
Contains module ece.
Definition in file ece.f.