![]() |
mgcpp
A C++ Math Library Based on CUDA
|
#include <mgcpp/expressions/dmat_expr.hpp>#include <mgcpp/expressions/generic_expr.hpp>#include <mgcpp/matrix/forward.hpp>#include <mgcpp/expressions/dmat_trans_expr.tpp>
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 |
1.8.13