mgcpp
A C++ Math Library Based on CUDA
dvec_ref_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_DVEC_REF_EXPR_HPP_
8 #define _MGCPP_EXPRESSIONS_DVEC_REF_EXPR_HPP_
9 
12 
13 namespace mgcpp {
14 
15 struct dvec_ref_expr_type;
16 
17 template <typename Vector>
18 using dvec_ref_expr =
20 
21 template <typename DenseVector, typename Type>
24 } // namespace mgcpp
25 
27 #endif
Definition: adapter_base.hpp:12
Definition: dense_vector.hpp:15
Definition: forward.hpp:25
dmat_ref_expr< DenseMatrix > ref(dense_matrix< DenseMatrix, Type > const &mat)
generic_expr< dvec_ref_expr_type, 0, dvec_expr, Vector, 1, Vector const & > dvec_ref_expr
Definition: dvec_ref_expr.hpp:19