mgcpp
A C++ Math Library Based on CUDA
include
mgcpp
vector
dense_vector.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_VECTOR_DENSE_VECTOR_HPP_
8
#define _MGCPP_VECTOR_DENSE_VECTOR_HPP_
9
10
#include <
mgcpp/expressions/dvec_expr.hpp
>
11
#include <
mgcpp/vector/vector_base.hpp
>
12
13
namespace
mgcpp
{
14
template
<
typename
DenseVecType,
typename
Type>
15
class
dense_vector
:
public
vector_base
<DenseVecType, Type> {};
16
}
// namespace mgcpp
17
18
#endif
dvec_expr.hpp
mgcpp
Definition:
adapter_base.hpp:12
mgcpp::dense_vector
Definition:
dense_vector.hpp:15
mgcpp::vector_base
Definition:
forward.hpp:14
vector_base.hpp
Generated by
1.8.13