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

Function lu_decomposition

numerical_methods/lu_decompose.c:20–63  ·  view source on GitHub ↗

Perform LU decomposition on matrix * \param[in] A matrix to decompose * \param[out] L output L matrix * \param[out] U output U matrix * \param[in] mat_size input square matrix size */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected