Skip to content

hydeik/expsum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published