| 45 | |
| 46 | template< typename Scalar> |
| 47 | inline 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 |
nothing calls this directly
no outgoing calls
no test coverage detected