X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/98936866ae400d45b7b74f7ba0d04c66ace0424f..dc449ca80b432de202188a4300ef990abeb968a1:/doc/linexpr.rst~ diff --git a/doc/linexpr.rst~ b/doc/linexpr.rst~ deleted file mode 100644 index 3771d5f..0000000 --- a/doc/linexpr.rst~ +++ /dev/null @@ -1,45 +0,0 @@ -Linear Expression Module -======================== - - -This class implements linear expressions. - - .. py:method:: coefficient(self, symbol) - - Return the coefficient value of the given symbol. - - .. py:method:: coefficients(self) - - Return a list of the coefficients of an expression - - .. py:method:: constant(self) - - Return the constant value of an expression. - - .. py:method:: symbols(self) - - Return a list of symbols in an expression. - - .. py:method:: dimension(self) - - Return the number of vriables in an expression. - - .. py:method:: __sub__(self, other) - - Return the difference between two expressions. - - .. py:method:: subs(self, symbol, expression=None) - - Subsitute the given value into an expression and return the resulting expression. - - .. py:method:: fromsympy(self) - - Convert sympy object to an expression. - - .. py:method:: tosympy(self) - - Return an expression as a sympy object. - -.. py:class:: Dummy(Symbol) - -This class returns a dummy symbol to ensure that each no variables are repeated in an expression