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

◆ VECTOR()

VECTOR ( MutableMatrix * )

Definition at line 204 of file mutablecomplex.cpp.

206{
207 (void) nsteps;
208 for (size_t n = 0; n < mMorphisms.size(); ++n)
209 if (flags & FLAG_TRACE_MORPHISMS)
210 if (mBetti[n] < mMorphisms[n]->n_cols())
211 mMorphisms[n]->delete_columns(mBetti[n], mMorphisms[n]->n_cols() - 1);
212 return mMorphisms;
213}
#define FLAG_TRACE_MORPHISMS

References FLAG_TRACE_MORPHISMS, MutableComplex::flags, and MutableComplex::mBetti.