// Copyright 2026 COOLJAPAN OU (Team KitaSan)
// SPDX-License-Identifier: Apache-2.0
//! Tensor algebra operations for continuum mechanics.
//!
//! Provides second-order tensors (`Tensor2`), fourth-order tensors (`Tensor4`),
//! and a Voigt notation helper for symmetric second-order tensors.
// Re-export all public items
pub use *;
pub use *;
pub use *;