cutlass/docs/complex_8h_source.html

124 lines
105 KiB
HTML
Raw Normal View History

2018-09-20 05:02:08 +08:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.14"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Cutlass: complex.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" async src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Cutlass
</div>
<div id="projectbrief">CUDA Templates for Linear Algebra Subroutines and Solvers</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.14 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_1417ee5ebebc309c36b7962f26a92c39.html">cutlass</a></li><li class="navelem"><a class="el" href="dir_c5917a9a879e9a6c73eaf5237444ab84.html">util</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">complex.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="complex_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/***************************************************************************************************</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"> * Copyright (c) 2017-2018, NVIDIA CORPORATION. All rights reserved.</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> * Redistribution and use in source and binary forms, with or without modification, are permitted</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"> * provided that the following conditions are met:</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"> * * Redistributions of source code must retain the above copyright notice, this list of</span></div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> * conditions and the following disclaimer.</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> * * Redistributions in binary form must reproduce the above copyright notice, this list of</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"> * conditions and the following disclaimer in the documentation and/or other materials</span></div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> * provided with the distribution.</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> * * Neither the name of the NVIDIA CORPORATION nor the names of its contributors may be used</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> * to endorse or promote products derived from this software without specific prior written</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> * permission.</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"> *</span></div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot; AND ANY EXPRESS OR</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment"> * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL NVIDIA CORPORATION BE LIABLE</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment"> * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,</span></div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment"> * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;</span></div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="comment"> * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,</span></div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="comment"> * STRICT LIABILITY, OR TOR (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE</span></div><div class="line"><a name="l00022"></a>
<div class="ttc" id="namespacecutlass_html"><div class="ttname"><a href="namespacecutlass.html">cutlass</a></div><div class="ttdef"><b>Definition:</b> convert.h:33</div></div>
<div class="ttc" id="classcutlass_1_1platform_1_1complex_html_a835363f62c6a079496c22074ab428651"><div class="ttname"><a href="classcutlass_1_1platform_1_1complex.html#a835363f62c6a079496c22074ab428651">cutlass::platform::complex::imag</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE T &amp; imag()</div><div class="ttdoc">Accesses the imaginary part of the complex number. </div><div class="ttdef"><b>Definition:</b> complex.h:154</div></div>
<div class="ttc" id="namespacecutlass_1_1platform_html_a043e8559161ee0fcaf943a1dfe1a9cbb"><div class="ttname"><a href="namespacecutlass_1_1platform.html#a043e8559161ee0fcaf943a1dfe1a9cbb">cutlass::platform::operator==</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE bool operator==(complex&lt; T &gt; const &amp;lhs, complex&lt; T &gt; const &amp;rhs)</div><div class="ttdoc">Equality operator. </div><div class="ttdef"><b>Definition:</b> complex.h:224</div></div>
<div class="ttc" id="classcutlass_1_1platform_1_1complex_html_a57360dbcada12083ecb92fba32fae801"><div class="ttname"><a href="classcutlass_1_1platform_1_1complex.html#a57360dbcada12083ecb92fba32fae801">cutlass::platform::complex::imag</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE T const &amp; imag() const</div><div class="ttdoc">Accesses the imaginary part of the complex number. </div><div class="ttdef"><b>Definition:</b> complex.h:148</div></div>
<div class="ttc" id="namespacecutlass_1_1platform_html_a34950f01ed89108b1d79c651aa58ecba"><div class="ttname"><a href="namespacecutlass_1_1platform.html#a34950f01ed89108b1d79c651aa58ecba">cutlass::platform::operator*</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE complex&lt; T &gt; operator*(complex&lt; T &gt; const &amp;lhs, complex&lt; T &gt; const &amp;rhs)</div><div class="ttdoc">Multiplication. </div><div class="ttdef"><b>Definition:</b> complex.h:256</div></div>
<div class="ttc" id="namespacecutlass_1_1platform_html_abff9e10130849ea46f6245f4e8cc2cc9"><div class="ttname"><a href="namespacecutlass_1_1platform.html#abff9e10130849ea46f6245f4e8cc2cc9">cutlass::platform::operator-=</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE complex&lt; T &gt; &amp; operator-=(complex&lt; T &gt; &amp;lhs, complex&lt; T &gt; const &amp;rhs)</div><div class="ttdoc">Subtraction. </div><div class="ttdef"><b>Definition:</b> complex.h:319</div></div>
<div class="ttc" id="namespacecutlass_1_1platform_html_aa486433971cdd6b7648c1e5459c42763"><div class="ttname"><a href="namespacecutlass_1_1platform.html#aa486433971cdd6b7648c1e5459c42763">cutlass::platform::operator-</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE complex&lt; T &gt; operator-(complex&lt; T &gt; const &amp;lhs, complex&lt; T &gt; const &amp;rhs)</div><div class="ttdoc">Subtraction. </div><div class="ttdef"><b>Definition:</b> complex.h:248</div></div>
<div class="ttc" id="classcutlass_1_1platform_1_1complex_html_acda3e2050b2fefb1aca1fa8aa2063f8b"><div class="ttname"><a href="classcutlass_1_1platform_1_1complex.html#acda3e2050b2fefb1aca1fa8aa2063f8b">cutlass::platform::complex::real</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE T &amp; real()</div><div class="ttdoc">Accesses the real part of the complex number. </div><div class="ttdef"><b>Definition:</b> complex.h:142</div></div>
<div class="ttc" id="namespacecutlass_1_1platform_html_a25a36d44c7b9f182eb404a3251cd4f39"><div class="ttname"><a href="namespacecutlass_1_1platform.html#a25a36d44c7b9f182eb404a3251cd4f39">cutlass::platform::real</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE float const &amp; real(cuFloatComplex const &amp;z)</div><div class="ttdoc">Returns the real part of the complex number. </div><div class="ttdef"><b>Definition:</b> complex.h:44</div></div>
<div class="ttc" id="namespacecutlass_1_1platform_html_a3c5dc10135c54b3b212c9e107ba1476a"><div class="ttname"><a href="namespacecutlass_1_1platform.html#a3c5dc10135c54b3b212c9e107ba1476a">cutlass::platform::sin</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE complex&lt; T &gt; sin(complex&lt; T &gt; const &amp;z)</div><div class="ttdoc">Computes the sin of complex z. </div><div class="ttdef"><b>Definition:</b> complex.h:450</div></div>
<div class="ttc" id="classcutlass_1_1platform_1_1complex_html_a71ee9d620f72fbcd54f6e3049707eb99"><div class="ttname"><a href="classcutlass_1_1platform_1_1complex.html#a71ee9d620f72fbcd54f6e3049707eb99">cutlass::platform::complex::complex</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE complex(cuFloatComplex const &amp;z)</div><div class="ttdoc">Conversion from cuFloatComplex. </div><div class="ttdef"><b>Definition:</b> complex.h:124</div></div>
<div class="ttc" id="namespacecutlass_1_1platform_html_ae0ad2891ed2be526d97bc5665d5c0a92"><div class="ttname"><a href="namespacecutlass_1_1platform.html#ae0ad2891ed2be526d97bc5665d5c0a92">cutlass::platform::cos</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE complex&lt; T &gt; cos(complex&lt; T &gt; const &amp;z)</div><div class="ttdoc">Computes the cosine of complex z. </div><div class="ttdef"><b>Definition:</b> complex.h:442</div></div>
<div class="ttc" id="namespacecutlass_1_1platform_html_a93b0f0d73fa3cf11c5018460b257837c"><div class="ttname"><a href="namespacecutlass_1_1platform.html#a93b0f0d73fa3cf11c5018460b257837c">cutlass::platform::operator+</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE complex&lt; T &gt; operator+(complex&lt; T &gt; const &amp;lhs, complex&lt; T &gt; const &amp;rhs)</div><div class="ttdoc">Addition. </div><div class="ttdef"><b>Definition:</b> complex.h:240</div></div>
<div class="ttc" id="namespacecutlass_1_1platform_html_a6c9200b03868a5090027e5cfc8e27c62"><div class="ttname"><a href="namespacecutlass_1_1platform.html#a6c9200b03868a5090027e5cfc8e27c62">cutlass::platform::polar</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE complex&lt; T &gt; polar(T const &amp;r, T const &amp;theta=T())</div><div class="ttdoc">Returns a complex number with magnitude r and phase theta. </div><div class="ttdef"><b>Definition:</b> complex.h:400</div></div>
<div class="ttc" id="classcutlass_1_1platform_1_1complex_html_ab06cbc1eefd47df3d3748d42d6d95974"><div class="ttname"><a href="classcutlass_1_1platform_1_1complex.html#ab06cbc1eefd47df3d3748d42d6d95974">cutlass::platform::complex::real</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE T const &amp; real() const</div><div class="ttdoc">Accesses the real part of the complex number. </div><div class="ttdef"><b>Definition:</b> complex.h:136</div></div>
<div class="ttc" id="namespacecutlass_1_1platform_html_ac594526ef64ecf364ae957753ce64b40"><div class="ttname"><a href="namespacecutlass_1_1platform.html#ac594526ef64ecf364ae957753ce64b40">cutlass::platform::operator/=</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE complex&lt; T &gt; &amp; operator/=(complex&lt; T &gt; &amp;lhs, complex&lt; T &gt; const &amp;rhs)</div><div class="ttdoc">Division. </div><div class="ttdef"><b>Definition:</b> complex.h:346</div></div>
<div class="ttc" id="namespacecutlass_1_1platform_html_a81308ccea406262e143e27193cbdf747"><div class="ttname"><a href="namespacecutlass_1_1platform.html#a81308ccea406262e143e27193cbdf747">cutlass::platform::sqrt</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE complex&lt; T &gt; sqrt(complex&lt; T &gt; const &amp;z)</div><div class="ttdoc">Computes the square root of complex number z. </div><div class="ttdef"><b>Definition:</b> complex.h:432</div></div>
<div class="ttc" id="namespacecutlass_1_1platform_html_a34c5ca341da805d5d1bc703c53c96d9d"><div class="ttname"><a href="namespacecutlass_1_1platform.html#a34c5ca341da805d5d1bc703c53c96d9d">cutlass::platform::operator+=</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE complex&lt; T &gt; &amp; operator+=(complex&lt; T &gt; &amp;lhs, complex&lt; T &gt; const &amp;rhs)</div><div class="ttdoc">Addition. </div><div class="ttdef"><b>Definition:</b> complex.h:310</div></div>
<div class="ttc" id="cutlass_8h_html_a28c2443a142676d3d71effdae1a986b1"><div class="ttname"><a href="cutlass_8h.html#a28c2443a142676d3d71effdae1a986b1">CUTLASS_HOST_DEVICE</a></div><div class="ttdeci">#define CUTLASS_HOST_DEVICE</div><div class="ttdef"><b>Definition:</b> cutlass.h:46</div></div>
<div class="ttc" id="namespacecutlass_1_1platform_html_a18bc43cfdc4d066a6c10ad2002196ee6"><div class="ttname"><a href="namespacecutlass_1_1platform.html#a18bc43cfdc4d066a6c10ad2002196ee6">cutlass::platform::imag</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE float const &amp; imag(cuFloatComplex const &amp;z)</div><div class="ttdoc">Returns the imaginary part of the complex number. </div><div class="ttdef"><b>Definition:</b> complex.h:68</div></div>
<div class="ttc" id="namespacecutlass_1_1platform_html_a1a6ab5742404272f76faeaf22f3ec11b"><div class="ttname"><a href="namespacecutlass_1_1platform.html#a1a6ab5742404272f76faeaf22f3ec11b">cutlass::platform::exp</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE complex&lt; T &gt; exp(complex&lt; T &gt; const &amp;z)</div><div class="ttdoc">Computes the complex exponential of z. </div><div class="ttdef"><b>Definition:</b> complex.h:408</div></div>
<div class="ttc" id="namespacecutlass_1_1platform_html_a62dd6ae0e1b4476fd62ac70c26f12a06"><div class="ttname"><a href="namespacecutlass_1_1platform.html#a62dd6ae0e1b4476fd62ac70c26f12a06">cutlass::platform::log10</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE complex&lt; T &gt; log10(complex&lt; T &gt; const &amp;z)</div><div class="ttdoc">Computes the complex exponential of z. </div><div class="ttdef"><b>Definition:</b> complex.h:424</div></div>
<div class="ttc" id="namespacecutlass_1_1platform_html_a9d631b040eea94d9b5af04faa5c20bb1"><div class="ttname"><a href="namespacecutlass_1_1platform.html#a9d631b040eea94d9b5af04faa5c20bb1">cutlass::platform::norm</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE T norm(complex&lt; T &gt; const &amp;z)</div><div class="ttdoc">Returns the squared magnitude. </div><div class="ttdef"><b>Definition:</b> complex.h:375</div></div>
<div class="ttc" id="namespacecutlass_1_1platform_html_aa8b8911c3529ee9d433b0c4d90bde50c"><div class="ttname"><a href="namespacecutlass_1_1platform.html#aa8b8911c3529ee9d433b0c4d90bde50c">cutlass::platform::operator!=</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE bool operator!=(complex&lt; T &gt; const &amp;lhs, complex&lt; T &gt; const &amp;rhs)</div><div class="ttdoc">Inequality operator. </div><div class="ttdef"><b>Definition:</b> complex.h:232</div></div>
<div class="ttc" id="namespacecutlass_1_1platform_html_a1fbf209c41242b3f605ac220c39e8fd5"><div class="ttname"><a href="namespacecutlass_1_1platform.html#a1fbf209c41242b3f605ac220c39e8fd5">cutlass::platform::abs</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE T abs(complex&lt; T &gt; const &amp;z)</div><div class="ttdoc">Returns the magnitude of the complex number. </div><div class="ttdef"><b>Definition:</b> complex.h:359</div></div>
<div class="ttc" id="namespacecutlass_1_1platform_html_a9a4928ab582beee4e7ddd337529d45ac"><div class="ttname"><a href="namespacecutlass_1_1platform.html#a9a4928ab582beee4e7ddd337529d45ac">cutlass::platform::operator*=</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE complex&lt; T &gt; &amp; operator*=(complex&lt; T &gt; &amp;lhs, complex&lt; T &gt; const &amp;rhs)</div><div class="ttdoc">Multiplication. </div><div class="ttdef"><b>Definition:</b> complex.h:328</div></div>
<div class="ttc" id="classcutlass_1_1platform_1_1complex_html_af40324ec4d1d35a0ceda676c8de968f8"><div class="ttname"><a href="classcutlass_1_1platform_1_1complex.html#af40324ec4d1d35a0ceda676c8de968f8">cutlass::platform::complex::complex</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE complex(cuDoubleComplex const &amp;z)</div><div class="ttdoc">Conversion from cuDoubleComplex. </div><div class="ttdef"><b>Definition:</b> complex.h:130</div></div>
<div class="ttc" id="namespacecutlass_1_1platform_html_a8a1a03766dbd2c2ce10b10498f281bf0"><div class="ttname"><a href="namespacecutlass_1_1platform.html#a8a1a03766dbd2c2ce10b10498f281bf0">cutlass::platform::arg</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE T arg(complex&lt; T &gt; const &amp;z)</div><div class="ttdoc">Returns the magnitude of the complex number. </div><div class="ttdef"><b>Definition:</b> complex.h:367</div></div>
<div class="ttc" id="classcutlass_1_1platform_1_1complex_html_a2e852c886e61a39e884026d6f4c32c1e"><div class="ttname"><a href="classcutlass_1_1platform_1_1complex.html#a2e852c886e61a39e884026d6f4c32c1e">cutlass::platform::complex::complex</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE complex(T r=T(0), T i=T(0))</div><div class="ttdoc">Constructor. </div><div class="ttdef"><b>Definition:</b> complex.h:118</div></div>
<div class="ttc" id="classcutlass_1_1platform_1_1complex_html"><div class="ttname"><a href="classcutlass_1_1platform_1_1complex.html">cutlass::platform::complex</a></div><div class="ttdef"><b>Definition:</b> complex.h:93</div></div>
<div class="ttc" id="namespacecutlass_1_1platform_html_adc1afc18e182f42f72210e2203ba293c"><div class="ttname"><a href="namespacecutlass_1_1platform.html#adc1afc18e182f42f72210e2203ba293c">cutlass::platform::log</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE complex&lt; T &gt; log(complex&lt; T &gt; const &amp;z)</div><div class="ttdoc">Computes the complex exponential of z. </div><div class="ttdef"><b>Definition:</b> complex.h:416</div></div>
<div class="ttc" id="classcutlass_1_1platform_1_1complex_html_aa7c319b0c67f8ffeee3d1bb4b83ea0d6"><div class="ttname"><a href="classcutlass_1_1platform_1_1complex.html#aa7c319b0c67f8ffeee3d1bb4b83ea0d6">cutlass::platform::complex::value_type</a></div><div class="ttdeci">T value_type</div><div class="ttdoc">Type alias for scalar type. </div><div class="ttdef"><b>Definition:</b> complex.h:96</div></div>
<div class="ttc" id="cutlass_8h_html"><div class="ttname"><a href="cutlass_8h.html">cutlass.h</a></div><div class="ttdoc">Basic include for CUTLASS macros. </div></div>
<div class="ttc" id="namespacecutlass_1_1platform_html_a4fe79c19fb599cd9b85d08676a711f9f"><div class="ttname"><a href="namespacecutlass_1_1platform.html#a4fe79c19fb599cd9b85d08676a711f9f">cutlass::platform::operator/</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE complex&lt; T &gt; operator/(complex&lt; T &gt; const &amp;lhs, complex&lt; T &gt; const &amp;rhs)</div><div class="ttdoc">Division. </div><div class="ttdef"><b>Definition:</b> complex.h:281</div></div>
<div class="ttc" id="namespacecutlass_1_1platform_html_a7167baf0f7fcf52471c0413f084d98d4"><div class="ttname"><a href="namespacecutlass_1_1platform.html#a7167baf0f7fcf52471c0413f084d98d4">cutlass::platform::conj</a></div><div class="ttdeci">CUTLASS_HOST_DEVICE complex&lt; T &gt; conj(complex&lt; T &gt; const &amp;z)</div><div class="ttdoc">Returns the complex conjugate. </div><div class="ttdef"><b>Definition:</b> complex.h:383</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Sep 19 2018 13:58:50 for Cutlass by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
</body>
</html>