extension vector<T,N>.toFloat : IForwardDifferentiable<vector<T,N>.toFloat>
Conforms to: IForwardDifferentiable<vector<T, N>.toFloat>
Conditionally conforms to: IForwardDifferentiable<vector<T, N>.toFloat>, IBackwardDifferentiable<vector<T, N>.toFloat>, IBackwardDifferentiable<matrix<T, N, M>.toFloat>, IForwardDifferentiable<matrix<T, N, M>.toFloat>
Generic Parameters
T: __BuiltinFloatingPointType
N : int
Methods
Conditional Conformances
Conformance to IForwardDifferentiable<vector<T,N>.toFloat>
<T, int N> additionally conforms to IForwardDifferentiable<vector<T,N>.toFloat>.
Conformance to IBackwardDifferentiable<vector<T,N>.toFloat>
<T, int N> additionally conforms to IBackwardDifferentiable<vector<T,N>.toFloat>.
Conformance to IBackwardDifferentiable<matrix<T,N,M>.toFloat>
<T, int N> additionally conforms to IBackwardDifferentiable<matrix<T,N,M>.toFloat>.
Conformance to IForwardDifferentiable<matrix<T,N,M>.toFloat>
<T, int N> additionally conforms to IForwardDifferentiable<matrix<T,N,M>.toFloat>.