Example #1
0
 static typename result_of::end_value< adapted_type >::type end_value( Id& id ) {
     return bindings::begin_value( id.data() ) + id.size() * stride1( id );
 }
Example #2
0
typename M::difference_type leading_dimension(matrix_expression<M> const& m) {
	return  M::orientation::index_M(stride1(m),stride2(m));
}