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

Device-callable view for ArrayEigenUniMatrixBatch (rows of identically-shaped matrix batches, variable batch count per row). More...

#include "../DeviceView.hpp"
Include dependency graph for ArrayEigenUniMatrixBatch_DeviceView.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DNDS::ArrayEigenUniMatrixBatchDeviceView< B, real_T, _n_row, _n_col >
 Device-callable view onto ArrayEigenUniMatrixBatch rows. More...
 

Namespaces

namespace  DNDS
 the host side operators are provided as implemented
 

Functions

template<int a, int b>
constexpr rowsize DNDS::EigenSize_Mul_RowSize ()
 a * b if both are compile-time sizes, DynamicSize if either is Eigen::Dynamic, otherwise a sentinel.
 

Detailed Description

Device-callable view for ArrayEigenUniMatrixBatch (rows of identically-shaped matrix batches, variable batch count per row).

Definition in file ArrayEigenUniMatrixBatch_DeviceView.hpp.