Jacobi_makeGivens.cpp
Go to the documentation of this file.
00001 Vector2f v = Vector2f::Random();
00002 JacobiRotation<float> G;
00003 G.makeGivens(v.x(), v.y());
00004 cout << "Here is the vector v:" << endl << v << endl;
00005 v.applyOnTheLeft(0, 1, G.adjoint());
00006 cout << "Here is the vector J' * v:" << endl << v << endl;


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