![]() |
Garfield 0.3
Toolkit for the detailed simulation of particle detectors based on ionization measurement in gases and semiconductors
|
#include <Vector.hh>
Public Member Functions | |
Vec3Impl ()=default | |
template<typename... xs> | |
__host__ __device__ | Vec3Impl (xs... values) |
__host__ __device__ type & | x () noexcept |
__host__ __device__ type | x () const noexcept |
__host__ __device__ type & | y () noexcept |
__host__ __device__ type | y () const noexcept |
__host__ __device__ type & | z () noexcept |
__host__ __device__ type | z () const noexcept |
Public Member Functions inherited from Garfield::Vector< type, 3 > | |
__host__ __device__ | Vector (Args &&... args) |
__host__ __device__ Vector | operator* (const double &i) |
__host__ __device__ Vector | operator/ (const double &i) |
__host__ __device__ Vector | operator+ (const Vector< T, D > &vec) |
__host__ __device__ Vector | operator- (const Vector< T, D > &vec) |
|
default |
|
inline |
Definition at line 89 of file Vector.hh.
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |