Loading [MathJax]/extensions/TeX/AMSsymbols.js
Automatic Differentiation
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

◆ make_iter_name() [2/2]

template<typename... Idxs>
auto stan::math::internal::make_iter_name ( const char *  name,
Idxs...  idxs 
)
inline

Given a name and index, generate a new name with the index attached.

This will produce strings of the form <name>[<i>].

Parameters
nameThe name of the argument.
idxsThe index.

Definition at line 33 of file make_iter_name.hpp.