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

Function gram_schmidt

numerical_methods/gram_schmidt.cpp:121–174  ·  view source on GitHub ↗

* Function for the process of Gram Schimdt Process * @param r number of vectors * @param c dimension of vectors * @param A stores input of given LI vectors * @param B stores orthogonalised vectors * * @returns void */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

testFunction · 0.85
mainFunction · 0.85

Calls 2

projectionFunction · 0.85
displayFunction · 0.70

Tested by

no test coverage detected