static int size1 (matrix_type& m) { return m.dim1(); }
static int leading_dimension (matrix_type& m) { return m.dim1(); }