//! Linear algebra algorithm trait definitions
//!
//! These traits define the contract that all backends must implement
//! to ensure numerical parity across CPU, CUDA, WebGPU, and other backends.
pub use LinearAlgebraAlgorithms;
pub use MatrixFunctionsAlgorithms;
pub use TensorDecomposeAlgorithms;