Skip to content

Commit

Permalink
Deploying to gh-pages from @ 34a149b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanwm committed Jul 13, 2024
1 parent 6c310f7 commit ee50fc1
Show file tree
Hide file tree
Showing 44 changed files with 332 additions and 231 deletions.
86 changes: 44 additions & 42 deletions classTensor-members.html

Large diffs are not rendered by default.

79 changes: 77 additions & 2 deletions classTensor.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,13 @@
<tr class="memitem:a67c0ad8f189c70d4a6d5dd90a6ca1a13"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classTensor.html#a67c0ad8f189c70d4a6d5dd90a6ca1a13">eig</a> (const <a class="el" href="classTensor.html">Tensor</a> &amp;t, <a class="el" href="classTensor.html">Tensor</a> &amp;eVals, <a class="el" href="classTensor.html">Tensor</a> &amp;eVecs)</td></tr>
<tr class="memdesc:a67c0ad8f189c70d4a6d5dd90a6ca1a13"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get eigenvalues and vectors of a tensor. <a href="classTensor.html#a67c0ad8f189c70d4a6d5dd90a6ca1a13">More...</a><br /></td></tr>
<tr class="separator:a67c0ad8f189c70d4a6d5dd90a6ca1a13"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr><td colspan="2"><div class="groupHeader">Trigonometric</div></td></tr>
<tr class="memitem:a6f39833138b5394fd88090598640ce55"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classTensor.html">Tensor</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classTensor.html#a6f39833138b5394fd88090598640ce55">sin</a> (const <a class="el" href="classTensor.html">Tensor</a> &amp;t)</td></tr>
<tr class="memdesc:a6f39833138b5394fd88090598640ce55"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get element-wise sin of a tensor. <a href="classTensor.html#a6f39833138b5394fd88090598640ce55">More...</a><br /></td></tr>
<tr class="separator:a6f39833138b5394fd88090598640ce55"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aab82395a38450799135de29625569277"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classTensor.html">Tensor</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classTensor.html#aab82395a38450799135de29625569277">cos</a> (const <a class="el" href="classTensor.html">Tensor</a> &amp;t)</td></tr>
<tr class="memdesc:aab82395a38450799135de29625569277"><td class="mdescLeft">&#160;</td><td class="mdescRight">Get element-wise cosine of a tensor. <a href="classTensor.html#aab82395a38450799135de29625569277">More...</a><br /></td></tr>
<tr class="separator:aab82395a38450799135de29625569277"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="friends"></a>
Friends</h2></td></tr>
Expand Down Expand Up @@ -286,11 +293,45 @@
<p>For example </p><div class="fragment"><div class="line"><a class="code" href="classTensor.html">Tensor</a> t;</div>
<div class="line">t.<a class="code" href="classTensor.html#a6df303cfa5b246020b4cf0922e447b9c">ones</a>({3,3}).dType(NTdtypes::kFloat).<a class="code" href="classTensor.html#a54b317bee953ffa8463122635afcd369">device</a>(NTdtypes::kGPU);</div>
<div class="ttc" id="aclassTensor_html"><div class="ttname"><a href="classTensor.html">Tensor</a></div><div class="ttdoc">Basic tensor class.</div><div class="ttdef"><b>Definition:</b> tensor.hpp:15</div></div>
<div class="ttc" id="aclassTensor_html_a54b317bee953ffa8463122635afcd369"><div class="ttname"><a href="classTensor.html#a54b317bee953ffa8463122635afcd369">Tensor::device</a></div><div class="ttdeci">Tensor &amp; device(NTdtypes::deviceType device)</div><div class="ttdoc">Set the device that this tensor lives on.</div><div class="ttdef"><b>Definition:</b> torch-tensor.cpp:63</div></div>
<div class="ttc" id="aclassTensor_html_a6df303cfa5b246020b4cf0922e447b9c"><div class="ttname"><a href="classTensor.html#a6df303cfa5b246020b4cf0922e447b9c">Tensor::ones</a></div><div class="ttdeci">Tensor &amp; ones(int length, NTdtypes::scalarType type, NTdtypes::deviceType device=NTdtypes::kCPU, bool requiresGrad=true)</div><div class="ttdoc">Initialise this tensor with ones.</div><div class="ttdef"><b>Definition:</b> torch-tensor.cpp:25</div></div>
<div class="ttc" id="aclassTensor_html_a54b317bee953ffa8463122635afcd369"><div class="ttname"><a href="classTensor.html#a54b317bee953ffa8463122635afcd369">Tensor::device</a></div><div class="ttdeci">Tensor &amp; device(NTdtypes::deviceType device)</div><div class="ttdoc">Set the device that this tensor lives on.</div><div class="ttdef"><b>Definition:</b> torch-tensor.cpp:62</div></div>
<div class="ttc" id="aclassTensor_html_a6df303cfa5b246020b4cf0922e447b9c"><div class="ttname"><a href="classTensor.html#a6df303cfa5b246020b4cf0922e447b9c">Tensor::ones</a></div><div class="ttdeci">Tensor &amp; ones(int length, NTdtypes::scalarType type, NTdtypes::deviceType device=NTdtypes::kCPU, bool requiresGrad=true)</div><div class="ttdoc">Initialise this tensor with ones.</div><div class="ttdef"><b>Definition:</b> torch-tensor.cpp:24</div></div>
</div><!-- fragment --><p> will get you a 3x3 tensor of floats that lives on the GPU. This is equivalent to </p><div class="fragment"><div class="line"><a class="code" href="classTensor.html">Tensor</a> t;</div>
<div class="line">t.<a class="code" href="classTensor.html#a6df303cfa5b246020b4cf0922e447b9c">ones</a>({3,3}, NTdtypes::kFloat, NTdtypes::kGPU);</div>
</div><!-- fragment --> </div><h2 class="groupheader">Member Function Documentation</h2>
<a id="aab82395a38450799135de29625569277"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aab82395a38450799135de29625569277">&#9670;&nbsp;</a></span>cos()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classTensor.html">Tensor</a> Tensor::cos </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classTensor.html">Tensor</a> &amp;&#160;</td>
<td class="paramname"><em>t</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">

<p>Get element-wise cosine of a tensor. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">t</td><td>The tensor </td></tr>
</table>
</dd>
</dl>

</div>
</div>
<a id="a6166f6d8b00db004ffd1d5944571d10d"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a6166f6d8b00db004ffd1d5944571d10d">&#9670;&nbsp;</a></span>cumsum()</h2>

Expand Down Expand Up @@ -1050,6 +1091,40 @@ <h2 class="memtitle"><span class="permalink"><a href="#a1fe34f8072b6b29ab72777f4
<li>value The value to set it to </li>
</ul>

</div>
</div>
<a id="a6f39833138b5394fd88090598640ce55"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a6f39833138b5394fd88090598640ce55">&#9670;&nbsp;</a></span>sin()</h2>

<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classTensor.html">Tensor</a> Tensor::sin </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classTensor.html">Tensor</a> &amp;&#160;</td>
<td class="paramname"><em>t</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">

<p>Get element-wise sin of a tensor. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">t</td><td>The tensor </td></tr>
</table>
</dd>
</dl>

</div>
</div>
<a id="aed7229b22ec2cf4c064cf152b3f75707"></a>
Expand Down
14 changes: 7 additions & 7 deletions const-density-solver_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,13 @@
<div class="ttc" id="aclassConstDensityMatterSolver_html_a941ef7a2a4b5cae14bbc28fbfdd2ce3a"><div class="ttname"><a href="classConstDensityMatterSolver.html#a941ef7a2a4b5cae14bbc28fbfdd2ce3a">ConstDensityMatterSolver::setPMNS</a></div><div class="ttdeci">void setPMNS(const Tensor &amp;newPMNS)</div><div class="ttdoc">Set a new PMNS matrix for this solver.</div><div class="ttdef"><b>Definition:</b> const-density-solver.hpp:44</div></div>
<div class="ttc" id="aclassConstDensityMatterSolver_html_aa845ecff2b50e3ff0c6e73fc4de981e2"><div class="ttname"><a href="classConstDensityMatterSolver.html#aa845ecff2b50e3ff0c6e73fc4de981e2">ConstDensityMatterSolver::calculateEigenvalues</a></div><div class="ttdeci">void calculateEigenvalues(const Tensor &amp;energies, Tensor &amp;eigenvectors, Tensor &amp;eigenvalues)</div><div class="ttdoc">Set new mass eigenvalues for this solver.</div><div class="ttdef"><b>Definition:</b> const-density-solver.cpp:3</div></div>
<div class="ttc" id="aclassTensor_html"><div class="ttname"><a href="classTensor.html">Tensor</a></div><div class="ttdoc">Basic tensor class.</div><div class="ttdef"><b>Definition:</b> tensor.hpp:15</div></div>
<div class="ttc" id="aclassTensor_html_a09aececd96cf2472beba69b8645f4b8a"><div class="ttname"><a href="classTensor.html#a09aececd96cf2472beba69b8645f4b8a">Tensor::getValue</a></div><div class="ttdeci">Tensor getValue(const std::vector&lt; std::variant&lt; int, std::string &gt;&gt; &amp;indices) const</div><div class="ttdoc">Get the value at a certain entry in the tensor.</div><div class="ttdef"><b>Definition:</b> torch-tensor.cpp:74</div></div>
<div class="ttc" id="aclassTensor_html_a0a561d6274cb58972ebd98eb0d7a1de1"><div class="ttname"><a href="classTensor.html#a0a561d6274cb58972ebd98eb0d7a1de1">Tensor::scale</a></div><div class="ttdeci">static Tensor scale(const Tensor &amp;t, float s)</div><div class="ttdoc">Scale a matrix by some scalar.</div><div class="ttdef"><b>Definition:</b> torch-tensor.cpp:194</div></div>
<div class="ttc" id="aclassTensor_html_a1a0878a0e015a69b5644c930b14e371f"><div class="ttname"><a href="classTensor.html#a1a0878a0e015a69b5644c930b14e371f">Tensor::outer</a></div><div class="ttdeci">static Tensor outer(const Tensor &amp;t1, const Tensor &amp;t2)</div><div class="ttdoc">Outer product of two 1D tensors.</div><div class="ttdef"><b>Definition:</b> torch-tensor.cpp:152</div></div>
<div class="ttc" id="aclassTensor_html_a1fe34f8072b6b29ab72777f45010ae97"><div class="ttname"><a href="classTensor.html#a1fe34f8072b6b29ab72777f45010ae97">Tensor::setValue</a></div><div class="ttdeci">void setValue(const Tensor &amp;indices, const Tensor &amp;value)</div><div class="ttdoc">Set the value at a particular index of the tensor.</div><div class="ttdef"><b>Definition:</b> torch-tensor.cpp:92</div></div>
<div class="ttc" id="aclassTensor_html_a6007e789c8e4f519867fbbfa91ba8b14"><div class="ttname"><a href="classTensor.html#a6007e789c8e4f519867fbbfa91ba8b14">Tensor::zeros</a></div><div class="ttdeci">Tensor &amp; zeros(int length, NTdtypes::scalarType type, NTdtypes::deviceType device=NTdtypes::kCPU, bool requiresGrad=true)</div><div class="ttdoc">Initialise this tensor with zeros.</div><div class="ttdef"><b>Definition:</b> torch-tensor.cpp:44</div></div>
<div class="ttc" id="aclassTensor_html_aa3af94c5c579e2327a42794b3f07675a"><div class="ttname"><a href="classTensor.html#aa3af94c5c579e2327a42794b3f07675a">Tensor::conj</a></div><div class="ttdeci">Tensor conj() const</div><div class="ttdoc">Get the complex conjugate of this tensor. If the underlying tensor is not complex,...</div><div class="ttdef"><b>Definition:</b> torch-tensor.cpp:265</div></div>
<div class="ttc" id="aclassTensor_html_acda45d6bb19fe1566f2d75c97e99c7a8"><div class="ttname"><a href="classTensor.html#acda45d6bb19fe1566f2d75c97e99c7a8">Tensor::requiresGrad</a></div><div class="ttdeci">Tensor &amp; requiresGrad(bool reqGrad)</div><div class="ttdoc">Set whether the tensor requires a gradient.</div><div class="ttdef"><b>Definition:</b> torch-tensor.cpp:68</div></div>
<div class="ttc" id="aclassTensor_html_a09aececd96cf2472beba69b8645f4b8a"><div class="ttname"><a href="classTensor.html#a09aececd96cf2472beba69b8645f4b8a">Tensor::getValue</a></div><div class="ttdeci">Tensor getValue(const std::vector&lt; std::variant&lt; int, std::string &gt;&gt; &amp;indices) const</div><div class="ttdoc">Get the value at a certain entry in the tensor.</div><div class="ttdef"><b>Definition:</b> torch-tensor.cpp:73</div></div>
<div class="ttc" id="aclassTensor_html_a0a561d6274cb58972ebd98eb0d7a1de1"><div class="ttname"><a href="classTensor.html#a0a561d6274cb58972ebd98eb0d7a1de1">Tensor::scale</a></div><div class="ttdeci">static Tensor scale(const Tensor &amp;t, float s)</div><div class="ttdoc">Scale a matrix by some scalar.</div><div class="ttdef"><b>Definition:</b> torch-tensor.cpp:193</div></div>
<div class="ttc" id="aclassTensor_html_a1a0878a0e015a69b5644c930b14e371f"><div class="ttname"><a href="classTensor.html#a1a0878a0e015a69b5644c930b14e371f">Tensor::outer</a></div><div class="ttdeci">static Tensor outer(const Tensor &amp;t1, const Tensor &amp;t2)</div><div class="ttdoc">Outer product of two 1D tensors.</div><div class="ttdef"><b>Definition:</b> torch-tensor.cpp:151</div></div>
<div class="ttc" id="aclassTensor_html_a1fe34f8072b6b29ab72777f45010ae97"><div class="ttname"><a href="classTensor.html#a1fe34f8072b6b29ab72777f45010ae97">Tensor::setValue</a></div><div class="ttdeci">void setValue(const Tensor &amp;indices, const Tensor &amp;value)</div><div class="ttdoc">Set the value at a particular index of the tensor.</div><div class="ttdef"><b>Definition:</b> torch-tensor.cpp:91</div></div>
<div class="ttc" id="aclassTensor_html_a6007e789c8e4f519867fbbfa91ba8b14"><div class="ttname"><a href="classTensor.html#a6007e789c8e4f519867fbbfa91ba8b14">Tensor::zeros</a></div><div class="ttdeci">Tensor &amp; zeros(int length, NTdtypes::scalarType type, NTdtypes::deviceType device=NTdtypes::kCPU, bool requiresGrad=true)</div><div class="ttdoc">Initialise this tensor with zeros.</div><div class="ttdef"><b>Definition:</b> torch-tensor.cpp:43</div></div>
<div class="ttc" id="aclassTensor_html_aa3af94c5c579e2327a42794b3f07675a"><div class="ttname"><a href="classTensor.html#aa3af94c5c579e2327a42794b3f07675a">Tensor::conj</a></div><div class="ttdeci">Tensor conj() const</div><div class="ttdoc">Get the complex conjugate of this tensor. If the underlying tensor is not complex,...</div><div class="ttdef"><b>Definition:</b> torch-tensor.cpp:264</div></div>
<div class="ttc" id="aclassTensor_html_acda45d6bb19fe1566f2d75c97e99c7a8"><div class="ttname"><a href="classTensor.html#acda45d6bb19fe1566f2d75c97e99c7a8">Tensor::requiresGrad</a></div><div class="ttdeci">Tensor &amp; requiresGrad(bool reqGrad)</div><div class="ttdoc">Set whether the tensor requires a gradient.</div><div class="ttdef"><b>Definition:</b> torch-tensor.cpp:67</div></div>
<div class="ttc" id="anamespaceConstants_html_aaaad0ba76c30636db01f2e34dc3121d7"><div class="ttname"><a href="namespaceConstants.html#aaaad0ba76c30636db01f2e34dc3121d7">Constants::Groot2</a></div><div class="ttdeci">static constexpr float Groot2</div><div class="ttdoc">sqrt(2) G_fermi used in calculating matter hamiltonian</div><div class="ttdef"><b>Definition:</b> constants.hpp:8</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
Expand Down
6 changes: 6 additions & 0 deletions functions.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ <h3><a id="index_c"></a>- c -</h3><ul>
<li>ConstDensityMatterSolver()
: <a class="el" href="classConstDensityMatterSolver.html#a8a7d9238e40bb5d6f6984626cefb2595">ConstDensityMatterSolver</a>
</li>
<li>cos()
: <a class="el" href="classTensor.html#aab82395a38450799135de29625569277">Tensor</a>
</li>
<li>cumsum()
: <a class="el" href="classTensor.html#a6166f6d8b00db004ffd1d5944571d10d">Tensor</a>
</li>
Expand Down Expand Up @@ -236,6 +239,9 @@ <h3><a id="index_s"></a>- s -</h3><ul>
<li>setValue()
: <a class="el" href="classTensor.html#a1fe34f8072b6b29ab72777f45010ae97">Tensor</a>
</li>
<li>sin()
: <a class="el" href="classTensor.html#a6f39833138b5394fd88090598640ce55">Tensor</a>
</li>
<li>sum()
: <a class="el" href="classTensor.html#a369f0f04a516d32b5e2bb246487282f5">Tensor</a>
</li>
Expand Down
6 changes: 6 additions & 0 deletions functions_func.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ <h3><a id="index_c"></a>- c -</h3><ul>
<li>ConstDensityMatterSolver()
: <a class="el" href="classConstDensityMatterSolver.html#a8a7d9238e40bb5d6f6984626cefb2595">ConstDensityMatterSolver</a>
</li>
<li>cos()
: <a class="el" href="classTensor.html#aab82395a38450799135de29625569277">Tensor</a>
</li>
<li>cumsum()
: <a class="el" href="classTensor.html#a6166f6d8b00db004ffd1d5944571d10d">Tensor</a>
</li>
Expand Down Expand Up @@ -233,6 +236,9 @@ <h3><a id="index_s"></a>- s -</h3><ul>
<li>setValue()
: <a class="el" href="classTensor.html#a1fe34f8072b6b29ab72777f45010ae97">Tensor</a>
</li>
<li>sin()
: <a class="el" href="classTensor.html#a6f39833138b5394fd88090598640ce55">Tensor</a>
</li>
<li>sum()
: <a class="el" href="classTensor.html#a369f0f04a516d32b5e2bb246487282f5">Tensor</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion propagator_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<div class="ttc" id="aclassPropagator_html_a80e17853b6ca83a5efca374cf81ccd36"><div class="ttname"><a href="classPropagator.html#a80e17853b6ca83a5efca374cf81ccd36">Propagator::setPMNS</a></div><div class="ttdeci">void setPMNS(const std::vector&lt; int &gt; &amp;indices, std::complex&lt; float &gt; value)</div><div class="ttdoc">Set a single element of the PMNS matrix.</div><div class="ttdef"><b>Definition:</b> propagator.hpp:76</div></div>
<div class="ttc" id="aclassPropagator_html_af935ff4cd179591258d1ce28a95e521e"><div class="ttname"><a href="classPropagator.html#af935ff4cd179591258d1ce28a95e521e">Propagator::Propagator</a></div><div class="ttdeci">Propagator(int nGenerations, float baseline)</div><div class="ttdoc">Constructor.</div><div class="ttdef"><b>Definition:</b> propagator.hpp:27</div></div>
<div class="ttc" id="aclassTensor_html"><div class="ttname"><a href="classTensor.html">Tensor</a></div><div class="ttdoc">Basic tensor class.</div><div class="ttdef"><b>Definition:</b> tensor.hpp:15</div></div>
<div class="ttc" id="aclassTensor_html_a1fe34f8072b6b29ab72777f45010ae97"><div class="ttname"><a href="classTensor.html#a1fe34f8072b6b29ab72777f45010ae97">Tensor::setValue</a></div><div class="ttdeci">void setValue(const Tensor &amp;indices, const Tensor &amp;value)</div><div class="ttdoc">Set the value at a particular index of the tensor.</div><div class="ttdef"><b>Definition:</b> torch-tensor.cpp:92</div></div>
<div class="ttc" id="aclassTensor_html_a1fe34f8072b6b29ab72777f45010ae97"><div class="ttname"><a href="classTensor.html#a1fe34f8072b6b29ab72777f45010ae97">Tensor::setValue</a></div><div class="ttdeci">void setValue(const Tensor &amp;indices, const Tensor &amp;value)</div><div class="ttdoc">Set the value at a particular index of the tensor.</div><div class="ttdef"><b>Definition:</b> torch-tensor.cpp:91</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Expand Down
3 changes: 2 additions & 1 deletion search/all_2.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ var searchData=
['conj_7',['conj',['../classTensor.html#aa3af94c5c579e2327a42794b3f07675a',1,'Tensor']]],
['constants_8',['Constants',['../namespaceConstants.html',1,'']]],
['constdensitymattersolver_9',['ConstDensityMatterSolver',['../classConstDensityMatterSolver.html',1,'ConstDensityMatterSolver'],['../classConstDensityMatterSolver.html#a8a7d9238e40bb5d6f6984626cefb2595',1,'ConstDensityMatterSolver::ConstDensityMatterSolver()']]],
['cumsum_10',['cumsum',['../classTensor.html#a6166f6d8b00db004ffd1d5944571d10d',1,'Tensor']]]
['cos_10',['cos',['../classTensor.html#aab82395a38450799135de29625569277',1,'Tensor']]],
['cumsum_11',['cumsum',['../classTensor.html#a6166f6d8b00db004ffd1d5944571d10d',1,'Tensor']]]
];
6 changes: 3 additions & 3 deletions search/all_3.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var searchData=
[
['device_11',['device',['../classTensor.html#a54b317bee953ffa8463122635afcd369',1,'Tensor']]],
['div_12',['div',['../classTensor.html#a5d26352659ff0e6cb548f14d6f1b65fe',1,'Tensor']]],
['div_5f_13',['div_',['../classTensor.html#ae469bc2f2418929f7af7fba6afed2566',1,'Tensor']]]
['device_12',['device',['../classTensor.html#a54b317bee953ffa8463122635afcd369',1,'Tensor']]],
['div_13',['div',['../classTensor.html#a5d26352659ff0e6cb548f14d6f1b65fe',1,'Tensor']]],
['div_5f_14',['div_',['../classTensor.html#ae469bc2f2418929f7af7fba6afed2566',1,'Tensor']]]
];
Loading

0 comments on commit ee50fc1

Please sign in to comment.