Metadata-Version: 1.0
Name: chebpy
Version: 0.1
Summary: Chebyshev polynomial based spectral methods of PDEs.
Home-page: https://bitbucket.org/liuyxpp/chebpy
Author: Yi-Xin Liu
Author-email: liuyxpp@gmail.com
License: BSD
Description: 
        chebpy
        ======
        
        **chebpy** is a python package for spetral methods of PDEs based on
        Chebyshev seriers. 
        
        Quickstart
        ----------
        
        1. Install
        ^^^^^^^^^^
        
        ::
        
            $ easy_install gyroid
        
        or
        
        ::
        
            $ tar -xvf chebpy-xxx.tar.gz
            $ cd chebpy-xxx
            $ python setup.py install
        
        Required packages:
        
        * `numpy`: it should be installed before installing gyroid.
        * `scipy`: use it to save data in Matlab mat format.
        
        2. APIs
        ^^^^^^^^
        Current available functions:
        
        **Chebyshev series construction**
        
        * cheb_polynomial_recursion
        * cheb_polynomial_trigonometric
        * cheb_polynomial_series
        
        **Fast Chebyshev transform**
        
        * cheb_fast_transform
        * cheb_inverse_fast_transform
        
        **Chebyshev differentiation**
        
        * cheb_D1_mat
        * cheb_D1_fft
        * cheb_D1_dct
        * cheb_D1_fchebt
        
        Ask for Help
        ------------
        
        * You can directly contact me at liuyxpp@gmail.com.
        * You can join the mailinglist by sending an email to chebpy@librelist.com 
          and replying to the confirmation mail. 
          To unsubscribe, send a mail to chebpy-unsubscribe@librelist.com 
          and reply to the confirmation mail.
        
        Links
        -----
        
        * `Documentation <http://pypi.python.org/pypi/chebpy>`_
        * `Website <http://ngpy.org>`_
        * `Development version <http://bitbucket.org/liuyxpp/chebpy/>`_
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Education
