-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit cd0155c
Showing
530 changed files
with
55,016 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.9.1"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
<title>TAT: include/TAT/TAT.hpp File Reference</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="navtree.css" rel="stylesheet" type="text/css"/> | ||
<script type="text/javascript" src="resize.js"></script> | ||
<script type="text/javascript" src="navtreedata.js"></script> | ||
<script type="text/javascript" src="navtree.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> | ||
<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">TAT | ||
 <span id="projectnumber">0.3.12</span> | ||
</div> | ||
<div id="projectbrief">TAT is A Tensor library</div> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
<!-- end header part --> | ||
<!-- Generated by Doxygen 1.9.1 --> | ||
<script type="text/javascript"> | ||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ | ||
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html'); | ||
/* @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&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> | ||
</div><!-- top --> | ||
<div id="side-nav" class="ui-resizable side-nav-resizable"> | ||
<div id="nav-tree"> | ||
<div id="nav-tree-contents"> | ||
<div id="nav-sync" class="sync"></div> | ||
</div> | ||
</div> | ||
<div id="splitbar" style="-moz-user-select:none;" | ||
class="ui-resizable-handle"> | ||
</div> | ||
</div> | ||
<script type="text/javascript"> | ||
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ | ||
$(document).ready(function(){initNavTree('TAT_8hpp.html',''); initResizable(); }); | ||
/* @license-end */ | ||
</script> | ||
<div id="doc-content"> | ||
<!-- 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 class="header"> | ||
<div class="summary"> | ||
<a href="#define-members">Macros</a> </div> | ||
<div class="headertitle"> | ||
<div class="title">TAT.hpp File Reference</div> </div> | ||
</div><!--header--> | ||
<div class="contents"> | ||
|
||
<p>Copyright (C) 2019-2023 Hao Zhang<a href="#" onclick="location.href='mai'+'lto:'+'zh9'+'70'+'205'+'@m'+'ail'+'.u'+'stc'+'.e'+'du.'+'cn'; return false;">zh970<span style="display: none;">.nosp@m.</span>205@<span style="display: none;">.nosp@m.</span>mail.<span style="display: none;">.nosp@m.</span>ustc<span style="display: none;">.nosp@m.</span>.edu.<span style="display: none;">.nosp@m.</span>cn</a> | ||
<a href="#details">More...</a></p> | ||
<div class="textblock"><code>#include "<a class="el" href="tensor_8hpp_source.html">structure/tensor.hpp</a>"</code><br /> | ||
<code>#include "<a class="el" href="io_8hpp_source.html">miscellaneous/io.hpp</a>"</code><br /> | ||
<code>#include "<a class="el" href="mpi_8hpp_source.html">miscellaneous/mpi.hpp</a>"</code><br /> | ||
<code>#include "<a class="el" href="scalar_8hpp_source.html">miscellaneous/scalar.hpp</a>"</code><br /> | ||
<code>#include "<a class="el" href="clear__symmetry_8hpp_source.html">implement/clear_symmetry.hpp</a>"</code><br /> | ||
<code>#include "<a class="el" href="conjugate_8hpp_source.html">implement/conjugate.hpp</a>"</code><br /> | ||
<code>#include "<a class="el" href="contract_8hpp_source.html">implement/contract.hpp</a>"</code><br /> | ||
<code>#include "<a class="el" href="edge__operator_8hpp_source.html">implement/edge_operator.hpp</a>"</code><br /> | ||
<code>#include "<a class="el" href="exponential_8hpp_source.html">implement/exponential.hpp</a>"</code><br /> | ||
<code>#include "<a class="el" href="identity_8hpp_source.html">implement/identity.hpp</a>"</code><br /> | ||
<code>#include "<a class="el" href="qr_8hpp_source.html">implement/qr.hpp</a>"</code><br /> | ||
<code>#include "<a class="el" href="shrink__and__expand_8hpp_source.html">implement/shrink_and_expand.hpp</a>"</code><br /> | ||
<code>#include "<a class="el" href="split__and__merge_8hpp_source.html">implement/split_and_merge.hpp</a>"</code><br /> | ||
<code>#include "<a class="el" href="svd_8hpp_source.html">implement/svd.hpp</a>"</code><br /> | ||
<code>#include "<a class="el" href="trace_8hpp_source.html">implement/trace.hpp</a>"</code><br /> | ||
</div> | ||
<p><a href="TAT_8hpp_source.html">Go to the source code of this file.</a></p> | ||
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> | ||
<div class="textblock"><p>Copyright (C) 2019-2023 Hao Zhang<a href="#" onclick="location.href='mai'+'lto:'+'zh9'+'70'+'205'+'@m'+'ail'+'.u'+'stc'+'.e'+'du.'+'cn'; return false;">zh970<span style="display: none;">.nosp@m.</span>205@<span style="display: none;">.nosp@m.</span>mail.<span style="display: none;">.nosp@m.</span>ustc<span style="display: none;">.nosp@m.</span>.edu.<span style="display: none;">.nosp@m.</span>cn</a> </p> | ||
<p>This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.</p> | ||
<p>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p> | ||
<p>You should have received a copy of the GNU General Public License along with this program. If not, see <a href="https://www.gnu.org/licenses/">https://www.gnu.org/licenses/</a>. </p> | ||
</div></div><!-- contents --> | ||
</div><!-- doc-content --> | ||
<!-- start footer part --> | ||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> | ||
<ul> | ||
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_d1f80ff82539b6697abb4a4794b81257.html">TAT</a></li><li class="navelem"><a class="el" href="TAT_8hpp.html">TAT.hpp</a></li> | ||
<li class="footer">Generated on Fri Dec 15 2023 11:06:59 for TAT by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li> | ||
</ul> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
var TAT_8hpp = | ||
[ | ||
[ "TAT_HPP", "TAT_8hpp.html#ad08c9547feb2b6cc6adc64d1ede94a04", null ] | ||
]; |
Oops, something went wrong.