Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.11 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.11 KB

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