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

Function test1

numerical_methods/qr_eigen_values.cpp:177–197  ·  view source on GitHub ↗

* test function to compute eigen values of a 2x2 matrix * \f[\begin{bmatrix} * 5 & 7\\ * 7 & 11 * \end{bmatrix}\f] * which are approximately, {15.56158, 0.384227} */

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