//! Contains methods for solving eigenvalues, including general and
//! symmetric/Hermitian eigenvalue problems.
//!
//! The eigenvalue problem is to find solution $\left(x, \lambda\right)$ to the problem:
//!
//! $$A \cdot x = \lambda \cdot x$$
//!
//! for a square matrix \\(A\\).
pub use ;
pub use ;
pub use ;