Home
last modified time | relevance | path

Searched refs:EstimateType (Results 1 – 25 of 82) sorted by relevance

1234

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/modules/Approximation/src/PolynomialChaos/
H A DSmolyakEstimator.cpp12 template<typename EstimateType>
23 template<typename EstimateType>
24 EstimateType SmolyakEstimator<EstimateType>::ComputeWeightedSum(Eigen::VectorXd const& weights) con… in ComputeWeightedSum()
49 template<typename EstimateType>
50 EstimateType SmolyakEstimator<EstimateType>::ComputeWeightedSum() const in ComputeWeightedSum()
72 template<typename EstimateType>
73 EstimateType SmolyakEstimator<EstimateType>::Adapt(boost::property_tree::ptree options) in Adapt()
110 template<typename EstimateType>
162 template<typename EstimateType>
172 template<typename EstimateType>
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/muq2/MUQ/Approximation/PolynomialChaos/
H A DSmolyakEstimator.h15 template<typename EstimateType>
26 virtual EstimateType Compute(std::shared_ptr<muq::Utilities::MultiIndexSet> const& fixedSet,
33 virtual EstimateType Adapt(boost::property_tree::ptree options);
104 …virtual EstimateType ComputeOneTerm(std::shared_ptr<muq::Utilities::MultiIndex> con…
108 virtual EstimateType ComputeWeightedSum(Eigen::VectorXd const& weights) const;
109 virtual EstimateType ComputeWeightedSum() const;
112 …virtual EstimateType AddEstimates(double w1, EstimateType const& part1, double w2, EstimateType co…
114 virtual double ComputeMagnitude(EstimateType const& estimate) const = 0;
163 EstimateType val;
/dports/math/g2o/g2o-20201223_git/g2o/core/
H A Dbase_vertex.h51 typedef T EstimateType; typedef
52 typedef std::stack<EstimateType,
53 std::vector<EstimateType, Eigen::aligned_allocator<EstimateType> > >
100 const EstimateType& estimate() const { return _estimate;} in estimate()
102 void setEstimate(const EstimateType& et) { _estimate = et; updateCache();} in setEstimate()
107 EstimateType _estimate;
/dports/math/g2o/g2o-20201223_git/unit_test/test_helper/
H A Dio.h65 static typename T::EstimateType create() { return T::EstimateType::Random(); } in create()
66 …static bool isApprox(const typename T::EstimateType& a, const typename T::EstimateType& b) { retur… in isApprox()
/dports/math/g2o/g2o-20201223_git/g2o/apps/g2o_simulator/
H A Dsensor_pointxy.cpp47 VertexType::EstimateType pose=v->estimate(); in isVisible()
48 VertexType::EstimateType delta = _robotPoseObject->vertex()->estimate().inverse()*pose; in isVisible()
H A Dsensor_pointxy_bearing.cpp50 VertexType::EstimateType pose=v->estimate(); in isVisible()
51 VertexType::EstimateType delta = _robotPoseObject->vertex()->estimate().inverse()*pose; in isVisible()
H A Dsensor_line3d.cpp45 VertexType::EstimateType pose = v->estimate(); in isVisible()
46 VertexType::EstimateType delta = _sensorPose.inverse() * pose; in isVisible()
H A Dsensor_pointxyz.cpp47 VertexType::EstimateType pose = v->estimate(); in isVisible()
48 VertexType::EstimateType delta = _sensorPose.inverse() * pose; in isVisible()
H A Dsensor_pose2d.cpp46 VertexType::EstimateType pose=v->estimate(); in isVisible()
47 VertexType::EstimateType delta = _robotPoseObject->vertex()->estimate().inverse()*pose; in isVisible()
H A Dsensor_pointxy_offset.cpp47 VertexType::EstimateType pose=v->estimate(); in isVisible()
48 VertexType::EstimateType delta = _sensorPose.inverse()*pose; in isVisible()
H A Dsensor_pointxyz_depth.cpp46 VertexType::EstimateType pose = v->estimate(); in isVisible()
47 VertexType::EstimateType delta = _sensorPose.inverse() * pose; in isVisible()
H A Dsensor_pointxyz_disparity.cpp46 VertexType::EstimateType pose=v->estimate(); in isVisible()
47 VertexType::EstimateType delta = _sensorPose.inverse()*pose; in isVisible()
H A Dsensor_pose3d.cpp60 VertexType::EstimateType pose=v->estimate(); in isVisible()
61 VertexType::EstimateType delta = _robotPoseObject->vertex()->estimate().inverse()*pose; in isVisible()
H A Dsensor_pose3d_offset.cpp72 VertexType::EstimateType pose=v->estimate(); in isVisible()
73 VertexType::EstimateType delta = _robotPoseObject->vertex()->estimate().inverse()*pose; in isVisible()
H A Dsimulator.h63 typedef typename VertexType_::EstimateType EstimateType; typedef
121 typedef typename PoseObject::EstimateType PoseType;
H A Dsensor_se3_prior.h38 typedef PoseVertexType::EstimateType RobotPoseType;
H A Dsensor_pointxy_offset.h39 typedef PoseVertexType::EstimateType RobotPoseType;
H A Dsensor_pointxyz_disparity.h39 typedef PoseVertexType::EstimateType RobotPoseType;
H A Dsensor_line3d.h38 typedef PoseVertexType::EstimateType RobotPoseType;
H A Dsensor_pointxyz.h38 typedef PoseVertexType::EstimateType RobotPoseType;
H A Dsensor_pointxyz_depth.h38 typedef PoseVertexType::EstimateType RobotPoseType;
/dports/math/g2o/g2o-20201223_git/g2o/examples/interactive_slam/g2o_interactive/
H A Dtypes_slam2d_online.h58 VertexSE2::EstimateType updatedEstimate;
H A Dtypes_slam3d_online.h56 VertexSE3::EstimateType updatedEstimate;
/dports/net/yaz/yaz-5.31.1/src/
H A Dz3950v3.asn2023 type [1] IMPLICIT EstimateType,
2029 EstimateType ::= INTEGER{
/dports/editors/calligraplan/calligraplan-3.3.0/po/ar/
H A Dcalligraplan.po305 #. i18n: ectx: label, entry (EstimateType), group (Task defaults)

1234