NDDEM
Classes | Public Types | Public Member Functions | List of all members
Eigen::ReturnByValue< Derived > Class Template Reference

#include <ReturnByValue.h>

+ Inheritance diagram for Eigen::ReturnByValue< Derived >:

Classes

class  Unusable
 

Public Types

typedef internal::traits< Derived >::ReturnType ReturnType
 
typedef internal::dense_xpr_base< ReturnByValue >::type Base
 

Public Member Functions

template<typename Dest >
EIGEN_DEVICE_FUNC void evalTo (Dest &dst) const
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index rows () const EIGEN_NOEXCEPT
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index cols () const EIGEN_NOEXCEPT
 
const Unusablecoeff (Index) const
 
const Unusablecoeff (Index, Index) const
 
UnusablecoeffRef (Index)
 
UnusablecoeffRef (Index, Index)
 

Member Typedef Documentation

◆ Base

template<typename Derived >
typedef internal::dense_xpr_base<ReturnByValue>::type Eigen::ReturnByValue< Derived >::Base

◆ ReturnType

template<typename Derived >
typedef internal::traits<Derived>::ReturnType Eigen::ReturnByValue< Derived >::ReturnType

Member Function Documentation

◆ coeff() [1/2]

template<typename Derived >
const Unusable& Eigen::ReturnByValue< Derived >::coeff ( Index  ) const
inline

◆ coeff() [2/2]

template<typename Derived >
const Unusable& Eigen::ReturnByValue< Derived >::coeff ( Index  ,
Index   
) const
inline

◆ coeffRef() [1/2]

template<typename Derived >
Unusable& Eigen::ReturnByValue< Derived >::coeffRef ( Index  )
inline

◆ coeffRef() [2/2]

template<typename Derived >
Unusable& Eigen::ReturnByValue< Derived >::coeffRef ( Index  ,
Index   
)
inline

◆ cols()

template<typename Derived >
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index Eigen::ReturnByValue< Derived >::cols ( void  ) const
inline

◆ evalTo()

template<typename Derived >
template<typename Dest >
EIGEN_DEVICE_FUNC void Eigen::ReturnByValue< Derived >::evalTo ( Dest &  dst) const
inline

◆ rows()

template<typename Derived >
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index Eigen::ReturnByValue< Derived >::rows ( void  ) const
inline

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