MCPcopy Create free account
hub / github.com/cemyuksel/cyCodeBase / SingularValueDecomposition

Function SingularValueDecomposition

cyMatrix.h:389–398  ·  view source on GitHub ↗

Singular value decomposition (SVD). Returns the SVD of the matrix, where U and V are orthogonal matrices and S is the diagonal elements of a diagonal matrix (including zeros), such that this matrix A = U S V^T.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

MultSelfTransposeFunction · 0.85
TransposeMultSelfFunction · 0.85
SqrtMethod · 0.45
AbsMethod · 0.45
NormalizeMethod · 0.45

Tested by

no test coverage detected