IncreaseDegree¶
-
template<typename T>
struct IncreaseDegree<T, std::enable_if_t<IsMatrix<T>>>¶ Defined in
matrix.hpp.Specialization of the adapter
IncreaseDegreefor typesTsuch that the value ofIsMatrix<T>istrue.- Template Parameters:
T – the type of matrices.
Warning
It is not possible to increase the degree of any of the types for which
IsMatrix<T>istrue, and as such the call operator of this type does nothing.