Compute eigen-decompositions of the Jacobian matrices

compute_eigen_decomp(smap_matrices)

Arguments

smap_matrices

A list with the Jacobian matrix (of smap-coefficients) at each time point, resulting from compute_smap_matrices()

Value

A list with two elements:

values

a list of the eigenvalues (a vector) for each time point

vectors

a list of the eigenvectors (a matrix, each column is an eigenvector) for each time point