Hi Phil,I do this:
ublas::matrix<T, ublas::column_major> l_matrix(p_matrix);
with p_matrix is ublas::row_major and working with the l_matrix object. In my code I need most times the ublas::row_major structure but some calls must be a ublas::column_major
Phil