MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / LUnumTempV

Function LUnumTempV

Externals/eigen/Eigen/src/SparseLU/SparseLU_Memory.h:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

factorizeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected