get_cnst {r2sundials}R Documentation

Get Predefined Constant

Description

This function returns numerical value of predefined named constants. Constants defined for this package are:

All these constants are exported from the package and available for use in callback functions written in R.

Usage

get_cnst(s)

Arguments

s

character scalar, name of the constant whose value is to get.

Value

integer scalar, the value of the constant named by s

Examples

get_cnst("CV_SUCCESS")
# [1] 0

[Package r2sundials version 6.5.0-4 Index]