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