comparing boost::numeric::ublas::matrix

B

brekehan

Anyone know an easy way to compare to boost matrices using the same
template argument for equality?

boost::numeric::ublas::matrix<double> a(2, 2);
boost::numeric::ublas::matrix<double> b(4, 4);

if( a != b )
{
// not equal
}

Does not seem to work, as the != operator is not defined.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,197
Messages
2,571,041
Members
47,643
Latest member
ashutoshjha_1101

Latest Threads

Top