Home
last modified time | relevance | path

Searched refs:AngleAxisType (Results 1 – 25 of 54) sorted by relevance

123

/dports/math/eigen3/eigen-3.3.9/unsupported/test/
H A DEulerAngles.cpp24 typedef AngleAxis<Scalar> AngleAxisType; in verify_euler_ranged() typedef
103 …Matrix3 mbis(AngleAxisType(eabis[0], I) * AngleAxisType(eabis[1], J) * AngleAxisType(eabis[2], K)); in verify_euler_ranged()
161 typedef AngleAxis<Scalar> AngleAxisType; in eulerangles() typedef
165 q1 = AngleAxisType(a, Vector3::Random().normalized()); in eulerangles()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/unsupported/test/
H A DEulerAngles.cpp24 typedef AngleAxis<Scalar> AngleAxisType; in verify_euler_ranged() typedef
103 …Matrix3 mbis(AngleAxisType(eabis[0], I) * AngleAxisType(eabis[1], J) * AngleAxisType(eabis[2], K)); in verify_euler_ranged()
161 typedef AngleAxis<Scalar> AngleAxisType; in eulerangles() typedef
165 q1 = AngleAxisType(a, Vector3::Random().normalized()); in eulerangles()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/unsupported/test/
H A DEulerAngles.cpp24 typedef AngleAxis<Scalar> AngleAxisType; in verify_euler_ranged() typedef
103 …Matrix3 mbis(AngleAxisType(eabis[0], I) * AngleAxisType(eabis[1], J) * AngleAxisType(eabis[2], K)); in verify_euler_ranged()
161 typedef AngleAxis<Scalar> AngleAxisType; in eulerangles() typedef
165 q1 = AngleAxisType(a, Vector3::Random().normalized()); in eulerangles()
/dports/misc/opennn/opennn-5.0.5/eigen/unsupported/test/
H A DEulerAngles.cpp24 typedef AngleAxis<Scalar> AngleAxisType; in verify_euler_ranged() typedef
103 …Matrix3 mbis(AngleAxisType(eabis[0], I) * AngleAxisType(eabis[1], J) * AngleAxisType(eabis[2], K)); in verify_euler_ranged()
161 typedef AngleAxis<Scalar> AngleAxisType; in eulerangles() typedef
165 q1 = AngleAxisType(a, Vector3::Random().normalized()); in eulerangles()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/unsupported/test/
H A DEulerAngles.cpp24 typedef AngleAxis<Scalar> AngleAxisType; in verify_euler_ranged() typedef
103 …Matrix3 mbis(AngleAxisType(eabis[0], I) * AngleAxisType(eabis[1], J) * AngleAxisType(eabis[2], K)); in verify_euler_ranged()
161 typedef AngleAxis<Scalar> AngleAxisType; in eulerangles() typedef
165 q1 = AngleAxisType(a, Vector3::Random().normalized()); in eulerangles()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/unsupported/test/
H A DEulerAngles.cpp24 typedef AngleAxis<Scalar> AngleAxisType; in verify_euler_ranged() typedef
103 …Matrix3 mbis(AngleAxisType(eabis[0], I) * AngleAxisType(eabis[1], J) * AngleAxisType(eabis[2], K)); in verify_euler_ranged()
161 typedef AngleAxis<Scalar> AngleAxisType; in eulerangles() typedef
165 q1 = AngleAxisType(a, Vector3::Random().normalized()); in eulerangles()
/dports/math/eigen3/eigen-3.3.9/unsupported/Eigen/src/EulerAngles/
H A DEulerAngles.h123 typedef AngleAxis<Scalar> AngleAxisType; /*!< the equivalent angle-axis type */ typedef
340 AngleAxisType(alpha(), AlphaAxisVector()) * in QuaternionType()
341 AngleAxisType(beta(), BetaAxisVector()) * in QuaternionType()
342 AngleAxisType(gamma(), GammaAxisVector()); in QuaternionType()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/unsupported/Eigen/src/EulerAngles/
H A DEulerAngles.h123 typedef AngleAxis<Scalar> AngleAxisType; /*!< the equivalent angle-axis type */ typedef
340 AngleAxisType(alpha(), AlphaAxisVector()) * in QuaternionType()
341 AngleAxisType(beta(), BetaAxisVector()) * in QuaternionType()
342 AngleAxisType(gamma(), GammaAxisVector()); in QuaternionType()
/dports/math/R-cran-RcppEigen/RcppEigen/inst/include/unsupported/Eigen/src/EulerAngles/
H A DEulerAngles.h123 typedef AngleAxis<Scalar> AngleAxisType; /*!< the equivalent angle-axis type */ typedef
340 AngleAxisType(alpha(), AlphaAxisVector()) * in QuaternionType()
341 AngleAxisType(beta(), BetaAxisVector()) * in QuaternionType()
342 AngleAxisType(gamma(), GammaAxisVector()); in QuaternionType()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/unsupported/Eigen/src/EulerAngles/
H A DEulerAngles.h123 typedef AngleAxis<Scalar> AngleAxisType; /*!< the equivalent angle-axis type */ typedef
340 AngleAxisType(alpha(), AlphaAxisVector()) * in QuaternionType()
341 AngleAxisType(beta(), BetaAxisVector()) * in QuaternionType()
342 AngleAxisType(gamma(), GammaAxisVector()); in QuaternionType()
/dports/science/pcmsolver/pcmsolver-1.3.0/external/eigen3/include/eigen3/unsupported/Eigen/src/EulerAngles/
H A DEulerAngles.h123 typedef AngleAxis<Scalar> AngleAxisType; /*!< the equivalent angle-axis type */ typedef
340 AngleAxisType(alpha(), AlphaAxisVector()) * in QuaternionType()
341 AngleAxisType(beta(), BetaAxisVector()) * in QuaternionType()
342 AngleAxisType(gamma(), GammaAxisVector()); in QuaternionType()
/dports/misc/opennn/opennn-5.0.5/eigen/unsupported/Eigen/src/EulerAngles/
H A DEulerAngles.h123 typedef AngleAxis<Scalar> AngleAxisType; /*!< the equivalent angle-axis type */ typedef
340 AngleAxisType(alpha(), AlphaAxisVector()) * in QuaternionType()
341 AngleAxisType(beta(), BetaAxisVector()) * in QuaternionType()
342 AngleAxisType(gamma(), GammaAxisVector()); in QuaternionType()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/unsupported/Eigen/src/EulerAngles/
H A DEulerAngles.h123 typedef AngleAxis<Scalar> AngleAxisType; /*!< the equivalent angle-axis type */ typedef
340 AngleAxisType(alpha(), AlphaAxisVector()) * in QuaternionType()
341 AngleAxisType(beta(), BetaAxisVector()) * in QuaternionType()
342 AngleAxisType(gamma(), GammaAxisVector()); in QuaternionType()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/unsupported/Eigen/src/EulerAngles/
H A DEulerAngles.h123 typedef AngleAxis<Scalar> AngleAxisType; /*!< the equivalent angle-axis type */ typedef
340 AngleAxisType(alpha(), AlphaAxisVector()) * in QuaternionType()
341 AngleAxisType(beta(), BetaAxisVector()) * in QuaternionType()
342 AngleAxisType(gamma(), GammaAxisVector()); in QuaternionType()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/eigen3/include/eigen3/unsupported/Eigen/src/EulerAngles/
H A DEulerAngles.h123 typedef AngleAxis<Scalar> AngleAxisType; /*!< the equivalent angle-axis type */ typedef
340 AngleAxisType(alpha(), AlphaAxisVector()) * in QuaternionType()
341 AngleAxisType(beta(), BetaAxisVector()) * in QuaternionType()
342 AngleAxisType(gamma(), GammaAxisVector()); in QuaternionType()
/dports/devel/upp/upp/uppsrc/plugin/Eigen/unsupported/Eigen/src/EulerAngles/
H A DEulerAngles.h115 typedef AngleAxis<Scalar> AngleAxisType; /*!< the equivalent angle-axis type */ typedef
279 AngleAxisType(alpha(), AlphaAxisVector()) * in QuaternionType()
280 AngleAxisType(beta(), BetaAxisVector()) * in QuaternionType()
281 AngleAxisType(gamma(), GammaAxisVector()); in QuaternionType()
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/unsupported/Eigen/src/EulerAngles/
H A DEulerAngles.h115 typedef AngleAxis<Scalar> AngleAxisType; /*!< the equivalent angle-axis type */ typedef
279 AngleAxisType(alpha(), AlphaAxisVector()) * in QuaternionType()
280 AngleAxisType(beta(), BetaAxisVector()) * in QuaternionType()
281 AngleAxisType(gamma(), GammaAxisVector()); in QuaternionType()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/include/Eigen/src/Geometry/
H A DQuaternion.h55 typedef AngleAxis<Scalar> AngleAxisType; typedef
99 Derived& operator=(const AngleAxisType& aa);
240 typedef typename Base::AngleAxisType AngleAxisType;
261 explicit inline Quaternion(const AngleAxisType& aa) { *this = aa; }
496 EIGEN_STRONG_INLINE Derived& QuaternionBase<Derived>::operator=(const AngleAxisType& aa)
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/Eigen/src/Geometry/
H A DQuaternion.h55 typedef AngleAxis<Scalar> AngleAxisType; typedef
99 Derived& operator=(const AngleAxisType& aa);
238 typedef typename Base::AngleAxisType AngleAxisType;
259 explicit inline Quaternion(const AngleAxisType& aa) { *this = aa; }
494 EIGEN_STRONG_INLINE Derived& QuaternionBase<Derived>::operator=(const AngleAxisType& aa)
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/Eigen/src/Geometry/
H A DQuaternion.h55 typedef AngleAxis<Scalar> AngleAxisType; typedef
99 Derived& operator=(const AngleAxisType& aa);
238 typedef typename Base::AngleAxisType AngleAxisType;
259 explicit inline Quaternion(const AngleAxisType& aa) { *this = aa; }
494 EIGEN_STRONG_INLINE Derived& QuaternionBase<Derived>::operator=(const AngleAxisType& aa)
/dports/science/smoldyn/smoldyn-2.67/source/NextSubVolume/Eigen/src/Geometry/
H A DQuaternion.h55 typedef AngleAxis<Scalar> AngleAxisType; typedef
99 Derived& operator=(const AngleAxisType& aa);
239 typedef typename Base::AngleAxisType AngleAxisType;
260 explicit inline Quaternion(const AngleAxisType& aa) { *this = aa; }
506 EIGEN_STRONG_INLINE Derived& QuaternionBase<Derived>::operator=(const AngleAxisType& aa)
/dports/graphics/blender/blender-2.91.0/extern/Eigen3/Eigen/src/Eigen2Support/Geometry/
H A DQuaternion.h66 typedef AngleAxis<Scalar> AngleAxisType;
115 explicit inline Quaternion(const AngleAxisType& aa) { *this = aa; }
126 Quaternion& operator=(const AngleAxisType& aa);
272 inline Quaternion<Scalar>& Quaternion<Scalar>::operator=(const AngleAxisType& aa)
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/include/Eigen/src/Eigen2Support/Geometry/
H A DQuaternion.h66 typedef AngleAxis<Scalar> AngleAxisType;
115 explicit inline Quaternion(const AngleAxisType& aa) { *this = aa; }
126 Quaternion& operator=(const AngleAxisType& aa);
272 inline Quaternion<Scalar>& Quaternion<Scalar>::operator=(const AngleAxisType& aa)
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/Eigen/src/Eigen2Support/Geometry/
H A DQuaternion.h66 typedef AngleAxis<Scalar> AngleAxisType;
115 explicit inline Quaternion(const AngleAxisType& aa) { *this = aa; }
126 Quaternion& operator=(const AngleAxisType& aa);
272 inline Quaternion<Scalar>& Quaternion<Scalar>::operator=(const AngleAxisType& aa)
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/Eigen/src/Eigen2Support/Geometry/
H A DQuaternion.h66 typedef AngleAxis<Scalar> AngleAxisType;
115 explicit inline Quaternion(const AngleAxisType& aa) { *this = aa; }
126 Quaternion& operator=(const AngleAxisType& aa);
272 inline Quaternion<Scalar>& Quaternion<Scalar>::operator=(const AngleAxisType& aa)

123