Helper class used in matrix constructor implementation. More...
#include <eagine/math/matrix_ctr.hpp>
Public Member Functions | |
template<typename... P> | |
convertible_matrix_constructor (P &&... p) | |
Forwards arguments to the basic matrix constructor. | |
operator constructed_matrix_t< MC > () const noexcept | |
Implicit conversion to the constructed matrix type. | |
Helper class used in matrix constructor implementation.