Things trying to achieve here:
1.- Unify the two branches of integrators in the library, they do not
hang from a common base class and here a common ptr for the
factory is needed.
2.- Have a common signature for the integration call.
3.- Factory construction so integrable latent models can choose the
integration algorithm separately.
name Latent model direct integration facility.
Things trying to achieve here: 1.- Unify the two branches of integrators in the library, they do not hang from a common base class and here a common ptr for the factory is needed. 2.- Have a common signature for the integration call. 3.- Factory construction so integrable latent models can choose the integration algorithm separately.