TypealiasDifferentiation
TangentVector
A type representing a differentiable value’s derivatives.
Available when
Element
conforms toDifferentiable
typealias TangentVector = Array<Element.TangentVector>.DifferentiableView
Overview
Mathematically, this is equivalent to the tangent bundle of the differentiable manifold represented by the differentiable type.