Thanks to visit codestin.com
Credit goes to docs.rs

Skip to main content

Module blanket_impls

Module blanket_impls 

Source

Structs§

ValidatedCarryDepthView
Observable view: carry-depth projection of Validated<T, Phase>. value() returns the dihedral orbit size from primitive_dihedral_signature::<T>().
ValidatedDerivationDepthView
Observable view: derivation-depth projection of Validated<T, Phase>. value() returns the reduction-step count from primitive_terminal_reduction::<T>(W8).
ValidatedFreeRankView
Observable view: free-rank projection of Validated<T, Phase>. value() returns the free-rank residual from primitive_descent_metrics::<T>(&nerve_betti).0.
ValidatedJacobianView
Observable view: per-site Jacobian projection of Validated<T, Phase>. value() returns the L1-norm of the Jacobian row computed by primitive_curvature_jacobian::<T>().
ValidatedLandauerView
Observable view: Landauer-cost projection of Validated<T, Phase>. value() returns the Landauer-cost in nats (delegates to landauer_nats(self)); the leaf trait LandauerBudget<H> is implemented with the same primitive-derived value.