hi all
for a project in c++ i need a library to use transfer functions (in laplace domain), first order differentiation (with euler) and definite integration, i.e. i need a library for signal functions. further, i need a linear algebra library for matrix - vector operations.
during my search i have found that lapack has a great c library for linear algebra operations. but what about other mathematical functions?
having a look at http://www.netlib.org/master_counts2.html i thought maybe there is a library that i can manage to use all needed functions.
or isn't it possible to find a combined library for those operaions? what kind of libraries would you suggest?
thanks in advance

