MCPcopy Create free account
hub / github.com/CMU-Perceptual-Computing-Lab/MonocularTotalCapture / lu_factorize

Function lu_factorize

FitAdam/src/SGSmooth.cpp:238–280  ·  view source on GitHub ↗

! \brief Performs LU factorization in place. * * This is Crout's algorithm (cf., Num. Rec. in C, Section 2.3). The map of * swapped indeces is recorded in idx. The return value is +1 or -1 * depending on whether the number of row swaps was even or odd * respectively. idx must be preinitialized to a valid set of indices * (e.g., {1,2, ... ,A.nr_rows()}). */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

lin_solveFunction · 0.85

Calls 3

permuteFunction · 0.85
nr_rowsMethod · 0.80
nr_colsMethod · 0.80

Tested by

no test coverage detected