Exotica
Classes | Functions
Eigen::internal Namespace Reference

Classes

struct  auto_diff_special_op
 
struct  auto_diff_special_op< _DerType, false >
 
struct  auto_diff_special_op< _DerType, true >
 
struct  make_coherent_impl
 
struct  make_coherent_impl< A, Matrix< B_Scalar, B_Rows, B_Cols, B_Options, B_MaxRows, B_MaxCols > >
 
struct  make_coherent_impl< A, SparseVector< B_Scalar, B_Options, B_Index > >
 
struct  make_coherent_impl< Matrix< A_Scalar, A_Rows, A_Cols, A_Options, A_MaxRows, A_MaxCols >, B >
 
struct  make_coherent_impl< Matrix< A_Scalar, A_Rows, A_Cols, A_Options, A_MaxRows, A_MaxCols >, Matrix< B_Scalar, B_Rows, B_Cols, B_Options, B_MaxRows, B_MaxCols > >
 
struct  make_coherent_impl< SparseVector< A_Scalar, A_Options, A_Index >, B >
 
struct  make_coherent_impl< SparseVector< A_Scalar, A_Options, A_Index >, SparseVector< B_Scalar, B_Options, B_Index > >
 

Functions

template<typename A , typename B >
void make_coherent (const A &a, const B &b)
 

Function Documentation

◆ make_coherent()

template<typename A , typename B >
void Eigen::internal::make_coherent ( const A &  a,
const B &  b 
)