Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Eigen::internal::matrix_swap_impl< MatrixTypeA, MatrixTypeB, SwapPointers > Struct Template Reference

#include <src/eigen/Eigen/src/Core/PlainObjectBase.h>

Static Public Member Functions

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

Detailed Description

template<typename MatrixTypeA, typename MatrixTypeB, bool SwapPointers>
struct Eigen::internal::matrix_swap_impl< MatrixTypeA, MatrixTypeB, SwapPointers >

Member Function Documentation

◆ run()

template<typename MatrixTypeA , typename MatrixTypeB , bool SwapPointers>
static EIGEN_DEVICE_FUNC void Eigen::internal::matrix_swap_impl< MatrixTypeA, MatrixTypeB, SwapPointers >::run ( MatrixTypeA &  a,
MatrixTypeB &  b 
)
inlinestatic
1016 {
1017 a.base().swap(b);
1018 }

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