R/backend.R
get_backend.Rd
Returns the currently active computational backend.
get_backend()
Character string: "cpp", "rust", or "r"
if (FALSE) { # \dontrun{ # Check which backend is currently in use get_backend() } # }