GraphBLAS / LAGraph

This is a library plus a test harness for collecting algorithms that use the GraphBLAS. For test coverage reports, see https://graphblas.org/LAGraph/ . Documentation: https://lagraph.readthedocs.org
Other
225 stars 59 forks source link

The S matrix in LCC can be freed earlier, because it is not needed anymore. #213

Closed pcostanza closed 1 year ago

pcostanza commented 1 year ago

The title says it all. This saves a bit of memory.