Skip to content

uwepries/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

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%