|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <math.h> |
|
|
|
|
|
#include "../../Eigen/Core" |
|
|
|
|
|
#include "../../Eigen/src/Core/util/DisableStupidWarnings.h" |
|
|
|
|
|
namespace Eigen { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
#include "src/SpecialFunctions/BesselFunctionsImpl.h" |
|
|
#include "src/SpecialFunctions/BesselFunctionsBFloat16.h" |
|
|
#include "src/SpecialFunctions/BesselFunctionsHalf.h" |
|
|
#include "src/SpecialFunctions/BesselFunctionsPacketMath.h" |
|
|
#include "src/SpecialFunctions/BesselFunctionsFunctors.h" |
|
|
#include "src/SpecialFunctions/BesselFunctionsArrayAPI.h" |
|
|
#include "src/SpecialFunctions/SpecialFunctionsImpl.h" |
|
|
|
|
|
#include "src/SpecialFunctions/HipVectorCompatibility.h" |
|
|
|
|
|
#include "src/SpecialFunctions/SpecialFunctionsBFloat16.h" |
|
|
#include "src/SpecialFunctions/SpecialFunctionsHalf.h" |
|
|
#include "src/SpecialFunctions/SpecialFunctionsPacketMath.h" |
|
|
#include "src/SpecialFunctions/SpecialFunctionsFunctors.h" |
|
|
#include "src/SpecialFunctions/SpecialFunctionsArrayAPI.h" |
|
|
|
|
|
|
|
|
#include "src/SpecialFunctions/arch/AVX/BesselFunctions.h" |
|
|
#include "src/SpecialFunctions/arch/AVX/SpecialFunctions.h" |
|
|
#include "src/SpecialFunctions/arch/AVX512/BesselFunctions.h" |
|
|
#include "src/SpecialFunctions/arch/AVX512/SpecialFunctions.h" |
|
|
|
|
|
#include "src/SpecialFunctions/arch/AVX/BesselFunctions.h" |
|
|
#include "src/SpecialFunctions/arch/AVX/SpecialFunctions.h" |
|
|
|
|
|
#include "src/SpecialFunctions/arch/NEON/BesselFunctions.h" |
|
|
#include "src/SpecialFunctions/arch/NEON/SpecialFunctions.h" |
|
|
|
|
|
|
|
|
|
|
|
#include "src/SpecialFunctions/arch/GPU/SpecialFunctions.h" |
|
|
|
|
|
|
|
|
namespace Eigen { |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
#include "../../Eigen/src/Core/util/ReenableStupidWarnings.h" |
|
|
|
|
|
|
|
|
|