MCPcopy 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

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

Callers 1

factorizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected