StatMech
Loading...
Searching...
No Matches
TransSector.cuh File Reference

Classes

class  ObjectOnGPU< TransSector< RealType > >
 

Functions

template<typename RealType >
__global__ void TransSector_dim_kernel (thrust::device_ptr< int > res, TransSector< RealType > const *objPtr)
 

Function Documentation

◆ TransSector_dim_kernel()

template<typename RealType >
__global__ void TransSector_dim_kernel ( thrust::device_ptr< int >  res,
TransSector< RealType > const *  objPtr 
)
71 {
72 (*res) = objPtr->dim();
73}
__host__ __device__ int dim() const
Definition HilbertSpace.hpp:34