15 #ifndef BORNAGAIN_CORE_MULTILAYER_SPECULARMAGNETICSTRATEGY_H
16 #define BORNAGAIN_CORE_MULTILAYER_SPECULARMAGNETICSTRATEGY_H
37 ISpecularStrategy::coeffs_t
Execute(
const std::vector<Slice>& slices,
const kvector_t& k)
const;
41 ISpecularStrategy::coeffs_t
Execute(
const std::vector<Slice>& slices,
42 const std::vector<complex_t>& kz)
const;
45 static std::vector<MatrixRTCoefficients_v2> computeTR(
const std::vector<Slice>& slices,
46 const std::vector<complex_t>& kzs);
61 static void propagateBackwardsForwards(std::vector<MatrixRTCoefficients_v2>& coeff,
62 const std::vector<Slice>& slices);
67 static std::pair<Eigen::Matrix2cd, complex_t>
Defines and implements class ISpecularStrategy.
Defines class MatrixRTCoefficients_v2.
Interface for the Fresnel computations, both in the scalar and magnetic case.
Specular reflection and transmission coefficients in a layer in case of magnetic interactions between...
Data structure containing the data of a single slice, for calculating the Fresnel coefficients.
Implements the magnetic Fresnel computation without roughness.
ISpecularStrategy::coeffs_t Execute(const std::vector< Slice > &slices, const kvector_t &k) const
Computes refraction angle reflection/transmission coefficients for given sliced multilayer and waveve...