Exotica
Public Types | Static Public Member Functions | List of all members
Eigen::internal::make_coherent_impl< SparseVector< A_Scalar, A_Options, A_Index >, SparseVector< B_Scalar, B_Options, B_Index > > Struct Template Reference

#include <autodiff_scalar.h>

Collaboration diagram for Eigen::internal::make_coherent_impl< SparseVector< A_Scalar, A_Options, A_Index >, SparseVector< B_Scalar, B_Options, B_Index > >:
Collaboration graph

Public Types

typedef SparseVector< A_Scalar, A_Options, A_Index > A
 
typedef SparseVector< B_Scalar, B_Options, B_Index > B
 

Static Public Member Functions

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

Member Typedef Documentation

◆ A

template<typename A_Scalar , int A_Options, typename A_Index , typename B_Scalar , int B_Options, typename B_Index >
typedef SparseVector<A_Scalar, A_Options, A_Index> Eigen::internal::make_coherent_impl< SparseVector< A_Scalar, A_Options, A_Index >, SparseVector< B_Scalar, B_Options, B_Index > >::A

◆ B

template<typename A_Scalar , int A_Options, typename A_Index , typename B_Scalar , int B_Options, typename B_Index >
typedef SparseVector<B_Scalar, B_Options, B_Index> Eigen::internal::make_coherent_impl< SparseVector< A_Scalar, A_Options, A_Index >, SparseVector< B_Scalar, B_Options, B_Index > >::B

Member Function Documentation

◆ run()

template<typename A_Scalar , int A_Options, typename A_Index , typename B_Scalar , int B_Options, typename B_Index >
static void Eigen::internal::make_coherent_impl< SparseVector< A_Scalar, A_Options, A_Index >, SparseVector< B_Scalar, B_Options, B_Index > >::run ( A a,
B b 
)
inlinestatic

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