Contains module combination.
More...
|
type(combination_class) function, pointer | combination::combination_construct (n_signals, combination_type, wgt_index) |
| Construct a combination_class. More...
|
|
subroutine | combination::combination_destruct (this) |
| Deconstruct a combination_class object. More...
|
|
subroutine | combination::combination_set_signal (this, signal, a, index) |
| Set the object and coefficient for an index. More...
|
|
subroutine | combination::combination_set_weight (this, a_model) |
| Sets the weight factors from from the weight index. More...
|
|
real(rprec) function, dimension(4) | combination::combination_get_modeled_signal (this, a_model, sigma, last_value) |
| Calculates the modeled signal. More...
|
|
character(len=data_name_length) function | combination::combination_get_type (this) |
| Gets a discription of the combination type. More...
|
|
subroutine | combination::combination_get_header (this, header) |
| Gets a discription of the model and model sigma array indices. More...
|
|
subroutine | combination::combination_write_auxiliary (this, iou, index, a_model) |
| Write out auxiliary signal information to an output file. More...
|
|
Contains module combination.