pub fn sparse_eigs<F>(
matrix: &CsrMatrix<F>,
n_eigenvalues: usize,
target: EigenvalueTarget,
tol: Option<f64>,
) -> SparseResult<SparseEigenResult<F>>Expand description
Convenience function: compute eigenvalues of a general (possibly non-symmetric) matrix.