{ "info": { "author": "Philip Schleihauf", "author_email": "uniphil@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Forsyth Malcolm Moler\n\nA collection of procedures for numerical computation. Originally published in\n\"Computer Methods for Mathematical Computations\" by George E. Forsythe,\nMichael A. Malcolm, and Cleve B. Moler. Prentice-Hall, 1977.\n\nCurrently only the bisection optimizer is implemented, but I hope one day to\nport all the subroutines. The bisection optimizer is actually credited to\nRichard Brent in my source (http://www.pdas.com/programs/fmm.f90)\n\nAdding to that revision history (RLC = Ralph L. Carmichael, PS = Philip\nSchleihauf):\n! DATE VERS PERSON STATEMENT OF CHANGES\n! 1977 1.0 FMM Original publication\n! 07Jul83 1.1 RLC Mods for Fortran77\n! 09Jul89 1.2 RLC Added SEVAL3, IMPLICIT NONE\n! 17Apr91 1.3 RLC Fortran 90 style loops\n! 10May92 1.4 RLC Fortran 90 coding\n! 23Aug00 1.5 RLC Made compatible with Elf90\n! 26Apr02 1.6 RLC Added NaturalSpline\n! 03May02 1.7 RLC Charged calling sequence of SVD\n! 20May02 1.8 RLC Added BrentZero - mod of ZeroIn\n! 28May02 1.9 RLC Added errCode to Decomp\n! 28Jun02 1.91 RLC Made cond OPTIONAL in Decomp\n! 21Aug02 1.95 RLC Made single and double precision versions \n! 11Oct02 1.96 RLC Compute eps each time in RKFS\n! 20Jul12 0.1 PS Port BrentZero to Python and add some tests\n\n\nThis software is Public Domain. Have fun. And if you feel like porting more of\nthe Fortran subroutines, share them back and I'll add them to the package.\n\n\n\nINSTALLING:\n\nThis package is on pypi. Just do:\n\npip install FMM", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "Public Domain", "maintainer": null, "maintainer_email": null, "name": "FMM", "package_url": "https://pypi.org/project/FMM/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/FMM/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/FMM/0.12/", "requires_dist": null, "requires_python": null, "summary": "Numerical Computations", "version": "0.12" }, "last_serial": 784228, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "092e4cff9161ee30b009519df23e0d1d", "sha256": "fa2c54fe7591037c48e8752858f51041435fb4984afc4b04d1319affe1dbe460" }, "downloads": -1, "filename": "FMM-0.1.tar.gz", "has_sig": false, "md5_digest": "092e4cff9161ee30b009519df23e0d1d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3353, "upload_time": "2012-07-20T17:18:37", "url": "https://files.pythonhosted.org/packages/bc/27/417cd09ffc11fda5e9e5b6c1052778b0832c91e65a3e0d84fea28fd6ed61/FMM-0.1.tar.gz" } ], "0.11": [ { "comment_text": "", "digests": { "md5": "eb91fc09a47d5a5d5fd4f21db468bbd0", "sha256": "90c2b5e09cf10e303ddb81462d6205d91a8decc00bfa7464d833f5d3b035822e" }, "downloads": -1, "filename": "FMM-0.11.tar.gz", "has_sig": false, "md5_digest": "eb91fc09a47d5a5d5fd4f21db468bbd0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3591, "upload_time": "2012-07-20T18:16:15", "url": "https://files.pythonhosted.org/packages/40/bb/570f19201bc07497f55c0bb7e6c436017c07f93d386f813ea2d1c10a838e/FMM-0.11.tar.gz" } ], "0.12": [ { "comment_text": "", "digests": { "md5": "c866ce2cee2ab9bca0aec5a6d0dafc83", "sha256": "c19a8c8ddd64396212edf1c561c66da80053f66c1723cf3592460875911898cd" }, "downloads": -1, "filename": "FMM-0.12.tar.gz", "has_sig": false, "md5_digest": "c866ce2cee2ab9bca0aec5a6d0dafc83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3671, "upload_time": "2012-12-14T21:04:31", "url": "https://files.pythonhosted.org/packages/19/98/aae59ad6c96909083de102f5aa1dddf9bf8464f134fe1ada543cfff3bfe9/FMM-0.12.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c866ce2cee2ab9bca0aec5a6d0dafc83", "sha256": "c19a8c8ddd64396212edf1c561c66da80053f66c1723cf3592460875911898cd" }, "downloads": -1, "filename": "FMM-0.12.tar.gz", "has_sig": false, "md5_digest": "c866ce2cee2ab9bca0aec5a6d0dafc83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3671, "upload_time": "2012-12-14T21:04:31", "url": "https://files.pythonhosted.org/packages/19/98/aae59ad6c96909083de102f5aa1dddf9bf8464f134fe1ada543cfff3bfe9/FMM-0.12.tar.gz" } ] }