BornAgain
1.18.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 | |
std::vector< complex_t > | PrecomputeScalarFormFactors (const SimulationElement &sim_element, const std::vector< FormFactorCoherentSum > &ff_wrappers) |
matrixFFVector_t | PrecomputePolarizedFormFactors (const SimulationElement &sim_element, const std::vector< FormFactorCoherentSum > &ff_wrappers) |
using InterferenceFunctionUtils::matrixFFVector_t = typedef std::vector<Eigen::Matrix2cd, Eigen::aligned_allocator<Eigen::Matrix2cd> > |
Definition at line 27 of file InterferenceFunctionUtils.h.
std::vector< complex_t > InterferenceFunctionUtils::PrecomputeScalarFormFactors | ( | const SimulationElement & | sim_element, |
const std::vector< FormFactorCoherentSum > & | ff_wrappers | ||
) |
Definition at line 21 of file InterferenceFunctionUtils.cpp.
Referenced by DecouplingApproximationStrategy::scalarCalculation(), and SSCApproximationStrategy::scalarCalculation().
matrixFFVector_t InterferenceFunctionUtils::PrecomputePolarizedFormFactors | ( | const SimulationElement & | sim_element, |
const std::vector< FormFactorCoherentSum > & | ff_wrappers | ||
) |
Definition at line 32 of file InterferenceFunctionUtils.cpp.
Referenced by DecouplingApproximationStrategy::polarizedCalculation(), and SSCApproximationStrategy::polarizedCalculation().