Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PX4/eigen
/ LUnumTempV
Function
LUnumTempV
Eigen/src/SparseLU/SparseLU_Memory.h:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
enum { LUNoMarker = 3 };
38
enum {emptyIdxLU = -1};
39
inline Index LUnumTempV(Index& m, Index& w, Index& t, Index& b)
40
{
41
return (std::max)(m, (t+b)*w);
42
}
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