DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
Loading...
Searching...
No Matches
ArrayEigenVector_DeviceView.hpp File Reference

Device-callable view type for ArrayEigenVector; operator[] returns an Eigen::Map<Vector> suitable for use inside CUDA kernels. More...

#include "../DeviceView.hpp"
#include "DNDS/Defines.hpp"
#include "DNDS/DeviceStorage.hpp"
#include "Eigen/src/Core/util/Constants.h"
Include dependency graph for ArrayEigenVector_DeviceView.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DNDS::ArrayEigenVectorDeviceView< B, real_T, _vec_size, _row_max, _align >
 Device-callable view onto ArrayEigenVector rows. More...
 

Namespaces

namespace  DNDS
 the host side operators are provided as implemented
 

Detailed Description

Device-callable view type for ArrayEigenVector; operator[] returns an Eigen::Map<Vector> suitable for use inside CUDA kernels.

Definition in file ArrayEigenVector_DeviceView.hpp.