// no automatic singular check : #define BOOST_UBLAS_TYPE_CHECK 0 #include #include int main () { using namespace boost::numeric::ublas; using std::cout; using std::endl; typedef double mtype; matrix A(3,3), B(identity_matrix(3)); for (int i=0; i