Macaulay2 Engine
Loading...
Searching...
No Matches

◆ prune_betti()

std::vector< size_t > MutableComplex::prune_betti ( const size_t nsteps,
const size_t flags )

Definition at line 192 of file mutablecomplex.cpp.

193{
194 (void) nsteps;
195 (void) flags;
196 /* TODO:
197 * separate all units into a square matrix (efficiently?)
198 * start with the ones in sparcest row/column.
199 */
200 // prune_complex(nsteps, flags);
201 return mBetti;
202}
std::vector< size_t > mBetti
const size_t flags

References flags, and mBetti.

Referenced by rawPruneBetti().