calculateJ: Calculate the Jacobian matrix

Description Usage Arguments Value Examples

View source: R/calculateJ.R

Description

Calculate the Jacobian matrix

Usage

1
calculateJ(initialValues1_2ODEs, a, ncell, eps)

Arguments

initialValues1_2ODEs

Differential equations initial values.

a

ODEs parameters values.

ncell

The number of cell types over which the process evolves.

eps

Delta for numeric derivatives calculation

Value

Jacobian matrix.

Examples

1
calculateJ(initialValues1_2ODEs,a,ncell,eps)

dp3ll1n/SLCDP documentation built on Feb. 6, 2021, 9:17 p.m.