dae (version 3.0-32)

get.daeTolerance: Gets the value of daeTolerance for the package dae

Description

A function that gets the vector of values such that, in dae functions, values less than it are considered to be zero.

Usage

get.daeTolerance()

Arguments

Value

The vector of two values for daeTolerance, one named element.tol that is used for elements of matrices and a second named element.eigen that is used for eigenvalues and quantities based on them, such as efficiency factors.

See Also

set.daeTolerance.

Examples

Run this code
# NOT RUN {
## get daeTolerance.
get.daeTolerance()
# }

Run the code above in your browser using DataCamp Workspace