Structureswift 6.0.1_Differentiation
AnyDifferentiable
struct AnyDifferentiable
Citizens in _Differentiation
Conformances
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol CustomReflectable
A type that explicitly supplies its own mirror.
protocol Differentiable
A type that mathematically represents a differentiable manifold whose tangent spaces are finite-dimensional.
protocol Escapable
Typealiases
Type members
init<T>(T
) Creates a type-erased derivative from the given derivative.
Instance members
var base: Any
The underlying base value.
var customMirror: Mirror
func move(by: AnyDifferentiable.TangentVector
)