/*
* SPDX-License-Identifier: MIT
* Copyright (c) 2023 - 2026. The DeepCausality Authors and Contributors. All Rights Reserved.
*/
use RealField;
use Sum;
// This trait abstracts the differences between Real (f64) and Complex (Complex<f64>)
// specifically for norm calculations.