Eigen::internal::XprHelper< ExpressionType, PlainObjectType, NeedEval > Struct Template Reference

#include <SparsePermutation.h>

Public Member Functions

 XprHelper (const ExpressionType &xpr)
 
const PlainObjectType & xpr () const
 

Public Attributes

const PlainObjectType m_xpr
 

Constructor & Destructor Documentation

◆ XprHelper()

template<typename ExpressionType , typename PlainObjectType , bool NeedEval = !is_same<ExpressionType, PlainObjectType>::value>
Eigen::internal::XprHelper< ExpressionType, PlainObjectType, NeedEval >::XprHelper ( const ExpressionType &  xpr)
inline
25 : m_xpr(xpr) {}
const PlainObjectType & xpr() const
Definition: SparsePermutation.h:26
const PlainObjectType m_xpr
Definition: SparsePermutation.h:28

Member Function Documentation

◆ xpr()

template<typename ExpressionType , typename PlainObjectType , bool NeedEval = !is_same<ExpressionType, PlainObjectType>::value>
const PlainObjectType& Eigen::internal::XprHelper< ExpressionType, PlainObjectType, NeedEval >::xpr ( ) const
inline

Member Data Documentation

◆ m_xpr

template<typename ExpressionType , typename PlainObjectType , bool NeedEval = !is_same<ExpressionType, PlainObjectType>::value>
const PlainObjectType Eigen::internal::XprHelper< ExpressionType, PlainObjectType, NeedEval >::m_xpr

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