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

Function projection

numerical_methods/gram_schmidt.cpp:79–90  ·  view source on GitHub ↗

* Projection Function * Takes input of 2 vectors along with their dimension and evaluates their * projection in temp * * @param x Vector 1 * @param y Vector 2 * @param c dimension of each vector * * @returns factor */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

gram_schmidtFunction · 0.85

Calls 1

dot_productFunction · 0.85

Tested by

no test coverage detected