Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef __ANALYTIC_CONDITIONAL_GAUSSIAN__
00020 #define __ANALYTIC_CONDITIONAL_GAUSSIAN__
00021
00022 #include "conditionalgaussian.h"
00023
00024 namespace BFL
00025 {
00026
00028
00036 class AnalyticConditionalGaussian : public ConditionalGaussian
00037 {
00038 public:
00040
00045 AnalyticConditionalGaussian(int dim = 0, int num_conditional_arguments=0);
00046
00047
00048
00050 virtual ~AnalyticConditionalGaussian();
00051
00053
00058 virtual MatrixWrapper::Matrix dfGet(unsigned int i) const;
00059
00060 };
00061
00062 }
00063
00064 #endif // __ANALYTIC_CONDITIONAL_GAUSSIAN__
00065
bfl
Author(s): Klaas Gadeyne, Wim Meeussen, Tinne Delaet and many others. See web page for a full contributor list. ROS package maintained by Wim Meeussen.
autogenerated on Mon Feb 11 2019 03:45:12