teqp 0.22.0
Loading...
Searching...
No Matches
test_teqpcpp.cpp File Reference
#include <iostream>
#include "teqp/cpp/teqpcpp.hpp"
#include "teqp/cpp/derivs.hpp"

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )

This is a minimal example of the use of the C++ interface around teqp

The point of the interface is to reduce compilation time, as compilation of this file should be MUCH faster than compilation with the full set of algorithms and models because the template instantiations are all included in the library that this file is linked against and the compiler does not need to resolve all the templates every time this file is compiled

Definition at line 15 of file test_teqpcpp.cpp.