MOAB  4.9.3pre
Eigen::internal::gebp_madd_selector< CJ, A, B, C, T > Struct Template Reference

#include <GeneralBlockPanelKernel.h>

List of all members.

Static Public Member Functions

static EIGEN_ALWAYS_INLINE void run (const CJ &cj, A &a, B &b, C &c, T &)

Detailed Description

template<typename CJ, typename A, typename B, typename C, typename T>
struct Eigen::internal::gebp_madd_selector< CJ, A, B, C, T >

Definition at line 329 of file GeneralBlockPanelKernel.h.


Member Function Documentation

template<typename CJ , typename A , typename B , typename C , typename T >
static EIGEN_ALWAYS_INLINE void Eigen::internal::gebp_madd_selector< CJ, A, B, C, T >::run ( const CJ &  cj,
A &  a,
B &  b,
C &  c,
T  
) [inline, static]

Definition at line 330 of file GeneralBlockPanelKernel.h.

    {
      c = cj.pmadd(a,b,c);
    }

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