MOAB  4.9.3pre
Eigen::ReturnByValue< Derived > Class Template Reference

#include <ReturnByValue.h>

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

List of all members.

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 Index rows () const
EIGEN_DEVICE_FUNC Index cols () const
const Unusablecoeff (Index) const
const Unusablecoeff (Index, Index) const
UnusablecoeffRef (Index)
UnusablecoeffRef (Index, Index)

Detailed Description

template<typename Derived>
class Eigen::ReturnByValue< Derived >

Definition at line 50 of file ReturnByValue.h.


Member Typedef Documentation

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

Definition at line 54 of file ReturnByValue.h.


Member Function Documentation

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

Definition at line 72 of file ReturnByValue.h.

{ return *reinterpret_cast<const Unusable*>(this); }
template<typename Derived>
const Unusable& Eigen::ReturnByValue< Derived >::coeff ( Index  ,
Index   
) const [inline]

Definition at line 73 of file ReturnByValue.h.

{ return *reinterpret_cast<const Unusable*>(this); }
template<typename Derived>
Unusable& Eigen::ReturnByValue< Derived >::coeffRef ( Index  ) [inline]

Definition at line 74 of file ReturnByValue.h.

{ return *reinterpret_cast<Unusable*>(this); }
template<typename Derived>
Unusable& Eigen::ReturnByValue< Derived >::coeffRef ( Index  ,
Index   
) [inline]

Definition at line 75 of file ReturnByValue.h.

{ return *reinterpret_cast<Unusable*>(this); }

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines