extension sqrt<T> : IForwardDifferentiable<sqrt<T>>
Conforms to: IForwardDifferentiable<sqrt<T >>
Conditionally conforms to: IForwardDifferentiable<sqrt<T >>, IForwardDifferentiable<sqrt<T, N >>, IForwardDifferentiable<sqrt<T, N, M >>
Generic Parameters
T: __BuiltinFloatingPointType
Methods
- fwd_diff
Conditional Conformances
Conformance to IForwardDifferentiable<sqrt<T>>
<T> additionally conforms to IForwardDifferentiable<sqrt<T>> when the following conditions are met:
- T : __BuiltinFloatingPointType
Conformance to IForwardDifferentiable<sqrt<T, N>>
<T>additionally conforms toIForwardDifferentiable<sqrt<T, N>>when the following conditions are met: - T : __BuiltinFloatingPointType
Conformance to IForwardDifferentiable<sqrt<T, N, M>>
<T>additionally conforms toIForwardDifferentiable<sqrt<T, N, M>>when the following conditions are met: - T : __BuiltinFloatingPointType