mgcpp
A C++ Math Library Based on CUDA
include
mgcpp
expressions
dvec_expr.hpp
Go to the documentation of this file.
1
2
// Copyright RedPortal, mujjingun 2017 - 2018.
3
// Distributed under the Boost Software License, Version 1.0.
4
// (See accompanying file LICENSE or copy at
5
// http://www.boost.org/LICENSE_1_0.txt)
6
7
#ifndef _MGCPP_EXPRESSIONS_DENSE_VEC_EXPR_HPP_
8
#define _MGCPP_EXPRESSIONS_DENSE_VEC_EXPR_HPP_
9
10
#include <
mgcpp/expressions/expression.hpp
>
11
#include <
mgcpp/system/concept.hpp
>
12
#include <
mgcpp/vector/forward.hpp
>
13
14
#include <cstdlib>
15
#include <string>
16
#include <utility>
17
18
namespace
mgcpp
{
19
template
<
typename
Expr>
20
struct
dvec_expr
:
public
expression
<Expr> {};
21
}
// namespace mgcpp
22
23
#endif
concept.hpp
mgcpp
Definition:
adapter_base.hpp:12
mgcpp::expression
Definition:
expression.hpp:18
forward.hpp
mgcpp::dvec_expr
Definition:
dvec_expr.hpp:20
expression.hpp
Generated by
1.8.13