Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ sum() [1/7]

template<typename T >
fvar< T > stan::math::sum ( const std::vector< fvar< T > > &  m)
inline

Return the sum of the entries of the specified standard vector.

Template Parameters
Ttype of elements in the vector
Parameters
mVector.
Returns
Sum of vector entries.

Definition at line 22 of file sum.hpp.