mgcpp
A C++ Math Library Based on CUDA
dmat_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_DMAT_REF_EXPR_HPP_
8 #define _MGCPP_EXPRESSIONS_DMAT_REF_EXPR_HPP_
9 
13 #include <mgcpp/matrix/forward.hpp>
14 
15 namespace mgcpp {
16 
17 struct dmat_ref_expr_type;
18 
19 template <typename Matrix>
20 using dmat_ref_expr =
22 
23 template <typename DenseMatrix, typename Type>
26 } // namespace mgcpp
27 
29 #endif
Definition: adapter_base.hpp:12
generic_expr< dmat_ref_expr_type, 0, dmat_expr, Matrix, 1, Matrix const & > dmat_ref_expr
Definition: dmat_ref_expr.hpp:21
Definition: forward.hpp:25
Definition: dense_matrix.hpp:15
dmat_ref_expr< DenseMatrix > ref(dense_matrix< DenseMatrix, Type > const &mat)