|
TR-mbed 1.0
|
Functions | |
| cout<< "Here is a random symmetric 5x5 matrix:"<< endl<< A<< endl<< endl;Tridiagonalization< MatrixXd > | triOfA (A) |
Variables | |
| MatrixXd | X = MatrixXd::Random(5,5) |
| MatrixXd | A = X + X.transpose() |
| MatrixXd | Q = triOfA.matrixQ() |
| cout<< "Here is a random symmetric 5x5 matrix:"<< endl<< A<< endl<< endl;Tridiagonalization< MatrixXd > triOfA | ( | A | ) |
| MatrixXd Q = triOfA.matrixQ() |
| MatrixXd X = MatrixXd::Random(5,5) |