Definition at line 517 of file ring.cpp.
519{
520 try
521 {
523 if (R == nullptr)
524 {
525 ERROR(
"expected a tower coefficient ring");
526 return nullptr;
527 }
530 {
532 return nullptr;
533 }
534}
virtual const Tower * cast_to_Tower() const
static Tower * create(int charac, M2_ArrayString names)
Ring subclass for tower polynomial rings (Z/p)[x_0][x_1]...[x_{n-1}] modulo a chain of algebraic exte...
References Ring::cast_to_Tower(), Tower::create(), and ERROR.