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

◆ display() [1/2]

void BasicPoly::display ( std::ostream & o,
const std::vector< std::string > & varnames ) const
inline

Definition at line 84 of file BasicPoly.hpp.

85 {
86 display(o, varnames, true, false, false);
87 }
void display(std::ostream &o, const std::vector< std::string > &varnames, bool print_one, bool print_plus, bool print_parens) const
Definition BasicPoly.cpp:77

References display().