NDDEM
Classes | Public Types | Static Public Attributes | Static Private Member Functions | List of all members
Eigen::internal::is_ref_compatible_impl< MatrixType > Struct Template Reference

#include <IterativeSolverBase.h>

Classes

struct  any_conversion
 
struct  no
 
struct  yes
 

Public Types

enum  { value = sizeof(test<MatrixType>(ms_from, 0))==sizeof(yes) }
 

Static Public Attributes

static MatrixType ms_from
 

Static Private Member Functions

template<typename T >
static yes test (const Ref< const T > &, int)
 
template<typename T >
static no test (any_conversion< T >,...)
 

Member Enumeration Documentation

◆ anonymous enum

template<typename MatrixType >
anonymous enum
Enumerator
value 

Member Function Documentation

◆ test() [1/2]

template<typename MatrixType >
template<typename T >
static no Eigen::internal::is_ref_compatible_impl< MatrixType >::test ( any_conversion< T >  ,
  ... 
)
staticprivate

◆ test() [2/2]

template<typename MatrixType >
template<typename T >
static yes Eigen::internal::is_ref_compatible_impl< MatrixType >::test ( const Ref< const T > &  ,
int   
)
staticprivate

Member Data Documentation

◆ ms_from

template<typename MatrixType >
MatrixType Eigen::internal::is_ref_compatible_impl< MatrixType >::ms_from
static

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