//! Spectral-embedding utilities.
//!
//! * [`dim_select()`] — Zhu–Ghodsi profile-likelihood dimensionality
//! selector.
//! * [`adjacency_spectral_embedding()`] — adjacency spectral embedding
//! (ALGO-EM-002).
//! * [`laplacian_spectral_embedding()`] — Laplacian spectral embedding
//! (ALGO-EM-003).
pub use ;
pub use dim_select;
pub use ;