lundi 27 juillet 2015

Design Patter for numerical API

This is a conceptual question rather than code question. In the process of abstracting basic implementation of numerical solver, i wanted to explore the different suitable approaches to designing an abstract version of my naive code by hiding the basic algorithms.

I looked at the different design patterns, it appears that Builder design pattern maybe suitable ...i also saw that the facade design may be suitable. what other or better suitable patters suitable for this ?

the lib should have a set of modules : interpolation , integration, orthogonolization of object "vector quantity"

Aucun commentaire:

Enregistrer un commentaire