|
antioch-0.4.0
|
#include "antioch_config.h"#include <valarray>#include "Eigen/Dense"#include "metaphysicl/numberarray.h"#include "vexcl/vexcl.hpp"#include "antioch/eigen_utils_decl.h"#include "antioch/metaphysicl_utils_decl.h"#include "antioch/valarray_utils_decl.h"#include "antioch/vexcl_utils_decl.h"#include "antioch/rotational_relaxation.h"#include "antioch/eigen_utils.h"#include "antioch/metaphysicl_utils.h"#include "antioch/valarray_utils.h"#include "antioch/vexcl_utils.h"#include "antioch/cmath_shims.h"#include <cmath>#include <limits>Go to the source code of this file.
Functions | |
| const long double | pi (3.141592653589793238462643383279502884197169399375105820974944592307816406286208998628034825) |
| template<typename Scalar > | |
| Scalar | F (const Scalar &x) |
| template<typename Scalar > | |
| Scalar | z (const Scalar &T, const Scalar &eps_kb, const Scalar &z_298) |
| template<typename PairScalars > | |
| int | vectester (const PairScalars &example, const std::string &testname) |
| int | main () |
| Scalar F | ( | const Scalar & | x | ) |
| int main | ( | ) |
Definition at line 160 of file rotational_relaxation_vec_unit.C.
References vectester().
| const long double pi | ( | 3. | 141592653589793238462643383279502884197169399375105820974944592307816406286208998628034825 | ) |
Referenced by F().
| int vectester | ( | const PairScalars & | example, |
| const std::string & | testname | ||
| ) |
Definition at line 87 of file rotational_relaxation_vec_unit.C.
Referenced by main().
| Scalar z | ( | const Scalar & | T, |
| const Scalar & | eps_kb, | ||
| const Scalar & | z_298 | ||
| ) |
Definition at line 80 of file rotational_relaxation_vec_unit.C.
References F().
Referenced by tester(), and vectester().