DeviceVector::DeviceVector(unsigned int fWidth, unsigned int fHeight) { Set2DMapSize(fWidth, fHeight); }
HostVector::HostVector(unsigned int fWidth, unsigned int fHeight) { size = 0; data = 0; Set2DMapSize(fWidth, fHeight); }