Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
enum { LUNoMarker = 3 };
41
enum { emptyIdxLU = -1 };
42
inline Index LUnumTempV(Index& m, Index& w, Index& t, Index& b) { return (std::max)(m, (t + b) * w); }
43
44
template <typename Scalar>
45
inline Index LUTempSpace(Index& m, Index& w) {
Callers
1
factorize
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected