OpenKalman
Public Types | Static Public Member Functions | List of all members
OpenKalman::DistributionTraits< GaussianDistribution< Coeffs, NestedMean, NestedCovariance, re > > Struct Template Reference

Public Types

using StaticDescriptor = Coeffs
 
using Mean = Mean< StaticDescriptor, NestedMean >
 
using Covariance = Covariance< StaticDescriptor, NestedCovariance >
 
using Scalar = scalar_type_of_t< Mean >
 
template<typename S >
using distribution_type = std::normal_distribution< S >
 
using random_number_engine = re
 

Static Public Member Functions

template<typename C = StaticDescriptor, typename M , typename Cov , std::enable_if_t< fixed_pattern< C > and typed_matrix_nestable< M > and covariance_nestable< Cov > and vector< M > and(index_dimension_of< M, 0 >::value==index_dimension_of< Cov, 0 >::value), int > = 0>
static auto make (M &&mean, Cov &&covariance)
 

The documentation for this struct was generated from the following file: