cheshirekow
v0.1.0
|
#include <mpblocks/cuda/linalg2/Rotation2d.h>
Public Member Functions | |
template<Size_t i, Size_t j> | |
__device__ __host__ Scalar | me () const |
matrix accessor More... | |
__device__ __host__ | Rotation2d (Scalar angle=0) |
__device__ __host__ | Rotation2d (Scalar sa, Scalar ca) |
template<Size_t i> | |
__device__ __host__ Scalar | ve () const |
vector accessor More... | |
Public Member Functions inherited from mpblocks::cuda::linalg2::RValue< Scalar, 2, 2, Rotation2d< Scalar > > | |
__device__ __host__ Scalar | me () |
return the evaluated (i,j)'th element of a matrix expression More... | |
__device__ __host__ Scalar | ve () |
return the evaluated i'th element of a vector expression More... | |
Protected Attributes | |
Scalar | m_ca |
Scalar | m_sa |
Definition at line 40 of file Rotation2d.h.
|
inline |
Definition at line 49 of file Rotation2d.h.
|
inline |
Definition at line 55 of file Rotation2d.h.
|
inline |
matrix accessor
Definition at line 75 of file Rotation2d.h.
|
inline |
vector accessor
Definition at line 64 of file Rotation2d.h.
|
protected |
Definition at line 45 of file Rotation2d.h.
|
protected |
Definition at line 44 of file Rotation2d.h.