Change pypol to linpy
[linpy.git] / doc / domain.rst
index 7f99617..7098c32 100644 (file)
@@ -17,7 +17,11 @@ Domains Module
     
         Returns a domain as disjoint.
         
-    .. py:method:: involvesvars(self, vars)
+    .. py:method:: num_parameters   
+        
+        Returns the total number of parameters, input, output or dimensions in a domain.
+        
+    .. py:method:: involves_dims(self, dims)
     
        Returns ``True`` if a domain depends on the given dimensions.