MCPcopy Create free account
hub / github.com/XJTU-Graphics/dandelion / LUnumTempV

Function LUnumTempV

deps/Eigen/src/SparseLU/SparseLU_Memory.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40enum { LUNoMarker = 3 };
41enum { emptyIdxLU = -1 };
42inline Index LUnumTempV(Index& m, Index& w, Index& t, Index& b) { return (std::max)(m, (t + b) * w); }
43
44template <typename Scalar>
45inline Index LUTempSpace(Index& m, Index& w) {

Callers 1

factorizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected