Variables
sampling Namespace Reference

Variables

static Matrix A1 = (Matrix(2, 2) << 1., 2., 3., 4.).finished()
 
static const Vector2 b (10, 10)
 
static const GaussianBayesNet gbn
 
static const Vector2 mean (20, 40)
 
static const double sigma = 0.01
 

Variable Documentation

◆ A1

Matrix sampling::A1 = (Matrix(2, 2) << 1., 2., 3., 4.).finished()
static

Definition at line 167 of file testGaussianBayesNet.cpp.

◆ b

const Vector2 sampling::b(10, 10)

◆ gbn

const GaussianBayesNet sampling::gbn
static
Initial value:
= {
GaussianConditional::sharedMeanAndStddev(X(0), A1, X(1), b, sigma),
GaussianDensity::sharedMeanAndStddev(X(1), mean, sigma)}
static Matrix A1
static const Vector2 b(10, 10)
static const Vector2 mean(20, 40)
static const double sigma
#define X
Definition: icosphere.cpp:20

Definition at line 170 of file testGaussianBayesNet.cpp.

◆ mean

const Vector2 sampling::mean(20, 40)
static

◆ sigma

const double sampling::sigma = 0.01
static

Definition at line 169 of file testGaussianBayesNet.cpp.



gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:47:27