|
| class(ece_class) function, pointer | ece::ece_construct (start_path, end_path, resonance) |
| | Construct a ece_class object.
|
| |
| subroutine | ece::ece_destruct (this) |
| | Deconstruct a ece_class object.
|
| |
| real(rprec) function, dimension(4) | ece::ece_get_modeled_signal (this, a_model, sigma, last_value) |
| | Calculates the modeled signal.
|
| |
| real(rprec) function, dimension(3) | ece::ece_get_cart (this, a_model, found) |
| | Calculates the signal measurement point.
|
| |
| character(len=data_name_length) function | ece::ece_get_type (this) |
| | Gets a discription of the ece type.
|
| |
| subroutine | ece::ece_get_header (this, header) |
| | Gets a discription of the model and model sigma array indices.
|
| |
| 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.
|
| |
| 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.
|
| |
| 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.
|
| |