MCPcopy 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

37enum { LUNoMarker = 3 };
38enum {emptyIdxLU = -1};
39inline Index LUnumTempV(Index& m, Index& w, Index& t, Index& b)
40{
41 return (std::max)(m, (t+b)*w);
42}
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