Exemple #1
0
 def lehmer(cls, **kwargs):
     """
     Return the output of :meth:`mvpoly.cube.MVPolyCube.lehmer`
     converted to other polynomial subclasess.
     """
     from mvpoly.cube import MVPolyCube
     return cls(MVPolyCube.lehmer(**kwargs), **kwargs)