Skip to content

Commit

Permalink
Deploying to gh-pages from @ ff60f24 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Jan 25, 2024
1 parent c163488 commit b3ffedc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _modules/dolomite_base/read_object.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,9 @@ <h1>Source code for dolomite_base.read_object</h1><div class="highlight"><pre>
<span class="s2">&quot;atomic_vector&quot;</span><span class="p">:</span> <span class="s2">&quot;dolomite_base.read_atomic_vector&quot;</span><span class="p">,</span>
<span class="s2">&quot;string_factor&quot;</span><span class="p">:</span> <span class="s2">&quot;dolomite_base.read_string_factor&quot;</span><span class="p">,</span>
<span class="s2">&quot;simple_list&quot;</span><span class="p">:</span> <span class="s2">&quot;dolomite_base.read_simple_list&quot;</span><span class="p">,</span>
<span class="s2">&quot;data_frame&quot;</span><span class="p">:</span> <span class="s2">&quot;dolomite_base.read_data_frame&quot;</span>
<span class="s2">&quot;data_frame&quot;</span><span class="p">:</span> <span class="s2">&quot;dolomite_base.read_data_frame&quot;</span><span class="p">,</span>
<span class="s2">&quot;dense_array&quot;</span><span class="p">:</span> <span class="s2">&quot;dolomite_matrix.read_dense_array&quot;</span><span class="p">,</span>
<span class="s2">&quot;compressed_sparse_matrix&quot;</span><span class="p">:</span> <span class="s2">&quot;dolomite_matrix.read_compressed_sparse_matrix&quot;</span><span class="p">,</span>
<span class="p">}</span>


Expand Down

0 comments on commit b3ffedc

Please sign in to comment.