Sets the precision mode applied to new aMatrix objects that
do not specify their own precision. Use "strict" for
reproducible double-precision results and "fast" for maximum
GPU throughput with single/mixed precision.
Examples
old <- amatrix_default_precision()
amatrix_set_default_precision("strict")
amatrix_set_default_precision(old) # restore