single row/col matrices and stokes demo added
This MR corrects the hierarchic access of matrices and vector by implementing a single function using is constexpr
and recursion rules based on blocking structures. Thereby a matrix is (blocked x flat)
is classified as single-column matrix and (flat x blocked)
as single-row matrix.