Subject: [Boost-users] [uBLAS] Results of different size matrix addition
From: Ryan (mccorywork_at_[hidden])
Date: 2011-03-08 09:43:25


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