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

Function lu_forwsubst

FitAdam/src/SGSmooth.cpp:214–229  ·  view source on GitHub ↗

! \brief Perform forward substitution. * * Solves the system of equations A*b=a, ASSUMING that A is lower * triangular. If diag==1, then the diagonal elements are additionally * assumed to be 1. Note that the upper triangular elements are never * checked, so this function is valid to use after a LU-decomposition in * place. A is not modified, and the solution, b, is returned in a. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

lin_solveFunction · 0.85

Calls 2

nr_rowsMethod · 0.80
nr_colsMethod · 0.80

Tested by

no test coverage detected