Metadata-Version: 1.1
Name: scikits.bvp_solver
Version: 1.1
Summary: Python package for solving two-point boundary value problems
Home-page: http://packages.python.org/scikits.bvp_solver/
Author: John Salvatier
Author-email: jsalvatier@gmail.com
License: BSD
Description: 
                bvp_solver is a Python package for solving two-point boundary value problems that wraps
                a slightly modified BVP_SOLVER (see http://cs.stmarys.ca/~muir/BVP_SOLVER_Webpage.shtml).
        	Installation indstructions, a tutorial, examples and documentation can be found at 
        	http://packages.python.org/scikits.bvp_solver/. If you have questions or suggestions 
                send an e-mail to the mailing list or me.
        
                To join the mailing list send an e-mail to scikits-bvp_solver+subscribe@googlegroups.com
                
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Operating System :: OS Independent
Requires: numpy
