MCPcopy Create free account
hub / github.com/TheAlgorithms/C / vector_mag

Function vector_mag

numerical_methods/qr_decompose.h:64–68  ·  view source on GitHub ↗

* Compute magnitude of vector. * * If \f$\vec{a}=\left[a_0,a_1,a_2,...,a_L\right]\f$ then * \f$\left|\vec{a}\right|=\sqrt{\displaystyle\sum_{i=0}^L a_i^2}\f$ * * \returns \f$\left|\vec{a}\right|\f$ */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

qr_decomposeFunction · 0.85

Calls 1

vector_dotFunction · 0.85

Tested by

no test coverage detected