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 | ||
Develop |
NumPHP 1.0.5
- PHP 5.4 or higher
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"
}
}
Download the latest package manually. Extract it and include the file vendor/autoload.php
in your project.
The documentation is rendered at numphp.readthedocs.org
Some examples as Symfony Commands.