7 #ifndef _MGCPP_OPERATIONS_TRANS_HPP_ 8 #define _MGCPP_OPERATIONS_TRANS_HPP_ 14 template <
typename DenseMat,
typename Type>
15 decltype(
auto)
trans(dense_matrix<DenseMat, Type> const& mat);
19 #include <mgcpp/operations/trans.tpp> Definition: adapter_base.hpp:12
decltype(auto) trans(dense_matrix< DenseMat, Type > const &mat)