MOAB
4.9.3pre
|
#include <CwiseNullaryOp.h>
Static Public Member Functions | |
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Derived & | run (Derived &m) |
Definition at line 746 of file CwiseNullaryOp.h.
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Derived& Eigen::internal::setIdentity_impl< Derived, Big >::run | ( | Derived & | m | ) | [inline, static] |
Definition at line 749 of file CwiseNullaryOp.h.
{
return m = Derived::Identity(m.rows(), m.cols());
}