Basis Function Base Class
The user-facing Regressors chapter documents the concrete
basis-function classes (BF_Linear, BF_Polynomial2).
The base class below is the API hook for adding new basis
functions.
-
struct BF_Base : public virtual tadah::models::Function_Base
Base class to be used by all basis functions.
Subclassed by tadah::mlip::DM_BF_Base, tadah::models::BF_Linear, tadah::models::BF_Polynomial2