static int leading_dimension (matrix_type& m) { return m.dim2(); }
static int size2 (matrix_type& m) { return m.dim2(); }