deep_causality_multivector 0.5.1

Multivector and MultiField implementation for DeepCausality
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * SPDX-License-Identifier: MIT
 * Copyright (c) 2023 - 2026. The DeepCausality Authors and Contributors. All Rights Reserved.
 */

pub(crate) mod hkt_multivector;

pub(crate) mod hkt_multifield;
pub(crate) mod scalar_eval;
pub(crate) mod scalar_multivector;

// Iso extension: structural pack/unpack between CausalMultiField and
// its underlying carrier tuple. No feature flag; both
// `deep_causality_tensor` and `deep_causality_metric` are already
// multivector deps.
pub mod iso_multifield;