@ in this text.@f$ v_n = \frac{1}{n^2} \sum_{k=1}^n
\frac{6k^2-2k}{n+3}\qquad\forall n=1,\ldots,m @f$
<a
href="http://de.wikipedia.org/wiki/Grundumsatz#Harris-Benedict-Formel">Harris-Benedict-Formel</a>@p
followed by the variable name, e.g., we refer to @p m as the last element@param[in] in_var
This is an input variable.
@param[out] out_var
This is an output variable.
@param[in,out]
inout_var This variable is input
as well as output.
@tparam C STL container
@tparam T type of container
elements@warning This function is buggy and will destroy your data.@code tic(); myfunction(...) ; double tsec = toc();
@endcode
G. Haase: Apr 17, 2024