Searched refs:cast_impl (Results 1 – 4 of 4) sorted by relevance
/external/eigen/test/ |
D | boostmultiprec.cpp | 88 struct cast_impl<Real,NewType> { struct 95 struct cast_impl<Real,std::complex<Real> > { struct
|
/external/python/pybind11/include/pybind11/ |
D | eigen.h | 295 static handle cast_impl(CType *src, return_value_policy policy, handle parent) { 318 return cast_impl(&src, return_value_policy::move, parent); 322 return cast_impl(&src, return_value_policy::move, parent); 328 return cast_impl(&src, policy, parent); 338 return cast_impl(src, policy, parent); 342 return cast_impl(src, policy, parent);
|
D | cast.h | 1378 return cast_impl(std::forward<T>(src), policy, parent, indices{}); 1406 …static handle cast_impl(T &&src, return_value_policy policy, handle parent, index_sequence<Is...>)…
|
/external/eigen/Eigen/src/Core/ |
D | MathFunctions.h | 388 struct cast_impl 403 return cast_impl<OldType, NewType>::run(x);
|