MOAB
4.9.3pre
|
#include <PlainObjectBase.h>
Static Public Member Functions | |
static EIGEN_DEVICE_FUNC void | run (MatrixTypeA &a, MatrixTypeB &b) |
Definition at line 971 of file PlainObjectBase.h.
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); }