Skip to content
/ cheb Public

A C++ library fro Chebyshev polynomials, differentiation, integration, and interpolation.

License

Notifications You must be signed in to change notification settings

liuyxpp/cheb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cheb++

cheb++ is a C++ library which implements a set of functions dealing with Chebyshev polynomials.

Quickstart

1. Usage

See test codes in the tests directory.

2. Install

# cd cheb++

Go to the top directory of cheb++.

# make lib

To make libcheb.a

# cp build/lib/libcheb.a target_dir

Copy libcheb.a to target directory (target_dir)

For Mac OS x86_64:

Add "-framework Accelerate" to CXXFLAGS in the Makefile.

Dependency

  • Armadillo 4.300+

License

GPL v.3 or later versions.

Ask for Help

Links

About

A C++ library fro Chebyshev polynomials, differentiation, integration, and interpolation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published