Home
last modified time | relevance | path

Searched refs:cast_impl (Results 1 – 4 of 4) sorted by relevance

/external/eigen/test/
Dboostmultiprec.cpp88 struct cast_impl<Real,NewType> { struct
95 struct cast_impl<Real,std::complex<Real> > { struct
/external/python/pybind11/include/pybind11/
Deigen.h295 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);
Dcast.h1378 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/
DMathFunctions.h388 struct cast_impl
403 return cast_impl<OldType, NewType>::run(x);