Home
last modified time | relevance | path

Searched defs:VectorXf (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/sample_consensus/include/pcl/sample_consensus/
H A Dsac_model_registration.h207 const Eigen::VectorXf &, in doSamplesVerifyModel()
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/test/
H A Dref.cpp173 EIGEN_DONT_INLINE void call_ref_3(Ref<VectorXf,0,InnerStride<> > a, const B &b) { VERIFY_IS_EQUAL(a… in call_ref_3()
175 EIGEN_DONT_INLINE void call_ref_4(const Ref<const VectorXf,0,InnerStride<> >& a, const B &b) { VERI… in call_ref_4()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/test/
H A Dref.cpp155 EIGEN_DONT_INLINE void call_ref_3(Ref<VectorXf,0,InnerStride<> > a, const B &b) { VERIFY_IS_EQUAL(a… in call_ref_3()
157 EIGEN_DONT_INLINE void call_ref_4(const Ref<const VectorXf,0,InnerStride<> >& a, const B &b) { VERI… in call_ref_4()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/test/
H A Dref.cpp155 EIGEN_DONT_INLINE void call_ref_3(Ref<VectorXf,0,InnerStride<> > a, const B &b) { VERIFY_IS_EQUAL(a… in call_ref_3()
157 EIGEN_DONT_INLINE void call_ref_4(const Ref<const VectorXf,0,InnerStride<> >& a, const B &b) { VERI… in call_ref_4()
/dports/math/eigen3/eigen-3.3.9/test/
H A Dref.cpp159 EIGEN_DONT_INLINE void call_ref_3(Ref<VectorXf,0,InnerStride<> > a, const B &b) { VERIFY_IS_EQUAL(a… in call_ref_3()
161 EIGEN_DONT_INLINE void call_ref_4(const Ref<const VectorXf,0,InnerStride<> >& a, const B &b) { VERI… in call_ref_4()
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/test/
H A Dref.cpp159 EIGEN_DONT_INLINE void call_ref_3(Ref<VectorXf,0,InnerStride<> > a, const B &b) { VERIFY_IS_EQUAL(a… in call_ref_3()
161 EIGEN_DONT_INLINE void call_ref_4(const Ref<const VectorXf,0,InnerStride<> >& a, const B &b) { VERI… in call_ref_4()
/dports/misc/opennn/opennn-5.0.5/eigen/test/
H A Dref.cpp159 EIGEN_DONT_INLINE void call_ref_3(Ref<VectorXf,0,InnerStride<> > a, const B &b) { VERIFY_IS_EQUAL(a… in call_ref_3()
161 EIGEN_DONT_INLINE void call_ref_4(const Ref<const VectorXf,0,InnerStride<> >& a, const B &b) { VERI… in call_ref_4()
/dports/math/fcl/fcl-0.7.0/include/fcl/common/
H A Dtypes.h103 using VectorXf = VectorX<float>; variable
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/include/nanogui/
H A Dcommon.h152 using VectorXf = Eigen::VectorXf; variable
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/src/
H A Dcommon.h60 typedef Eigen::Matrix<Float, Eigen::Dynamic, 1> VectorXf; typedef