Public API

This page lists exported symbols of CTFlowsForwardDiff.


From CTFlowsForwardDiff

CTFlowsForwardDiff [Module]

CTFlowsForwardDiffModule
CTFlowsForwardDiff

Package extension providing ForwardDiff-specific implementations for grid invariance (IND). Activated automatically when ForwardDiff is loaded together with CTFlows.

This extension adds:

  • deepvalue(x::ForwardDiff.Dual) — Recursive extraction of primal values from nested duals
  • real_norm(u::ForwardDiff.Dual, t) — Internal norm for scalar dual numbers

These functions extend the fallback implementations in CTFlows.Common to support ForwardDiff dual numbers.