MatrixBase_isOnes.cpp
Go to the documentation of this file.
00001 Matrix3d m = Matrix3d::Ones();
00002 m(0,2) += 1e-4;
00003 cout << "Here's the matrix m:" << endl << m << endl;
00004 cout << "m.isOnes() returns: " << m.isOnes() << endl;
00005 cout << "m.isOnes(1e-3) returns: " << m.isOnes(1e-3) << endl;


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:31:56