7 #ifndef _MGCPP_MATRIX_MATRIX_BASE_HPP_ 8 #define _MGCPP_MATRIX_MATRIX_BASE_HPP_ 13 template <
typename MatrixType,
typename Type>
15 inline MatrixType
const&
operator~()
const noexcept;
Definition: adapter_base.hpp:12
MatrixType const & operator~() const noexcept
Definition: matrix_base.hpp:14