We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CotangentVector
1 parent 5e12ce4 commit 2df9c1bCopy full SHA for 2df9c1b
stdlib/public/core/AutoDiff.swift
@@ -162,10 +162,6 @@ public protocol Differentiable {
162
@available(*, deprecated,
163
message: "'AllDifferentiableVariables' is now equal to 'Self' and will be removed")
164
typealias AllDifferentiableVariables = Self
165
-
166
- @available(*, deprecated,
167
- message: "'CotangentVector' is now equal to 'TangentVector' and will be removed")
168
- typealias CotangentVector = TangentVector
169
}
170
171
public extension Differentiable {
0 commit comments