cheshirekow  v0.1.0
mpblocks::dubins::curves_cuda::intr::Dispatch< Trajectory > Struct Template Reference

#include <mpblocks/dubins/curves_cuda/intrinsics.h>

Static Public Member Functions

static __host__ double acos (double x)
 
static __host__ float acos (float x)
 
static __host__ double atan2 (double x, double y)
 
static __host__ float atan2 (float x, float y)
 
static __host__ double cos (double x)
 
static __host__ float cos (float x)
 
static __host__ double sin (double x)
 
static __host__ float sin (float x)
 

Detailed Description

template<Trajectory>
struct mpblocks::dubins::curves_cuda::intr::Dispatch< Trajectory >

Definition at line 54 of file intrinsics.h.

Member Function Documentation

template<Trajectory >
static __host__ double mpblocks::dubins::curves_cuda::intr::Dispatch< Trajectory >::acos ( double  x)
inlinestatic

Definition at line 59 of file intrinsics.h.

template<Trajectory >
static __host__ float mpblocks::dubins::curves_cuda::intr::Dispatch< Trajectory >::acos ( float  x)
inlinestatic

Definition at line 60 of file intrinsics.h.

template<Trajectory >
static __host__ double mpblocks::dubins::curves_cuda::intr::Dispatch< Trajectory >::atan2 ( double  x,
double  y 
)
inlinestatic

Definition at line 61 of file intrinsics.h.

template<Trajectory >
static __host__ float mpblocks::dubins::curves_cuda::intr::Dispatch< Trajectory >::atan2 ( float  x,
float  y 
)
inlinestatic

Definition at line 62 of file intrinsics.h.

template<Trajectory >
static __host__ double mpblocks::dubins::curves_cuda::intr::Dispatch< Trajectory >::cos ( double  x)
inlinestatic

Definition at line 57 of file intrinsics.h.

template<Trajectory >
static __host__ float mpblocks::dubins::curves_cuda::intr::Dispatch< Trajectory >::cos ( float  x)
inlinestatic

Definition at line 58 of file intrinsics.h.

template<Trajectory >
static __host__ double mpblocks::dubins::curves_cuda::intr::Dispatch< Trajectory >::sin ( double  x)
inlinestatic

Definition at line 55 of file intrinsics.h.

template<Trajectory >
static __host__ float mpblocks::dubins::curves_cuda::intr::Dispatch< Trajectory >::sin ( float  x)
inlinestatic

Definition at line 56 of file intrinsics.h.


The documentation for this struct was generated from the following file: