MOAB  4.9.3pre
Eigen::internal::erfc_impl< Scalar > Struct Template Reference

#include <SpecialFunctions.h>

List of all members.

Static Public Member Functions

static EIGEN_DEVICE_FUNC
EIGEN_STRONG_INLINE Scalar 
run (const Scalar)

Detailed Description

template<typename Scalar>
struct Eigen::internal::erfc_impl< Scalar >

Definition at line 376 of file SpecialFunctions.h.


Member Function Documentation

template<typename Scalar >
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar Eigen::internal::erfc_impl< Scalar >::run ( const Scalar  ) [inline, static]

Definition at line 378 of file SpecialFunctions.h.

                                                      {
    EIGEN_STATIC_ASSERT((internal::is_same<Scalar, Scalar>::value == false),
                        THIS_TYPE_IS_NOT_SUPPORTED);
    return Scalar(0);
  }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines