#include "Moose.h"
#include "MooseTypes.h"
#include "MathUtils.h"
Go to the source code of this file.
|
| std::vector< Real > | MoltresUtils::points (unsigned int N) |
| |
| RealEigenMatrix | MoltresUtils::permute_octant (RealEigenMatrix m, unsigned int idx, Real mu1, Real mu2, Real mu3, Real w) |
| |
| RealEigenMatrix | MoltresUtils::level_symmetric (unsigned int N) |
| |
| unsigned int | MoltresUtils::x_reflection_map (unsigned int i) |
| |
| unsigned int | MoltresUtils::y_reflection_map (unsigned int i) |
| |
| unsigned int | MoltresUtils::z_reflection_map (unsigned int i) |
| |
| std::vector< Real > | MoltresUtils::weights (unsigned int N) |
| |
| Real | MoltresUtils::sph_harmonics (int l, int m, Real mu, Real eta, Real xi) |
| |
| RealEigenMatrix | MoltresUtils::sph_harmonics_mat (int L, RealEigenMatrix ordinates) |
| |
| int | MoltresUtils::factorial (int n) |
| |