MOAB  4.9.3pre
Eigen::internal::is_ref_compatible_impl< MatrixType > Struct Template Reference

#include <IterativeSolverBase.h>

List of all members.

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 >,...)

Detailed Description

template<typename MatrixType>
struct Eigen::internal::is_ref_compatible_impl< MatrixType >

Definition at line 18 of file IterativeSolverBase.h.


Member Enumeration Documentation

template<typename MatrixType >
anonymous enum
Enumerator:
value 

Definition at line 37 of file IterativeSolverBase.h.

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

Member Function Documentation

template<typename MatrixType >
template<typename T >
static yes Eigen::internal::is_ref_compatible_impl< MatrixType >::test ( const Ref< const T > &  ,
int   
) [static, private]
template<typename MatrixType >
template<typename T >
static no Eigen::internal::is_ref_compatible_impl< MatrixType >::test ( any_conversion< T ,
  ... 
) [static, private]

Member Data Documentation

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

Definition at line 36 of file IterativeSolverBase.h.


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