Tags: phpmlkit/ndarray
Tags
chore: update GitHub Actions workflow to use matrix for OS selection (#… …10) * chore: update GitHub Actions workflow to use matrix for OS selection * chore: add ffi extension to PHP version setup in GitHub Actions workflow * chore: add ffi extension to PHP version setup in GitHub Actions workflow * fix: force bash as shell for building library on test to work on Windows * chore: update GitHub Actions workflow to use actions/checkout@v6 and ramsey/composer-install@v4
refactor(rust): simplify copy, fill, and assign operations Refactor FFI array operations to use standardized view extraction helpers instead of wrapper methods. Removes redundant macros and simplifies the wrapper module by inlining operation logic directly in FFI functions.