According to the preconditions for binary matrix operations both matrix must have the same size (http://www.boost.org/doc/libs/1_46_0/libs/numeric/ublas/doc/matrix_expression.htm#445Preconditions).  What runtime error should I expected if the matrix sizes are not the same?
 
Ryan