/*
* SPDX-License-Identifier: MIT
* Copyright (c) 2023 - 2026. The DeepCausality Authors and Contributors. All Rights Reserved.
*/
use crateScalarEval;
use Normed;
use Sum;
// `ScalarEval` is the multivector-side facade over `deep_causality_num::Normed`. Every scalar with
// a real modulus, every real float and `Complex<T>`, satisfies `Normed`, so this single blanket
// covers them all.