mgcpp
A C++ Math Library Based on CUDA
include
mgcpp
global
complex.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_TYPE_COMPLEX_HPP_
8
#define _MGCPP_TYPE_COMPLEX_HPP_
9
10
#include <cuComplex.h>
11
#include <complex>
12
13
namespace
mgcpp
{
14
template
<
typename
Type>
15
using
complex
= std::complex<Type>;
16
}
17
18
#endif
mgcpp
Definition:
adapter_base.hpp:12
mgcpp::complex
std::complex< Type > complex
Definition:
complex.hpp:15
Generated by
1.8.13