Package: amatrix.arrayfire Type: Package Title: ArrayFire Backend Scaffold for amatrix Version: 0.0.0.9000 Authors@R: person("Ben", "Buchsbaum", email = "bbuchsbaum@example.com", role = c("aut", "cre")) Description: ArrayFire backend package for amatrix. Registers a backend contract implementation and uses the ArrayFire C API for dense matmul when ArrayFire is available at build time. License: MIT + file LICENSE Encoding: UTF-8 Depends: R (>= 4.3) Imports: amatrix, methods, jsonlite Suggests: testthat (>= 3.0.0) SystemRequirements: ArrayFire (>= 3.8; optional, see ARRAYFIRE_PREFIX) NeedsCompilation: yes Config/testthat/edition: 3 Repository: https://bbuchsbaum.r-universe.dev Date/Publication: 2026-07-02 13:18:49 UTC RemoteUrl: https://github.com/bbuchsbaum/amatrix RemoteRef: HEAD RemoteSha: aa1a39a22def2841186cc195dd1b4c7e0d5ff8e2 RemoteSubdir: backends/amatrix.arrayfire Packaged: 2026-07-02 15:14:09 UTC; root Author: Ben Buchsbaum [aut, cre] Maintainer: Ben Buchsbaum