Skip to contents

Returns the dispatch policy used when an aMatrix object does not specify its own policy. The policy controls which backend is preferred for operations on new matrices.

Usage

amatrix_default_policy()

Value

Character string, one of "auto", "cpu", "mlx", "metal", "arrayfire", or "opencl".

Examples

amatrix_default_policy()
#> [1] "auto"