Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TinyMPC/TinyMPC
/ LUnumTempV
Function
LUnumTempV
include/Eigen/Eigen/src/SparseLU/SparseLU_Memory.h:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
enum { LUNoMarker = 3 };
40
enum {emptyIdxLU = -1};
41
inline Index LUnumTempV(Index& m, Index& w, Index& t, Index& b)
42
{
43
return (std::max)(m, (t+b)*w);
44
}
45
46
template< typename Scalar>
47
inline Index LUTempSpace(Index&m, Index& w)
Callers
1
factorize
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected