Trisurf Monte Carlo simulator
Samo Penic
2014-12-16 6bc95bfe19012a33f185adf1476e623d98d33465
commit | author | age
6bc95b 1 #ifndef _H_SHREAL
SP 2 #define _H_SHREAL
3 ts_bool shreal_init(ts_spharm *sph, ts_uint l);
4 ts_bool shreal_free(ts_spharm *sph);
5 ts_double factorial(ts_int n);
6 ts_double ZlmiCoeff(ts_int l, ts_int m);
7 ts_bool calculateUlmReal(ts_vesicle *vesicle);
8 ts_bool storeUlm2Real(ts_vesicle *vesicle);
9 ts_bool saveAvgUlm2Real(ts_vesicle *vesicle);
10 #endif