neat.CompartmentTree.calcEigenvalues

CompartmentTree.calcEigenvalues(indexing='tree')[source]

Calculates the eigenvalues and eigenvectors of the passive system

Returns

  • np.ndarray (ndim = 1, dtype = complex) – the eigenvalues

  • np.ndarray (ndim = 2, dtype = complex) – the right eigenvector matrix

  • indexing (‘tree’ or ‘locs’) – Whether the indexing order of the matrix corresponds to the tree nodes (order in which they occur in the iteration) or to the locations on which the reduced model is based