Public Member Functions | |
Param () | |
Param (int dim, double val) | |
void | get_space (int N) |
Allocate space. | |
void | set_zero () |
Set parameters to zero. | |
void | print () |
Param & | operator *= (double alpha) |
Param & | operator+= (Param &to_add) |
Definition at line 52 of file math_util.hpp.
|
Definition at line 56 of file math_util.hpp. |
|
Definition at line 57 of file math_util.hpp. |
|
Definition at line 60 of file math_util.hpp. Referenced by Legendre_item::copy_coef(), one_d_Legendre::list_interp(), gen_mf4::one_legendre(), Legendre_item::read_coefs(), and three_d_Kalbach::three_d_Kalbach(). |
|
Definition at line 74 of file math_util.cpp. |
|
Definition at line 84 of file math_util.cpp. References SevereError(). |
|
Simple printing function. Definition at line 63 of file math_util.cpp. References ENDLClass::data(), and ENDL. |
|
Definition at line 53 of file math_util.cpp. |