mgcpp
A C++ Math Library Based on CUDA
include
mgcpp
expressions
inspect_graph.hpp
Go to the documentation of this file.
1
#ifndef INSPECT_GRAPH_HPP
2
#define INSPECT_GRAPH_HPP
3
4
#include <ostream>
5
6
#include <
mgcpp/expressions/expression.hpp
>
7
8
namespace
mgcpp
{
9
10
template
<
typename
Expr>
11
std::ostream& operator<<(std::ostream& os, expression<Expr>
const
& expr);
12
}
13
14
#include <
mgcpp/expressions/inspect_graph.tpp
>
15
#endif // INSPECT_GRAPH_HPP
mgcpp
Definition:
adapter_base.hpp:12
inspect_graph.tpp
expression.hpp
Generated by
1.8.13