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