Skip to content

Commit

Permalink
Deploying to gh-pages from @ 47bad6f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Sep 10, 2024
1 parent 781679b commit af4e14b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/counts_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> opt.<a class="code hl_variableRef" href="https://tatami-inc.github.io/tatami/structtatami_1_1Options.html#a4d2e6f2631a7e813bfbf3f215594a79b">sparse_ordered_index</a> = <span class="keyword">false</span>;</div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> <span class="keywordtype">bool</span> count_zero = condition(0);</div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> </div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> <a class="code hl_functionRef" href="https://tatami-inc.github.io/tatami/namespacetatami.html#a5a08e0387bc00e8045a0364d6e35d120">tatami::parallelize</a>([&amp;](<span class="keywordtype">int</span> t, Index_ start, Index_ len) -&gt; <span class="keywordtype">void</span> {</div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> <a class="code hl_functionRef" href="https://tatami-inc.github.io/tatami/namespacetatami.html#a5a08e0387bc00e8045a0364d6e35d120">tatami::parallelize</a>([&amp;](<span class="keywordtype">int</span> thread, Index_ start, Index_ len) -&gt; <span class="keywordtype">void</span> {</div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span> std::vector&lt;Value_&gt; xbuffer(dim);</div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> std::vector&lt;Index_&gt; ibuffer(dim);</div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span> <span class="keyword">auto</span> ext = <a class="code hl_functionRef" href="https://tatami-inc.github.io/tatami/namespacetatami.html#af05590455e558621c8ffc1b98c4fd454">tatami::consecutive_extractor&lt;true&gt;</a>(p, !row, start, len, opt);</div>
Expand All @@ -193,7 +193,7 @@
<div class="line"><a id="l00126" name="l00126"></a><span class="lineno"> 126</span> }, otherdim, num_threads);</div>
<div class="line"><a id="l00127" name="l00127"></a><span class="lineno"> 127</span> </div>
<div class="line"><a id="l00128" name="l00128"></a><span class="lineno"> 128</span> } <span class="keywordflow">else</span> {</div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> <a class="code hl_functionRef" href="https://tatami-inc.github.io/tatami/namespacetatami.html#a5a08e0387bc00e8045a0364d6e35d120">tatami::parallelize</a>([&amp;](<span class="keywordtype">int</span> t, Index_ start, Index_ len) -&gt; <span class="keywordtype">void</span> {</div>
<div class="line"><a id="l00129" name="l00129"></a><span class="lineno"> 129</span> <a class="code hl_functionRef" href="https://tatami-inc.github.io/tatami/namespacetatami.html#a5a08e0387bc00e8045a0364d6e35d120">tatami::parallelize</a>([&amp;](<span class="keywordtype">int</span> thread, Index_ start, Index_ len) -&gt; <span class="keywordtype">void</span> {</div>
<div class="line"><a id="l00130" name="l00130"></a><span class="lineno"> 130</span> std::vector&lt;Value_&gt; xbuffer(dim);</div>
<div class="line"><a id="l00131" name="l00131"></a><span class="lineno"> 131</span> <span class="keyword">auto</span> ext = <a class="code hl_functionRef" href="https://tatami-inc.github.io/tatami/namespacetatami.html#af05590455e558621c8ffc1b98c4fd454">tatami::consecutive_extractor&lt;false&gt;</a>(p, !row, start, len);</div>
<div class="line"><a id="l00132" name="l00132"></a><span class="lineno"> 132</span> <span class="keyword">auto</span> curoutput = threaded_output_ptrs[t];</div>
Expand Down
4 changes: 4 additions & 0 deletions docs/doxygen-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,8 @@ html.dark-mode iframe#MSearchResults {
#nav-tree .item {
height: var(--tree-item-height);
line-height: var(--tree-item-height);
overflow: hidden;
text-overflow: ellipsis;
}

#nav-tree .item > a:focus {
Expand All @@ -823,6 +825,8 @@ html.dark-mode iframe#MSearchResults {
background-image: none;
background-color: transparent;
position: relative;
color: var(--primary-color) !important;
font-weight: 500;
}

#nav-tree .selected::after {
Expand Down

0 comments on commit af4e14b

Please sign in to comment.