mgcpp
A C++ Math Library Based on CUDA
Namespaces | Typedefs | Functions
dmat_trans_expr.hpp File Reference
#include <mgcpp/expressions/dmat_expr.hpp>
#include <mgcpp/expressions/generic_expr.hpp>
#include <mgcpp/matrix/forward.hpp>
#include <mgcpp/expressions/dmat_trans_expr.tpp>
Include dependency graph for dmat_trans_expr.hpp:

Go to the source code of this file.

Namespaces

 mgcpp
 

Typedefs

template<typename Expr >
using mgcpp::dmat_trans_expr = unary_expr< dmat_trans_expr_type, dmat_expr, typename Expr::result_type, Expr >
 

Functions

template<typename Expr >
dmat_trans_expr< Expr > mgcpp::trans (dmat_expr< Expr > const &expr) noexcept