Inheritance diagram for one_d_hat:
Public Member Functions | |
double | f (double E_out) |
one_d_hat () | |
~one_d_hat () | |
void | initiate (double left_end, double top, double right_end) |
Sets up the parameters and makes the list. | |
void | list_interp (double e_in, one_d_hat &left_list, one_d_hat &right_list) |
Performs the interpolation. | |
Private Attributes | |
double | left_scale |
double | top_scale |
double | right_scale |
Definition at line 270 of file distrib_1d.hpp.
|
Empty constructor. Definition at line 283 of file distrib_1d.hpp. |
|
Empty destructor. Definition at line 284 of file distrib_1d.hpp. |
|
Implements distrib_base. Definition at line 1295 of file distrib_1d.cpp. References left_scale, right_scale, and top_scale. |
|
Definition at line 1312 of file distrib_1d.cpp. References left_scale, dd_list::max_E_out, dd_list::min_E_out, distrib_base::renorm(), SevereError(), and top_scale. |
|
Definition at line 290 of file distrib_1d.hpp. References SevereError(). |
|
Definition at line 275 of file distrib_1d.hpp. Referenced by f(), and initiate(). |
|
Definition at line 277 of file distrib_1d.hpp. Referenced by f(). |
|
Definition at line 276 of file distrib_1d.hpp. Referenced by f(), and initiate(). |