//! Local resource loading for example-data directories and direct files.
//!
//! [`ExampleData`] is the high-level entry point when you want the named sample
//! datasets used by the examples from a local directory. For one-off files, use
//! the direct MAT and PLY loaders in this module.
use Path;
use Array2;
use crate::;
use ;
pub use ;
pub use ;
/// Loads a Laplacian from a MAT file path.
///
/// # Errors
/// Returns an error when parsing fails.
/// Loads a dense signal matrix from a MAT file path.
///
/// # Errors
/// Returns an error when parsing fails.