Tridiagonalization_householderCoefficients.cpp
Go to the documentation of this file.
00001 Matrix4d X = Matrix4d::Random(4,4);
00002 Matrix4d A = X + X.transpose();
00003 cout << "Here is a random symmetric 4x4 matrix:" << endl << A << endl;
00004 Tridiagonalization<Matrix4d> triOfA(A);
00005 Vector3d hc = triOfA.householderCoefficients();
00006 cout << "The vector of Householder coefficients is:" << endl << hc << endl;


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