Structure_Differentiation5.9.0
AnyDifferentiable
struct AnyDifferentiable
Citizens in _Differentiation
Conformances
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.
Members
init<T>(T
) Creates a type-erased derivative from the given derivative.
var base: Any
The underlying base value.
var customMirror: Mirror
func move(by: AnyDifferentiable.TangentVector
) typealias TangentVector