Skip to content

Latest commit

 

History

72 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages