chaotic-society / theoretica

A C++ math library for scientific computing with a simple and elegant interface.
https://chaotic-society.github.io/theoretica/
GNU Lesser General Public License v3.0
21 stars 4 forks source link

Review API #91

Open mattiaisgro opened 1 week ago

mattiaisgro commented 1 week ago

The API of the library should be fully reviewed before the stable release, to ensure that its usage is easy and intuitive. In particular, a more functional paradigm should be considered in place of the current hybrid functional-object oriented paradigm.

The advantages of a more functional paradigm are: