Eigen::internal::block_xpr_helper< XprType > Struct Template Reference

#include <XprHelper.h>

Public Types

using BaseType = XprType
 

Static Public Member Functions

static constexpr bool is_inner_panel (bool inner_panel)
 
template<typename T = XprType, typename EnableIf = std::enable_if_t<!std::is_const<T>::value>>
static EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE BaseTypebase (XprType &xpr)
 
static EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE const BaseTypebase (const XprType &xpr)
 
static constexpr EIGEN_ALWAYS_INLINE Index row (const XprType &, Index r)
 
static constexpr EIGEN_ALWAYS_INLINE Index col (const XprType &, Index c)
 

Member Typedef Documentation

◆ BaseType

template<typename XprType >
using Eigen::internal::block_xpr_helper< XprType >::BaseType = XprType

Member Function Documentation

◆ base() [1/2]

template<typename XprType >
static EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE const BaseType& Eigen::internal::block_xpr_helper< XprType >::base ( const XprType xpr)
inlinestatic
953 { return xpr; }

◆ base() [2/2]

template<typename XprType >
template<typename T = XprType, typename EnableIf = std::enable_if_t<!std::is_const<T>::value>>
static EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE BaseType& Eigen::internal::block_xpr_helper< XprType >::base ( XprType xpr)
inlinestatic
950  {
951  return xpr;
952  }

◆ col()

template<typename XprType >
static constexpr EIGEN_ALWAYS_INLINE Index Eigen::internal::block_xpr_helper< XprType >::col ( const XprType ,
Index  c 
)
inlinestaticconstexpr
955 { return c; }
int c
Definition: calibrate.py:100

References calibrate::c.

◆ is_inner_panel()

template<typename XprType >
static constexpr bool Eigen::internal::block_xpr_helper< XprType >::is_inner_panel ( bool  inner_panel)
inlinestaticconstexpr
946 { return inner_panel; }

◆ row()

template<typename XprType >
static constexpr EIGEN_ALWAYS_INLINE Index Eigen::internal::block_xpr_helper< XprType >::row ( const XprType ,
Index  r 
)
inlinestaticconstexpr
954 { return r; }
r
Definition: UniformPSDSelfTest.py:20

References UniformPSDSelfTest::r.


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