Exotica
Public Types | Static Public Member Functions | List of all members
Eigen::internal::make_coherent_impl< A, Matrix< B_Scalar, B_Rows, B_Cols, B_Options, B_MaxRows, B_MaxCols > > Struct Template Reference

#include <autodiff_scalar.h>

Collaboration diagram for Eigen::internal::make_coherent_impl< A, Matrix< B_Scalar, B_Rows, B_Cols, B_Options, B_MaxRows, B_MaxCols > >:
Collaboration graph

Public Types

typedef Matrix< B_Scalar, B_Rows, B_Cols, B_Options, B_MaxRows, B_MaxCols > B
 

Static Public Member Functions

static void run (A &a, B &b)
 

Member Typedef Documentation

◆ B

template<typename A , typename B_Scalar , int B_Rows, int B_Cols, int B_Options, int B_MaxRows, int B_MaxCols>
typedef Matrix<B_Scalar, B_Rows, B_Cols, B_Options, B_MaxRows, B_MaxCols> Eigen::internal::make_coherent_impl< A, Matrix< B_Scalar, B_Rows, B_Cols, B_Options, B_MaxRows, B_MaxCols > >::B

Member Function Documentation

◆ run()

template<typename A , typename B_Scalar , int B_Rows, int B_Cols, int B_Options, int B_MaxRows, int B_MaxCols>
static void Eigen::internal::make_coherent_impl< A, Matrix< B_Scalar, B_Rows, B_Cols, B_Options, B_MaxRows, B_MaxCols > >::run ( A &  a,
B b 
)
inlinestatic

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