mgcpp
A C++ Math Library Based on CUDA
mgblas_error_code.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_KERNELS_MGBLAS_ERROR_HPP_
8 #define _MGCPP_KERNELS_MGBLAS_ERROR_HPP_
9 
10 namespace mgcpp {
12  success = 0,
17 };
18 }
19 
20 #endif
Definition: mgblas_error_code.hpp:14
Definition: adapter_base.hpp:12
Definition: mgblas_error_code.hpp:12
Definition: mgblas_error_code.hpp:13
mgblas_error_t
Definition: mgblas_error_code.hpp:11
Definition: mgblas_error_code.hpp:16
Definition: mgblas_error_code.hpp:15