Download the PHP package coral-media/ext-openblas without Composer
On this page you can find all versions of the php package coral-media/ext-openblas. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download coral-media/ext-openblas
More information about coral-media/ext-openblas
Files in coral-media/ext-openblas
Download coral-media/ext-openblas
More information about coral-media/ext-openblas
Files in coral-media/ext-openblas
Please rate this library. Is it a good library?
Informations about the package ext-openblas
coral-media/ext-openblas
coral-media/ext-openblas is a PHP extension scaffold for OpenBLAS using system OpenBLAS libraries.
Status
- PIE metadata configured
- Build config wired for
--with-openblas(system OpenBLAS) on Unix and Windows - Initial function exposed:
openblas_get_config() - Minimal PHPT tests included
System Requirements
Unix/Linux
- PHP development toolchain:
phpize,php-config, C compiler,make - OpenBLAS development files available via
pkg-config - Typical Debian/Ubuntu packages:
libopenblas-devpkg-config
Windows
- Visual Studio C/C++ build tools (used by
phpize/nmakeflow) - OpenBLAS headers and import library installed (for example via
vcpkg) - Runtime
openblas.dllavailable inPATHfor tests/runtime
Install (PIE)
Build From Source
OpenBLAS Functions
Core
Extension metadata and runtime info.
openblas_get_config
Dot Products
Vector dot products in fixed and precision-dispatched variants.
openblas_dot
Euclidean Norms (L2)
Vector 2-norm functions in fixed and precision-dispatched variants.
openblas_nrm2
One Norms (L1)
Vector 1-norm (sum of absolute values) functions in fixed and precision-dispatched variants.
openblas_asum
Infinity Norm Helpers (i_amax)
Index of maximum absolute value in fixed and precision-dispatched variants.
openblas_iamax
All versions of ext-openblas with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
The package coral-media/ext-openblas contains the following files
Loading the files please wait ...