buildEigenArray_SEIR: Update eigen values, vectors, and inverse matrices...

Description Usage Arguments Value

View source: R/RcppExports.R

Description

Update eigen values, vectors, and inverse matrices analytically for the SEIR model

Usage

1
2
buildEigenArray_SEIR(real_eigenvals, imag_eigenvals, eigenvecs,
  inversevecs, irm_array, n_real_eigs, initial_calc)

Arguments

eigenvecs

array of eigenvectors with third dimension corresponding to irms

inversevecs

array of inverses of matrices of eigenvectors

irm_array

array of rate matrices

eigenvals

matrix of eigenvalues with columns corresponding to irms

complex_eigs

logical vector indicating whether any eigen values are complex

first_calc

boolean indicating whether this is the first time that the eigen decomposition is being computed

Value

Updated eigenvalues, eigenvectors, and inverse matrices


fintzij/BDAepimodel documentation built on Sept. 20, 2020, 1:44 p.m.