15 #ifndef BORNAGAIN_CORE_MULTILAYER_SPECULARMAGNETICNEWSTRATEGY_H
16 #define BORNAGAIN_CORE_MULTILAYER_SPECULARMAGNETICNEWSTRATEGY_H
38 ISpecularStrategy::coeffs_t
Execute(
const std::vector<Slice>& slices,
const kvector_t& k)
const;
42 ISpecularStrategy::coeffs_t
Execute(
const std::vector<Slice>& slices,
43 const std::vector<complex_t>& kz)
const;
46 std::vector<MatrixRTCoefficients_v3> computeTR(
const std::vector<Slice>& slices,
47 const std::vector<complex_t>& kzs)
const;
49 virtual std::pair<Eigen::Matrix2cd, Eigen::Matrix2cd>
53 void calculateUpwards(std::vector<MatrixRTCoefficients_v3>& coeff,
54 const std::vector<Slice>& slices)
const;
Defines and implements class ISpecularStrategy.
Defines class MatrixRTCoefficients_v3.
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 with Nevot-Croce 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...