|
type(pprofile_class) function, pointer | pprofile_t::pprofile_construct (p_type, b, as, af) |
| Construct a pprofile_class. More...
|
|
subroutine | pprofile_t::pprofile_destruct (this) |
| Deconstruct a pprofile_class object. More...
|
|
real(rprec) function | pprofile_t::pprofile_get_value (this, s_arg) |
| Gets the value of a profile at a radial position. More...
|
|
character(len=p_type_len) function | pprofile_t::pprofile_get_p_type_name (this) |
| Gets the name of the profile type. More...
|
|
real(rprec) function | pprofile_t::pprofile_get_gp_ij (this, i, j) |
| Get the guassian process kernel value for the two as indicies. More...
|
|
real(rprec) function | pprofile_t::pprofile_get_gp_pi (this, p, i) |
| Get the guassian process kernel value for the point and index. More...
|
|
real(rprec) function | pprofile_t::pprofile_get_gp_pp (this, p1, p2) |
| Get the guassian process kernel value for two points. More...
|
|
integer function | pprofile_t::pprofile_get_gp_num_hyper_param (this) |
| Get the number of hyper parameters for guassian process kernel. More...
|
|
subroutine | pprofile_t::pprofile_write (this, id, iou) |
| Write out the profile to an output file. More...
|
|
subroutine | pprofile_t::pprofile_save_state (this) |
| Save the internal state of the profile. More...
|
|
subroutine | pprofile_t::pprofile_reset_state (this) |
| Reset the internal state of the profile. More...
|
|
pure real(rprec) function | pprofile_t::pprofile_gp_1d_sqexp_k (this, p1, p2) |
| Evaluate the one dimensional squared exponential kernel. More...
|
|
pure real(rprec) function | pprofile_t::pprofile_gp_1d_sqexp_ln_k (this, p1, p2) |
| Evaluate the one dimensional squared exponential kernel. More...
|
|
Contains module pprofile_T.