NumPHP
NumPHP copied to clipboard
Mathematical PHP library for scientific computing
I am using the library for matrix multiplication and system of linear equations. I am using php 7.1 with Debian. I have read the docs before but I couldn't find...
Hi, My name is Henrique Borba and I'm a braziian PHP developer. I am currently working in a PHP array library for scientific computing. Your library can use the computational...
In an email with @GordonLesti , the topic of efficient internal representation of matrices was discussed. There were concerns about the current approach of using nested arrays. The other alternative...