Eigen::internal::cast_impl< OldType, NewType, EnableIf > Struct Template Reference

#include <MathFunctions.h>

Static Public Member Functions

static EIGEN_DEVICE_FUNC NewType run (const OldType &x)
 

Member Function Documentation

◆ run()

template<typename OldType , typename NewType , typename EnableIf = void>
static EIGEN_DEVICE_FUNC NewType Eigen::internal::cast_impl< OldType, NewType, EnableIf >::run ( const OldType &  x)
inlinestatic
340 { return static_cast<NewType>(x); }
list x
Definition: plotDoE.py:28

References plotDoE::x.

Referenced by Eigen::internal::cast(), and Eigen::internal::pcast_generic< SrcPacket, TgtPacket, false, false >::run().


The documentation for this struct was generated from the following file: