Skip to content

Commit

Permalink
Deploying to gh-pages from @ c9e57f7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Oct 5, 2024
1 parent 7a985a5 commit f5c618d
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 153 deletions.
2 changes: 1 addition & 1 deletion docs/doxygen-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -1753,7 +1753,7 @@ table.fieldtable th {
color: var(--tablehead-foreground);
}

table.fieldtable td.fieldtype, .fieldtable td.fieldname, .fieldtable td.fielddoc, .fieldtable th {
table.fieldtable td.fieldtype, .fieldtable td.fieldname, .fieldtable td.fieldinit, .fieldtable td.fielddoc, .fieldtable th {
border-bottom: 1px solid var(--separator-color);
border-right: 1px solid var(--separator-color);
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1>Quick start</h1>
<div class="line">vopt.<a class="code hl_variable" href="structtatami__stats_1_1variances_1_1Options.html#a067e87951e90ca4510b110c13efe56cb">num_threads</a> = 5;</div>
<div class="line"><span class="keyword">auto</span> col_mean_and_var = <a class="code hl_function" href="namespacetatami__stats_1_1variances.html#ac9ec52e261ebef9d024fa88d9318bb26">tatami_stats::variances::by_column</a>(mat.get(), vopt);</div>
<div class="ttc" id="aclasstatami_1_1DenseRowMatrix_html"><div class="ttname"><a href="https://tatami-inc.github.io/tatami/classtatami_1_1DenseRowMatrix.html">tatami::DenseRowMatrix</a></div></div>
<div class="ttc" id="anamespacetatami__stats_1_1medians_html_aec4803eb6b9ba02620a0dd349ea06119"><div class="ttname"><a href="namespacetatami__stats_1_1medians.html#aec4803eb6b9ba02620a0dd349ea06119">tatami_stats::medians::by_row</a></div><div class="ttdeci">std::vector&lt; Output_ &gt; by_row(const tatami::Matrix&lt; Value_, Index_ &gt; *p, const Options &amp;mopt)</div><div class="ttdef"><b>Definition</b> medians.hpp:310</div></div>
<div class="ttc" id="anamespacetatami__stats_1_1medians_html_aec4803eb6b9ba02620a0dd349ea06119"><div class="ttname"><a href="namespacetatami__stats_1_1medians.html#aec4803eb6b9ba02620a0dd349ea06119">tatami_stats::medians::by_row</a></div><div class="ttdeci">std::vector&lt; Output_ &gt; by_row(const tatami::Matrix&lt; Value_, Index_ &gt; *p, const Options &amp;mopt)</div><div class="ttdef"><b>Definition</b> medians.hpp:315</div></div>
<div class="ttc" id="anamespacetatami__stats_1_1variances_html_ac9ec52e261ebef9d024fa88d9318bb26"><div class="ttname"><a href="namespacetatami__stats_1_1variances.html#ac9ec52e261ebef9d024fa88d9318bb26">tatami_stats::variances::by_column</a></div><div class="ttdeci">std::vector&lt; Output_ &gt; by_column(const tatami::Matrix&lt; Value_, Index_ &gt; *p, const Options &amp;vopt)</div><div class="ttdef"><b>Definition</b> variances.hpp:480</div></div>
<div class="ttc" id="astructtatami__stats_1_1variances_1_1Options_html"><div class="ttname"><a href="structtatami__stats_1_1variances_1_1Options.html">tatami_stats::variances::Options</a></div><div class="ttdoc">Variance calculation options.</div><div class="ttdef"><b>Definition</b> variances.hpp:30</div></div>
<div class="ttc" id="astructtatami__stats_1_1variances_1_1Options_html_a067e87951e90ca4510b110c13efe56cb"><div class="ttname"><a href="structtatami__stats_1_1variances_1_1Options.html#a067e87951e90ca4510b110c13efe56cb">tatami_stats::variances::Options::num_threads</a></div><div class="ttdeci">int num_threads</div><div class="ttdef"><b>Definition</b> variances.hpp:41</div></div>
Expand Down
Loading

0 comments on commit f5c618d

Please sign in to comment.