C++17: explicit first template parameter before variadic template
I am trying to write a generic class for a symmetric bloc matrix of arbitrary dimension. Only the upper triangular part is given:
I am trying to write a generic class for a symmetric bloc matrix of arbitrary dimension. Only the upper triangular part is given: