Skip to content

Commit

Permalink
copy to deployment via travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kuriwaki committed Jul 31, 2019
1 parent 1e10867 commit 3933bb9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file modified prefresher.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions prefresher.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8458,7 +8458,7 @@ \section{Speed considerations}\label{speed-considerations}

\begin{verbatim}
## user system elapsed
## 0.353 0.008 0.360
## 0.302 0.024 0.326
\end{verbatim}

\begin{Shaded}
Expand All @@ -8469,7 +8469,7 @@ \section{Speed considerations}\label{speed-considerations}

\begin{verbatim}
## user system elapsed
## 3.673 0.015 3.687
## 3.358 0.016 3.374
\end{verbatim}

\section{\texorpdfstring{Handling matricies in
Expand Down
4 changes: 2 additions & 2 deletions rmatrices.html
Original file line number Diff line number Diff line change
Expand Up @@ -904,10 +904,10 @@ <h2><span class="header-section-number">8.5</span> Speed considerations</h2>

<span class="kw">system.time</span>(<span class="kw">replicate</span>(<span class="dv">50000</span>, <span class="kw">colMeans</span>(Xmat)))</code></pre></div>
<pre><code>## user system elapsed
## 0.355 0.015 0.370</code></pre>
## 0.317 0.016 0.333</code></pre>
<div class="sourceCode"><pre class="sourceCode r"><code class="sourceCode r"><span class="kw">system.time</span>(<span class="kw">replicate</span>(<span class="dv">50000</span>, <span class="kw">colMeans</span>(Xdf)))</code></pre></div>
<pre><code>## user system elapsed
## 3.568 0.012 3.578</code></pre>
## 3.294 0.012 3.308</code></pre>
</div>
<div id="handling-matricies-in-r" class="section level2">
<h2><span class="header-section-number">8.6</span> Handling matricies in <code>R</code></h2>
Expand Down
2 changes: 1 addition & 1 deletion search_index.json

Large diffs are not rendered by default.

0 comments on commit 3933bb9

Please sign in to comment.