aGrUM 3.1.1
a C++ library for (probabilistic) graphical models
Concepts
Here is a list of all concepts with brief descriptions:
[detail level 12]
 NgumGum is the global namespace for all aGrUM entities
 RGUM_HasNumericLimitsConcept checking that std::numeric_limits is specialized for a type
 RGUM_IsGumScalarConcept defining requirements for scalar types used as GUM_SCALAR
 RGUM_NumericComplete concept for GUM_SCALAR template parameter
 RJointTargettable
 RGUM_NodeGraphableConcept for any graph that exposes node-level queries
 RGUM_DiGraphableConcept for directed graphs (arcs with parents/children)
 RGUM_UndiGraphableConcept for undirected graphs (edges with neighbours)
 RGUM_MixedGraphableConcept for mixed graphs (both arcs and edges)