StructureSwift5.9.0_Differentiation
TangentVector
struct TangentVector
Citizens in _Differentiation
Conformances
protocol AdditiveArithmetic
A type with values that support addition and subtraction.
protocol Differentiable
A type that mathematically represents a differentiable manifold whose tangent spaces are finite-dimensional.
protocol Equatable
A type that can be compared for value equality.
Members
init(Wrapped
.TangentVector?) static var zero: Optional<Wrapped>.TangentVector
var value: Wrapped.TangentVector?
static func + (Optional
<Wrapped>.TangentVector, Optional<Wrapped>.TangentVector) -> Optional<Wrapped>.TangentVector static func - (Optional
<Wrapped>.TangentVector, Optional<Wrapped>.TangentVector) -> Optional<Wrapped>.TangentVector func move(by: Optional<Wrapped>.TangentVector.TangentVector
) typealias TangentVector
Features
static func != (Self, Self
) -> Bool static func + (Self
) -> Self Returns the given number unchanged.
Citizens in _Differentiation
where Wrapped:Differentiable
Conformances
protocol CustomReflectable
A type that explicitly supplies its own mirror.