MCPcopy Create free account
hub / github.com/TheAlgorithms/C-Plus-Plus / test2

Function test2

numerical_methods/qr_eigen_values.cpp:210–238  ·  view source on GitHub ↗

* test function to compute eigen values of a 2x2 matrix * \f[\begin{bmatrix} * -4& 4& 2& 0& -3\\ * 4& -4& 4& -3& -1\\ * 2& 4& 4& 3& -3\\ * 0& -3& 3& -1&-1\\ * -3& -1& -3& -3& 0 * \end{bmatrix}\f] * which are approximately, {9.27648, -9.26948, 2.0181, -1.03516, -5.98994} */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.70

Calls 1

eigen_valuesFunction · 0.85

Tested by

no test coverage detected