MCPcopy Create free account
hub / github.com/TinyMPC/TinyMPC / LUTempSpace

Function LUTempSpace

include/Eigen/Eigen/src/SparseLU/SparseLU_Memory.h:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46template< typename Scalar>
47inline Index LUTempSpace(Index&m, Index& w)
48{
49 return (2*w + 4 + LUNoMarker) * m * sizeof(Index) + (w + 1) * m * sizeof(Scalar);
50}
51
52
53

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected