MCPcopy Create free account
hub / github.com/TTimo/doom3.gpl / LU_Factor

Method LU_Factor

neo/idlib/math/Matrix.cpp:3863–3938  ·  view source on GitHub ↗

============ idMatX::LU_Factor in-place factorization: LU L is a triangular matrix stored in the lower triangle. L has ones on the diagonal that are not stored. U is a triangular matrix stored in the upper triangle. If index != NULL partial pivoting is used for numerical stability. If index != NULL it must point to an array of numRow integers and is used to keep track of the row permu

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

SetupClosedMethod · 0.80
DeterminantGenericMethod · 0.80
InverseSelfGenericMethod · 0.80
TestMethod · 0.80

Calls 1

MinFunction · 0.85

Tested by 1

TestMethod · 0.64