Metadata-Version: 1.2
Name: flexsolve
Version: 0.2.1
Summary: Flexible function solvers
Home-page: https://github.com/yoelcortes/flexsolve
Author: Yoel Cortes-Pena
Author-email: yoelcortes@gmail.com
License: MIT
Download-URL: https://github.com/yoelcortes/flexsolve.git
Description: ========================================================
        flexsolve: Flexible function solvers
        ========================================================
        .. image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
           :target: https://github.com/yoelcortes/flexsolve/blob/master/LICENSE.txt
           :alt: license
        
        
        .. contents::
        
        What is flexsolve?
        ------------------
        
        flexsolve presents a flexible set of function solvers by defining alternative
        tolerance conditions for accepting a solution. These solvers also implement
        methods like Wegstein and Aitken-Steffensen acceleration to reach solutions
        quicker.
        
        Installation
        ------------
        
        TODO
        
        Documentation
        -------------
        
        TODO
        
        Bug reports
        -----------
        
        To report bugs, please use the eqsolvers's Bug Tracker at:
        
            https://github.com/yoelcortes/flexsolve
        
        
        License information
        -------------------
        
        See ``LICENSE.txt`` for information on the terms & conditions for usage
        of this software, and a DISCLAIMER OF ALL WARRANTIES.
        
        Although not required by the eqsolvers license, if it is convenient for you,
        please cite eqsolvers if used in your work. Please also consider contributing
        any changes you make back, and benefit the community.
        
        
        Citation
        --------
        
        To cite eqsolvers in publications use:
        
            Yoel Cortes-Pena (2019). flexsolve: Flexible function solvers.
            https://github.com/yoelcortes/flexsolve
        
Keywords: solve equation function flexible
Platform: Windows
Platform: Mac
Platform: Linux
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.6
