mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
import eigen2 Geometry module into Eigen2Support.
fix build of geometry tests
This commit is contained in:
@@ -41,6 +41,7 @@ template<typename T> inline T ei_random () { return internal::random<T>(); }
|
||||
template<typename T> inline T ei_random (const T& x, const T& y) { return internal::random(x, y); }
|
||||
|
||||
template<typename T> inline T precision () { return NumTraits<T>::dummy_precision(); }
|
||||
template<typename T> inline T machine_epsilon () { return NumTraits<T>::epsilon(); }
|
||||
|
||||
|
||||
template<typename Scalar, typename OtherScalar>
|
||||
|
||||
Reference in New Issue
Block a user