Basics

Numerical types

typedef long double scalar

This is the basic data type for compuatations with probabilities in ChainsAddiction. All internal computation is performed with long double precision if this is provided by the system. Otherwise double is used.