Searched refs:make_coherent_impl (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/Eigen/src/AutoDiff/ |
D | AutoDiffScalar.h | 18 struct make_coherent_impl { struct 26 make_coherent_impl<A,B>::run(a.const_cast_derived(), b.const_cast_derived()); in make_coherent() argument 457 struct make_coherent_impl<Matrix<A_Scalar, A_Rows, A_Cols, A_Options, A_MaxRows, A_MaxCols>, B> { 469 struct make_coherent_impl<A, Matrix<B_Scalar, B_Rows, B_Cols, B_Options, B_MaxRows, B_MaxCols> > { 482 struct make_coherent_impl<Matrix<A_Scalar, A_Rows, A_Cols, A_Options, A_MaxRows, A_MaxCols>,
|