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

◆ from_word() [3/4]

void FreeAlgebra::from_word ( Poly & result,
ring_elem coeff,
const std::vector< int > & word ) const

Definition at line 227 of file FreeAlgebra.cpp.

228{
229 Word tmpWord;
230 tmpWord.init(word.data(),word.data() + word.size());
231 from_word(result,coeff,tmpWord);
232}
std::vector< int > word
void from_word(Poly &result, const Word &word) const
void init(const int *begin, const int *end)
Definition Word.hpp:68
VALGRIND_MAKE_MEM_DEFINED & result(result)

References from_word(), Word::init(), result(), and word.