ariadnetor-core 0.0.1

Core traits and types for ariadnetor tensor library
Documentation

Core traits and types for ariadnetor tensor library

This crate provides backend-agnostic abstractions:

  • Scalar: Element type trait (sealed to f32, f64, Complex, Complex)
  • ComputeBackend: Pluggable backend trait
  • LabelId: Interned tensor index labels
  • EinsumExpr, ContractionPlan: Einsum parsing and analysis