#include <specdim_vector_size1.hpp>
Public Member Functions | |
Size () | |
Default constructor. | |
template<class T> | |
Size (const VectorBase< T, 1 > &v) | |
Copy constructor with type conversion. | |
Size (size_t x0) | |
Constructor. |
Cuda::Size< 1 >::Size | ( | const VectorBase< T, 1 > & | v | ) | [inline] |
Copy constructor with type conversion.
v | vector to be copied |
Cuda::Size< 1 >::Size | ( | size_t | x0 | ) | [inline] |
Constructor.
x0 | vector component(s) |