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

◆ read_poly()

TowerPolynomial DPoly::read_poly ( char *& str,
int level )
static

Definition at line 383 of file dpoly.cpp.

384{
385 if (level > 0) return read_poly_n(str, level);
386 return read_poly_0(str);
387}
static TowerPolynomial read_poly_n(char *&str, int level)
Definition dpoly.cpp:301
static TowerPolynomial read_poly_0(char *&str)
Definition dpoly.cpp:341

References read_poly_0(), and read_poly_n().

Referenced by read_poly_n().