Generic vector-4 type
Definition at line 508 of file util_type.cuh.
Public Types | |
typedef T | BaseType |
typedef CubVector< T, 4 > | Type |
Data Fields | |
T | x |
T | y |
T | z |
T | w |
typedef T cub::CubVector< T, 4 >::BaseType |
Definition at line 515 of file util_type.cuh.
typedef CubVector<T, 4> cub::CubVector< T, 4 >::Type |
Definition at line 516 of file util_type.cuh.
T cub::CubVector< T, 4 >::w |
Definition at line 513 of file util_type.cuh.
T cub::CubVector< T, 4 >::x |
Definition at line 510 of file util_type.cuh.
T cub::CubVector< T, 4 >::y |
Definition at line 511 of file util_type.cuh.
T cub::CubVector< T, 4 >::z |
Definition at line 512 of file util_type.cuh.