Get the left eigenvectors of a transition matrix, sorted by eigenvalue magnitude
Parameters: | t_matrix : sparse or dense matrix
n_eigs : int
epsilon : float, optional
dense_cutoff : int, optional
right : bool, optional
tol : float, optional
normalized : bool, optional
|
---|---|
Returns: | eigenvalues : ndarray
eigenvectors : ndarray
|
Notes