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

◆ init()

void Word::init ( const int * begin,
const int * end )
inline

Definition at line 68 of file Word.hpp.

68{ mBegin = begin; mEnd = end; mSize = end-begin; }
const int * begin() const
Definition Word.hpp:72
int mSize
Definition Word.hpp:92
const int * mEnd
Definition Word.hpp:91
const int * end() const
Definition Word.hpp:73
const int * mBegin
Definition Word.hpp:90

References begin(), end(), mBegin, mEnd, and mSize.

Referenced by NCF4::findDivisor(), and FreeAlgebra::from_word().