Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Eigen::internal::is_ref_compatible_impl< MatrixType > Struct Template Reference

#include <src/eigen/Eigen/src/IterativeLinearSolvers/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 >,...)
 

Detailed Description

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

Class Documentation

◆ Eigen::internal::is_ref_compatible_impl::no

struct Eigen::internal::is_ref_compatible_impl::no
template<typename MatrixType>
struct Eigen::internal::is_ref_compatible_impl< MatrixType >::no
Class Members
int a[2]

◆ Eigen::internal::is_ref_compatible_impl::yes

struct Eigen::internal::is_ref_compatible_impl::yes
template<typename MatrixType>
struct Eigen::internal::is_ref_compatible_impl< MatrixType >::yes
Class Members
int a[1]

Member Enumeration Documentation

◆ anonymous enum

template<typename MatrixType >
anonymous enum
Enumerator
value 
37{ value = sizeof(test<MatrixType>(ms_from, 0))==sizeof(yes) };
@ value
Definition IterativeSolverBase.h:37
static MatrixType ms_from
Definition IterativeSolverBase.h:36

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: