|
BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Typedefs | |
| using | matrixFFVector_t = std::vector< Eigen::Matrix2cd, Eigen::aligned_allocator< Eigen::Matrix2cd > > |
Functions | |
| matrixFFVector_t | polarized (const SimulationElement &sim_element, const std::vector< FormFactorCoherentSum > &ff_wrappers) |
| std::vector< complex_t > | scalar (const SimulationElement &sim_element, const std::vector< FormFactorCoherentSum > &ff_wrappers) |
| using FormFactorPrecompute::matrixFFVector_t = typedef std::vector<Eigen::Matrix2cd, Eigen::aligned_allocator<Eigen::Matrix2cd> > |
Definition at line 31 of file FormFactorPrecompute.h.
| FormFactorPrecompute::matrixFFVector_t FormFactorPrecompute::polarized | ( | const SimulationElement & | sim_element, |
| const std::vector< FormFactorCoherentSum > & | ff_wrappers | ||
| ) |
Definition at line 29 of file FormFactorPrecompute.cpp.
Referenced by DWBAComputation::DWBAComputation(), ISimulation2D::generateSingleThreadedComputation(), and SpecularSimulation::generateSingleThreadedComputation().
| std::vector< complex_t > FormFactorPrecompute::scalar | ( | const SimulationElement & | sim_element, |
| const std::vector< FormFactorCoherentSum > & | ff_wrappers | ||
| ) |
Definition at line 19 of file FormFactorPrecompute.cpp.