vector<T,N>.add.fwd_diff
Description
Signature
static DifferentialPair<vector<T, N>> vector<T, N>.add.fwd_diff(
DifferentialPair<vector<T, N>> ,
DifferentialPair<vector<T, N>> )
where T : __BuiltinFloatingPointType;
static DifferentialPair<matrix<T, N, M>> matrix<T, N, M>.add.fwd_diff(
DifferentialPair<matrix<T, N, M>> ,
DifferentialPair<matrix<T, N, M>> )
where T : __BuiltinFloatingPointType;
static DifferentialPair<CoopVec<T, N>> CoopVec<T, N>.add.fwd_diff(
DifferentialPair<CoopVec<T, N>> ,
DifferentialPair<CoopVec<T, N>> )
where T : __BuiltinFloatingPointType;
static DifferentialPair<CoopVec<T, N>> CoopVec<T, N>.add.fwd_diff(
DifferentialPair<CoopVec<T, N>> self,
DifferentialPair<CoopVec<T, N>> other)
where T : __BuiltinArithmeticType;
Parameters