Skip to content

Commit

Permalink
add doc for mapped tensor functions
Browse files Browse the repository at this point in the history
  • Loading branch information
raggledodo committed Jan 4, 2019
1 parent 0eb9733 commit f9bb3e2
Show file tree
Hide file tree
Showing 86 changed files with 344 additions and 347 deletions.
2 changes: 1 addition & 1 deletion ade/ifunctor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/// Define functor nodes of an equation graph
///

#include "ade/cmap.hpp"
#include "ade/mtens.hpp"

#ifndef ADE_IFUNCTOR_HPP
#define ADE_IFUNCTOR_HPP
Expand Down
19 changes: 15 additions & 4 deletions ade/cmap.hpp → ade/mtens.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include "ade/itensor.hpp"
#include "ade/coord.hpp"

#ifndef ADE_CMAP_HPP
#define ADE_CMAP_HPP
#ifndef ADE_MTENS_HPP
#define ADE_MTENS_HPP

namespace ade
{
Expand Down Expand Up @@ -62,22 +62,26 @@ struct MappedTensor final
return Shape(slist);
}

/// Return tensor being mapped
TensptrT get_tensor (void) const
{
return tensor_;
}

/// Return shaper coord map
CoordptrT get_shaper (void) const
{
return shaper_;
}

/// Return map_io_ flag
/// Return map_io_ flag, True if coorder accepts input coord
/// and generated output, False otherwise
bool map_io (void) const
{
return map_io_;
}

/// Return coord map for coordinates
CoordptrT get_coorder (void) const
{
return coorder_;
Expand All @@ -98,18 +102,25 @@ struct MappedTensor final
CoordptrT coorder_;
};

/// Return MappedTensor that identity maps input tensor
MappedTensor identity_map (TensptrT tensor);

/// Return MappedTensor that reduces input tensor according to
/// rank and reduction vector
MappedTensor reduce_map (TensptrT tensor,
uint8_t rank, std::vector<DimT> red);

/// Return MappedTensor that extends input tensor by
/// rank and extension vector
MappedTensor extend_map (TensptrT tensor,
uint8_t rank, std::vector<DimT> ext);

/// Return MappedTensor that permutes input tensor by order
MappedTensor permute_map (TensptrT tensor, std::vector<uint8_t> order);

/// Return MappedTensor that flips input tensor along dimension
MappedTensor flip_map (TensptrT tensor, uint8_t dim);

}

#endif // ADE_CMAP_HPP
#endif // ADE_MTENS_HPP
4 changes: 2 additions & 2 deletions ade/src/cmap.cpp → ade/src/mtens.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "ade/cmap.hpp"
#include "ade/mtens.hpp"

#ifdef ADE_CMAP_HPP
#ifdef ADE_MTENS_HPP

namespace ade
{
Expand Down
2 changes: 1 addition & 1 deletion ade/test/test_tensor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#include "common.hpp"

#include "ade/cmap.hpp"
#include "ade/mtens.hpp"


struct TENSOR : public ::testing::Test
Expand Down
8 changes: 4 additions & 4 deletions docs/ade_8hpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@
<div class="dyncontent">
<div class="center"><img src="ade_8hpp__incl.png" border="0" usemap="#ade_2ade_8hpp" alt=""/></div>
<map name="ade_2ade_8hpp" id="ade_2ade_8hpp">
<area shape="rect" id="node2" href="functor_8hpp.html" title="ade/functor.hpp" alt="" coords="112,79,225,104"/>
<area shape="rect" id="node2" href="functor_8hpp.html" title="ade/functor.hpp" alt="" coords="110,79,223,104"/>
<area shape="rect" id="node17" href="ileaf_8hpp.html" title="ade/ileaf.hpp" alt="" coords="229,225,326,251"/>
<area shape="rect" id="node18" href="traveler_8hpp.html" title="ade/traveler.hpp" alt="" coords="300,79,417,104"/>
<area shape="rect" id="node3" href="ifunctor_8hpp.html" title="ade/ifunctor.hpp" alt="" coords="109,152,225,177"/>
<area shape="rect" id="node4" href="cmap_8hpp.html" title="ade/cmap.hpp" alt="" coords="99,225,205,251"/>
<area shape="rect" id="node18" href="traveler_8hpp.html" title="ade/traveler.hpp" alt="" coords="299,79,416,104"/>
<area shape="rect" id="node3" href="ifunctor_8hpp.html" title="ade/ifunctor.hpp" alt="" coords="107,152,224,177"/>
<area shape="rect" id="node4" href="mtens_8hpp.html" title="ade/mtens.hpp" alt="" coords="95,225,204,251"/>
<area shape="rect" id="node5" href="itensor_8hpp.html" title="ade/itensor.hpp" alt="" coords="221,299,334,324"/>
<area shape="rect" id="node12" href="coord_8hpp.html" title="ade/coord.hpp" alt="" coords="91,299,197,324"/>
<area shape="rect" id="node6" href="shape_8hpp.html" title="ade/shape.hpp" alt="" coords="200,445,310,471"/>
Expand Down
8 changes: 4 additions & 4 deletions docs/ade_8hpp__incl.map
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<map id="ade/ade.hpp" name="ade/ade.hpp">
<area shape="rect" id="node2" href="$functor_8hpp.html" title="ade/functor.hpp" alt="" coords="112,79,225,104"/>
<area shape="rect" id="node2" href="$functor_8hpp.html" title="ade/functor.hpp" alt="" coords="110,79,223,104"/>
<area shape="rect" id="node17" href="$ileaf_8hpp.html" title="ade/ileaf.hpp" alt="" coords="229,225,326,251"/>
<area shape="rect" id="node18" href="$traveler_8hpp.html" title="ade/traveler.hpp" alt="" coords="300,79,417,104"/>
<area shape="rect" id="node3" href="$ifunctor_8hpp.html" title="ade/ifunctor.hpp" alt="" coords="109,152,225,177"/>
<area shape="rect" id="node4" href="$cmap_8hpp.html" title="ade/cmap.hpp" alt="" coords="99,225,205,251"/>
<area shape="rect" id="node18" href="$traveler_8hpp.html" title="ade/traveler.hpp" alt="" coords="299,79,416,104"/>
<area shape="rect" id="node3" href="$ifunctor_8hpp.html" title="ade/ifunctor.hpp" alt="" coords="107,152,224,177"/>
<area shape="rect" id="node4" href="$mtens_8hpp.html" title="ade/mtens.hpp" alt="" coords="95,225,204,251"/>
<area shape="rect" id="node5" href="$itensor_8hpp.html" title="ade/itensor.hpp" alt="" coords="221,299,334,324"/>
<area shape="rect" id="node12" href="$coord_8hpp.html" title="ade/coord.hpp" alt="" coords="91,299,197,324"/>
<area shape="rect" id="node6" href="$shape_8hpp.html" title="ade/shape.hpp" alt="" coords="200,445,310,471"/>
Expand Down
2 changes: 1 addition & 1 deletion docs/ade_8hpp__incl.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d7b576c2c3f00d17d5225b5bf914f019
2f70073a3f4df4341f69b62ac125551c
Binary file modified docs/ade_8hpp__incl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion docs/cmap_8cpp__incl.md5

This file was deleted.

Binary file removed docs/cmap_8cpp__incl.png
Binary file not shown.
1 change: 0 additions & 1 deletion docs/cmap_8hpp__dep__incl.md5

This file was deleted.

Binary file removed docs/cmap_8hpp__dep__incl.png
Binary file not shown.
1 change: 0 additions & 1 deletion docs/cmap_8hpp__incl.md5

This file was deleted.

Binary file removed docs/cmap_8hpp__incl.png
Binary file not shown.
111 changes: 0 additions & 111 deletions docs/cmap_8hpp_source.html

This file was deleted.

6 changes: 3 additions & 3 deletions docs/coord_8hpp.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@
<div class="dyncontent">
<div class="center"><img src="coord_8hpp__dep__incl.png" border="0" usemap="#ade_2coord_8hppdep" alt=""/></div>
<map name="ade_2coord_8hppdep" id="ade_2coord_8hppdep">
<area shape="rect" id="node2" href="cmap_8hpp.html" title="ade/cmap.hpp" alt="" coords="150,79,256,104"/>
<area shape="rect" id="node10" href="coord_8cpp.html" title="ade/src/coord.cpp" alt="" coords="280,79,407,104"/>
<area shape="rect" id="node2" href="mtens_8hpp.html" title="ade/mtens.hpp" alt="" coords="150,79,259,104"/>
<area shape="rect" id="node10" href="coord_8cpp.html" title="ade/src/coord.cpp" alt="" coords="284,79,411,104"/>
<area shape="rect" id="node3" href="ifunctor_8hpp.html" title="ade/ifunctor.hpp" alt="" coords="73,152,189,177"/>
<area shape="rect" id="node9" href="cmap_8cpp.html" title="ade/src/cmap.cpp" alt="" coords="213,152,340,177"/>
<area shape="rect" id="node9" href="mtens_8cpp.html" title="ade/src/mtens.cpp" alt="" coords="213,152,343,177"/>
<area shape="rect" id="node4" href="functor_8hpp.html" title="ade/functor.hpp" alt="" coords="5,225,119,251"/>
<area shape="rect" id="node8" href="traveler_8hpp.html" title="ade/traveler.hpp" alt="" coords="142,225,259,251"/>
<area shape="rect" id="node5" href="ade_8hpp.html" title="ade/ade.hpp" alt="" coords="84,299,179,324"/>
Expand Down
6 changes: 3 additions & 3 deletions docs/coord_8hpp__dep__incl.map
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<map id="ade/coord.hpp" name="ade/coord.hpp">
<area shape="rect" id="node2" href="$cmap_8hpp.html" title="ade/cmap.hpp" alt="" coords="150,79,256,104"/>
<area shape="rect" id="node10" href="$coord_8cpp.html" title="ade/src/coord.cpp" alt="" coords="280,79,407,104"/>
<area shape="rect" id="node2" href="$mtens_8hpp.html" title="ade/mtens.hpp" alt="" coords="150,79,259,104"/>
<area shape="rect" id="node10" href="$coord_8cpp.html" title="ade/src/coord.cpp" alt="" coords="284,79,411,104"/>
<area shape="rect" id="node3" href="$ifunctor_8hpp.html" title="ade/ifunctor.hpp" alt="" coords="73,152,189,177"/>
<area shape="rect" id="node9" href="$cmap_8cpp.html" title="ade/src/cmap.cpp" alt="" coords="213,152,340,177"/>
<area shape="rect" id="node9" href="$mtens_8cpp.html" title="ade/src/mtens.cpp" alt="" coords="213,152,343,177"/>
<area shape="rect" id="node4" href="$functor_8hpp.html" title="ade/functor.hpp" alt="" coords="5,225,119,251"/>
<area shape="rect" id="node8" href="$traveler_8hpp.html" title="ade/traveler.hpp" alt="" coords="142,225,259,251"/>
<area shape="rect" id="node5" href="$ade_8hpp.html" title="ade/ade.hpp" alt="" coords="84,299,179,324"/>
Expand Down
2 changes: 1 addition & 1 deletion docs/coord_8hpp__dep__incl.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8da51f30dd98e38bb034cbb1cb4d3ae4
27d56b2c7b75907f1e8cf55edca6f5a7
Binary file modified docs/coord_8hpp__dep__incl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/dir_97757236e3c067dca99452dec566d982.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="files"></a>
Files</h2></td></tr>
<tr class="memitem:cmap_8cpp"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="cmap_8cpp.html">cmap.cpp</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:coord_8cpp"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="coord_8cpp.html">coord.cpp</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:matops_8cpp"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="matops_8cpp.html">matops.cpp</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:mtens_8cpp"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="mtens_8cpp.html">mtens.cpp</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:shape_8cpp"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="shape_8cpp.html">shape.cpp</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
Expand Down
4 changes: 2 additions & 2 deletions docs/dir_e27d2b201b2b67ab280cb2f6929c41a1.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@
Files</h2></td></tr>
<tr class="memitem:ade_8hpp"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="ade_8hpp.html">ade.hpp</a> <a href="ade_8hpp_source.html">[code]</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:cmap_8hpp"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="cmap_8hpp.html">cmap.hpp</a> <a href="cmap_8hpp_source.html">[code]</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:coord_8hpp"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="coord_8hpp.html">coord.hpp</a> <a href="coord_8hpp_source.html">[code]</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:functor_8hpp"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="functor_8hpp.html">functor.hpp</a> <a href="functor_8hpp_source.html">[code]</a></td></tr>
Expand All @@ -93,6 +91,8 @@
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:matops_8hpp"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="matops_8hpp.html">matops.hpp</a> <a href="matops_8hpp_source.html">[code]</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:mtens_8hpp"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="mtens_8hpp.html">mtens.hpp</a> <a href="mtens_8hpp_source.html">[code]</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:shape_8hpp"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="shape_8hpp.html">shape.hpp</a> <a href="shape_8hpp_source.html">[code]</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:traveler_8hpp"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="traveler_8hpp.html">traveler.hpp</a> <a href="traveler_8hpp_source.html">[code]</a></td></tr>
Expand Down
20 changes: 10 additions & 10 deletions docs/files.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,18 @@
<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span><span onclick="javascript:toggleLevel(3);">3</span>]</div><table class="directory">
<tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">&#9660;</span><span id="img_0_" class="iconfopen" onclick="toggleFolder('0_')">&#160;</span><a class="el" href="dir_e27d2b201b2b67ab280cb2f6929c41a1.html" target="_self">ade</a></td><td class="desc"></td></tr>
<tr id="row_0_0_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span id="arr_0_0_" class="arrow" onclick="toggleFolder('0_0_')">&#9660;</span><span id="img_0_0_" class="iconfopen" onclick="toggleFolder('0_0_')">&#160;</span><a class="el" href="dir_97757236e3c067dca99452dec566d982.html" target="_self">src</a></td><td class="desc"></td></tr>
<tr id="row_0_0_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="cmap_8cpp.html" target="_self">cmap.cpp</a></td><td class="desc"></td></tr>
<tr id="row_0_0_1_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="coord_8cpp.html" target="_self">coord.cpp</a></td><td class="desc"></td></tr>
<tr id="row_0_0_2_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="matops_8cpp.html" target="_self">matops.cpp</a></td><td class="desc"></td></tr>
<tr id="row_0_0_0_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="coord_8cpp.html" target="_self">coord.cpp</a></td><td class="desc"></td></tr>
<tr id="row_0_0_1_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="matops_8cpp.html" target="_self">matops.cpp</a></td><td class="desc"></td></tr>
<tr id="row_0_0_2_" class="even"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="mtens_8cpp.html" target="_self">mtens.cpp</a></td><td class="desc"></td></tr>
<tr id="row_0_0_3_"><td class="entry"><span style="width:48px;display:inline-block;">&#160;</span><span class="icondoc"></span><a class="el" href="shape_8cpp.html" target="_self">shape.cpp</a></td><td class="desc"></td></tr>
<tr id="row_0_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="ade_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="ade_8hpp.html" target="_self">ade.hpp</a></td><td class="desc"></td></tr>
<tr id="row_0_2_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="cmap_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="cmap_8hpp.html" target="_self">cmap.hpp</a></td><td class="desc"></td></tr>
<tr id="row_0_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="coord_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="coord_8hpp.html" target="_self">coord.hpp</a></td><td class="desc"></td></tr>
<tr id="row_0_4_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="functor_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="functor_8hpp.html" target="_self">functor.hpp</a></td><td class="desc"></td></tr>
<tr id="row_0_5_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="ifunctor_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="ifunctor_8hpp.html" target="_self">ifunctor.hpp</a></td><td class="desc"></td></tr>
<tr id="row_0_6_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="ileaf_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="ileaf_8hpp.html" target="_self">ileaf.hpp</a></td><td class="desc"></td></tr>
<tr id="row_0_7_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="itensor_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="itensor_8hpp.html" target="_self">itensor.hpp</a></td><td class="desc"></td></tr>
<tr id="row_0_8_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="matops_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="matops_8hpp.html" target="_self">matops.hpp</a></td><td class="desc"></td></tr>
<tr id="row_0_2_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="coord_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="coord_8hpp.html" target="_self">coord.hpp</a></td><td class="desc"></td></tr>
<tr id="row_0_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="functor_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="functor_8hpp.html" target="_self">functor.hpp</a></td><td class="desc"></td></tr>
<tr id="row_0_4_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="ifunctor_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="ifunctor_8hpp.html" target="_self">ifunctor.hpp</a></td><td class="desc"></td></tr>
<tr id="row_0_5_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="ileaf_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="ileaf_8hpp.html" target="_self">ileaf.hpp</a></td><td class="desc"></td></tr>
<tr id="row_0_6_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="itensor_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="itensor_8hpp.html" target="_self">itensor.hpp</a></td><td class="desc"></td></tr>
<tr id="row_0_7_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="matops_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="matops_8hpp.html" target="_self">matops.hpp</a></td><td class="desc"></td></tr>
<tr id="row_0_8_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="mtens_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="mtens_8hpp.html" target="_self">mtens.hpp</a></td><td class="desc"></td></tr>
<tr id="row_0_9_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="shape_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="shape_8hpp.html" target="_self">shape.hpp</a></td><td class="desc"></td></tr>
<tr id="row_0_10_"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><a href="traveler_8hpp_source.html"><span class="icondoc"></span></a><a class="el" href="traveler_8hpp.html" target="_self">traveler.hpp</a></td><td class="desc"></td></tr>
<tr id="row_1_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_1_" class="arrow" onclick="toggleFolder('1_')">&#9660;</span><span id="img_1_" class="iconfopen" onclick="toggleFolder('1_')">&#160;</span><a class="el" href="dir_97447f0c3e47aa62c3e09853de39881d.html" target="_self">bwd</a></td><td class="desc"></td></tr>
Expand Down
Loading

0 comments on commit f9bb3e2

Please sign in to comment.