hydeik / expsum

Approximate a function by exponential sum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

expsum

Approximate a function by exponential sum

Description

Requirement

You need a newer C++ compiler that supports the C++11 standard, such as GCC (>= 4.8.0) and Clang (>= 3.2).

This library also depends on the following external libraries:

Install

expsum is a header only library. You can use it by including header files under include directory.

To build the program using expsum, you must link armadillo, blas lapack and fftw libraries.

Usage

See, example program in example directory.

Licence

Copyright (c) 2016 Hidekazu Ikeno

Released under the MIT license

References

About

Approximate a function by exponential sum


Languages

Language:C++ 95.4%Language:CMake 4.6%