# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "amatrix.metal" in publications use:' type: software license: MIT title: 'amatrix.metal: Metal Sparse Backend for ''amatrix'' on macOS' version: 0.1.0 doi: 10.32614/CRAN.package.amatrix.metal abstract: Experimental sparse-first GPU backend for the 'amatrix' package using Apple 'Metal'. Provides a direct Objective-C++ bridge for sparse matrix times dense matrix products on macOS; on other platforms (or without the 'Metal' frameworks) it builds a mock bridge and reports itself unavailable, so installation is safe anywhere. authors: - family-names: Buchsbaum given-names: Bradley email: brad.buchsbaum@gmail.com repository: https://bbuchsbaum.r-universe.dev repository-code: https://github.com/bbuchsbaum/amatrix commit: 219f07843470aa27a4fa6389e9927f968715015f url: https://github.com/bbuchsbaum/amatrix date-released: '2026-07-10' contact: - family-names: Buchsbaum given-names: Bradley email: brad.buchsbaum@gmail.com