Skip to content

Commit

Permalink
Docs: run Doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineStawitz-NOAA committed Nov 2, 2023
1 parent b61e9ca commit fa355e2
Show file tree
Hide file tree
Showing 14 changed files with 1,758 additions and 1,705 deletions.
128 changes: 67 additions & 61 deletions docs/def_8hpp_source.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/double__logistic_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,16 @@
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160; </div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="keyword">template</span> &lt;<span class="keyword">typename</span> Type&gt;</div>
<div class="line"><a name="l00021"></a><span class="lineno"><a class="line" href="structfims__popdy_1_1DoubleLogisticSelectivity.html"> 21</a></span>&#160;<span class="keyword">struct </span><a class="code" href="structfims__popdy_1_1DoubleLogisticSelectivity.html">DoubleLogisticSelectivity</a> : <span class="keyword">public</span> <a class="code" href="structfims__popdy_1_1SelectivityBase.html">SelectivityBase</a>&lt;Type&gt; {</div>
<div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="structfims__popdy_1_1DoubleLogisticSelectivity.html#a3a93896a3d3e0e3c636b31b0633d0235"> 22</a></span>&#160; Type <a class="code" href="structfims__popdy_1_1DoubleLogisticSelectivity.html#a3a93896a3d3e0e3c636b31b0633d0235">inflection_point_asc</a>; </div>
<div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="structfims__popdy_1_1DoubleLogisticSelectivity.html#a77cfd79f03c72b3a50d32f78a38be732"> 25</a></span>&#160; Type <a class="code" href="structfims__popdy_1_1DoubleLogisticSelectivity.html#a77cfd79f03c72b3a50d32f78a38be732">slope_asc</a>; </div>
<div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="structfims__popdy_1_1DoubleLogisticSelectivity.html#a3a93896a3d3e0e3c636b31b0633d0235"> 22</a></span>&#160; Type <a class="code" href="structfims__popdy_1_1DoubleLogisticSelectivity.html#a3a93896a3d3e0e3c636b31b0633d0235">inflection_point_asc</a>; </div>
<div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="structfims__popdy_1_1DoubleLogisticSelectivity.html#a77cfd79f03c72b3a50d32f78a38be732"> 25</a></span>&#160; Type <a class="code" href="structfims__popdy_1_1DoubleLogisticSelectivity.html#a77cfd79f03c72b3a50d32f78a38be732">slope_asc</a>; </div>
<div class="line"><a name="l00028"></a><span class="lineno"><a class="line" href="structfims__popdy_1_1DoubleLogisticSelectivity.html#a597fe7673e4fed7809371070e8694bc5"> 28</a></span>&#160; Type <a class="code" href="structfims__popdy_1_1DoubleLogisticSelectivity.html#a597fe7673e4fed7809371070e8694bc5">inflection_point_desc</a>; </div>
<div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="structfims__popdy_1_1DoubleLogisticSelectivity.html#aa329450525891317d94b1105851b5d83"> 31</a></span>&#160; Type <a class="code" href="structfims__popdy_1_1DoubleLogisticSelectivity.html#aa329450525891317d94b1105851b5d83">slope_desc</a>; </div>
<div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="structfims__popdy_1_1DoubleLogisticSelectivity.html#aa329450525891317d94b1105851b5d83"> 31</a></span>&#160; Type <a class="code" href="structfims__popdy_1_1DoubleLogisticSelectivity.html#aa329450525891317d94b1105851b5d83">slope_desc</a>; </div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; <a class="code" href="structfims__popdy_1_1DoubleLogisticSelectivity.html">DoubleLogisticSelectivity</a>() : <a class="code" href="structfims__popdy_1_1SelectivityBase.html">SelectivityBase</a>&lt;Type&gt;() {}</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160; </div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; <span class="keyword">virtual</span> ~<a class="code" href="structfims__popdy_1_1DoubleLogisticSelectivity.html">DoubleLogisticSelectivity</a>() {}</div>
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="structfims__popdy_1_1DoubleLogisticSelectivity.html#aede0b00bd179b32cce3c4f4a72eb8906"> 49</a></span>&#160; <span class="keyword">virtual</span> <span class="keyword">const</span> Type <a class="code" href="structfims__popdy_1_1DoubleLogisticSelectivity.html#aede0b00bd179b32cce3c4f4a72eb8906">evaluate</a>(<span class="keyword">const</span> Type &amp;x) {</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; <span class="keywordflow">return</span> fims_math::double_logistic&lt;Type&gt;(<a class="code" href="structfims__popdy_1_1DoubleLogisticSelectivity.html#a3a93896a3d3e0e3c636b31b0633d0235">inflection_point_asc</a>, <a class="code" href="structfims__popdy_1_1DoubleLogisticSelectivity.html#a77cfd79f03c72b3a50d32f78a38be732">slope_asc</a>, <a class="code" href="structfims__popdy_1_1DoubleLogisticSelectivity.html#a597fe7673e4fed7809371070e8694bc5">inflection_point_desc</a>,</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; <a class="code" href="structfims__popdy_1_1DoubleLogisticSelectivity.html#aa329450525891317d94b1105851b5d83">slope_desc</a>, x);</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; <span class="keywordflow">return</span> fims_math::double_logistic&lt;Type&gt;(</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; <a class="code" href="structfims__popdy_1_1DoubleLogisticSelectivity.html#a3a93896a3d3e0e3c636b31b0633d0235">inflection_point_asc</a>, <a class="code" href="structfims__popdy_1_1DoubleLogisticSelectivity.html#a77cfd79f03c72b3a50d32f78a38be732">slope_asc</a>, <a class="code" href="structfims__popdy_1_1DoubleLogisticSelectivity.html#a597fe7673e4fed7809371070e8694bc5">inflection_point_desc</a>, <a class="code" href="structfims__popdy_1_1DoubleLogisticSelectivity.html#aa329450525891317d94b1105851b5d83">slope_desc</a>, x);</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160; }</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;};</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; </div>
Expand Down
Loading

0 comments on commit fa355e2

Please sign in to comment.