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

Function qr_decompose

numerical_methods/qr_decompose.h:142–199  ·  view source on GitHub ↗

* Decompose matrix \f$A\f$ using [Gram-Schmidt *process](https://en.wikipedia.org/wiki/QR_decomposition). * * \f{eqnarray*}{ * \text{given that}\quad A &=& *\left[\mathbf{a}_1,\mathbf{a}_2,\ldots,\mathbf{a}_{N-1},\right]\\ * \text{where}\quad\mathbf{a}_i &=& *\left[a_{0i},a_{1i},a_{2i},\ldots,a_{(M-1)i}\right]^T\quad\ldots\mbox{(column *vectors)}\\ * \text{then}\quad\mathbf{u}_i &=& \math

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

eigen_valuesFunction · 0.85
mainFunction · 0.85

Calls 4

vector_projFunction · 0.85
vector_magFunction · 0.85
vector_dotFunction · 0.85
vector_subFunction · 0.70

Tested by

no test coverage detected