template<typename Impl>
struct ROOT::Vc::Trigonometric< Impl >
Definition at line 48 of file trigonometric.h.
|
| template<typename T > |
| static Vector< T > | sin (const Vector< T > &_x) |
| |
| template<typename T > |
| static Vector< T > | cos (const Vector< T > &_x) |
| |
| template<typename T > |
| static void | sincos (const Vector< T > &_x, Vector< T > *_sin, Vector< T > *_cos) |
| |
| template<typename T > |
| static Vector< T > | asin (const Vector< T > &_x) |
| |
| template<typename T > |
| static Vector< T > | atan (const Vector< T > &_x) |
| |
| template<typename T > |
| static Vector< T > | atan2 (const Vector< T > &y, const Vector< T > &x) |
| |
#include </builddir/build/BUILD/root-6.06.08/math/vc/include/Vc/common/trigonometric.h>
§ asin()
template<typename Impl >
template<typename T >
§ atan()
template<typename Impl >
template<typename T >
§ atan2()
template<typename Impl >
template<typename T >
§ cos()
template<typename Impl >
template<typename T >
§ sin()
template<typename Impl >
template<typename T >
§ sincos()
template<typename Impl >
template<typename T >
The documentation for this struct was generated from the following file: