8000 GitHub - fsann/NumPHP: Mathematical PHP library for scientific computing
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fsann/NumPHP

 
 

Repository files navigation

NumPHP

NumPHP is a mathematical PHP library for scientific computing. The main object is the NumArray, it can represent a scalar, a vector or a matrix. Advanced matrix arithmetic for PHP. More information under numphp.org

Branch Build Status Coverage
Master Build Status Coverage Status
Develop Build Status Coverage Status

Release Information

NumPHP 1.0.5

Requirements

  • PHP 5.4 or higher

Installation

Composer

Simply add a dependency on numphp/numphp to your project's composer.json file if you use Composer to manage the dependencies of your project.

{
    "require": {
        "numphp/numphp": "dev-master"
    }
}

Manual

Download the latest package manually. Extract it and include the file vendor/autoload.php in your project.

Documentation

The documentation is rendered at numphp.readthedocs.org

Examples

Some examples as Symfony Commands.

About

Mathematical PHP library for scientific computing

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%
0