Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Eigen::internal::gebp_madd_selector< CJ, A, B, C, T > Struct Template Reference

#include <src/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h>

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 >

Member Function Documentation

◆ run()

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 &   
)
inlinestatic
318 {
319 c = cj.pmadd(a,b,c);
320 }

Referenced by Eigen::internal::gebp_madd().

+ Here is the caller graph for this function:

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