Feat(Compute): Add MOpolynomial with scalar

This commit is contained in:
2018-11-13 14:42:40 +01:00
parent a32fd7cbc6
commit 17153dd345
3 changed files with 224 additions and 0 deletions

View File

@@ -73,6 +73,10 @@ class MOpolynomial(MO):
def degree(self):
return self._power
@property
def coefficients(self):
return self._coefs
# -----------------------------
# Reglages pour 'vim'