Universal API Reference

The Standard Interface for Fractal Computation.

1. Core Principles

  • Immutability: All functions are pure.
  • Determinism: Bit-exact output mandated (IEEE 754).
  • No Exceptions: Return Null Tensors on failure.

2. The Golden Functions

tensor7_reduce

Projects high-dimensional vector into 7D manifold.

R(v)_i = sum(v_{7k+i})

cmfo_forward

The primary inference step used by the engine.

$$ S_{t+1} = \frac{S_t \otimes_7 I_t + \varphi}{1 + \varphi} $$