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

Function create_matrix

numerical_methods/qr_eigen_values.cpp:28–43  ·  view source on GitHub ↗

* create a symmetric square matrix of given size with random elements. A * symmetric square matrix will *always* have real eigen values. * * \param[out] A matrix to create (must be pre-allocated in memory) */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected