solve_numeric: solve stable fraction numerically

View source: R/numeric.R

solve_numericR Documentation

solve stable fraction numerically

Description

Return vectors which are solution of matrix.

Usage

solve_numeric(mx, hint = NULL, tol = 1e-12, inidf = 0.01)

Arguments

mx

target matrix for solution

hint

vector which potentially close to the solution (for initial value)

tol

tolerance of error

inidf

time step

Value

numeric sequence of result vector.


hmito/hmRLib documentation built on March 13, 2024, 9:41 p.m.