NumPower / numpower

PHP extension for efficient scientific computing and array manipulation with GPU support
https://numpower.org
Other
185 stars 4 forks source link

Support for scalar type #15

Closed henrique-borba closed 1 year ago

henrique-borba commented 1 year ago

Support scalar types for NDArray methods

$c = nd::add($a, 2);