NDDEM
Static Public Member Functions | Static Public Attributes | List of all members
Eigen::internal::conservative_resize_like_impl< Derived, OtherDerived, IsVector > Struct Template Reference

#include <PlainObjectBase.h>

Static Public Member Functions

static void run (DenseBase< Derived > &_this, Index rows, Index cols)
 
static void run (DenseBase< Derived > &_this, const DenseBase< OtherDerived > &other)
 

Static Public Attributes

static const bool IsRelocatable = !NumTraits<typename Derived::Scalar>::RequireInitialization
 

Member Function Documentation

◆ run() [1/2]

template<typename Derived , typename OtherDerived , bool IsVector>
static void Eigen::internal::conservative_resize_like_impl< Derived, OtherDerived, IsVector >::run ( DenseBase< Derived > &  _this,
const DenseBase< OtherDerived > &  other 
)
inlinestatic

◆ run() [2/2]

template<typename Derived , typename OtherDerived , bool IsVector>
static void Eigen::internal::conservative_resize_like_impl< Derived, OtherDerived, IsVector >::run ( DenseBase< Derived > &  _this,
Index  rows,
Index  cols 
)
inlinestatic

Member Data Documentation

◆ IsRelocatable

template<typename Derived , typename OtherDerived , bool IsVector>
const bool Eigen::internal::conservative_resize_like_impl< Derived, OtherDerived, IsVector >::IsRelocatable = !NumTraits<typename Derived::Scalar>::RequireInitialization
static

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