Eigen::internal::matrix_swap_impl< MatrixTypeA, MatrixTypeB, SwapPointers > Struct Template Reference

#include <PlainObjectBase.h>

Static Public Member Functions

static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void run (MatrixTypeA &a, MatrixTypeB &b)
 

Member Function Documentation

◆ run()

template<typename MatrixTypeA , typename MatrixTypeB , bool SwapPointers>
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::internal::matrix_swap_impl< MatrixTypeA, MatrixTypeB, SwapPointers >::run ( MatrixTypeA &  a,
MatrixTypeB &  b 
)
inlinestatic
1026 { a.base().swap(b); }
Scalar * b
Definition: benchVecAdd.cpp:17
const Scalar * a
Definition: level2_cplx_impl.h:32

References a, and b.


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