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

#include <PlainObjectBase.h>

List of all members.

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 >

Definition at line 971 of file PlainObjectBase.h.


Member Function Documentation

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 
) [inline, static]

Definition at line 974 of file PlainObjectBase.h.

  {
    a.base().swap(b);
  }

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