Example #1
0
 def calculatePartialDerivativeValues(self, *coords):
     return self._jfn.calculatePartialDerivativeValues(toList(*coords))
 def makeDataset(self, *coords):
     return self._jfn.makeDataset(toList(*coords))
Example #3
0
 def calculateValues(self, *coords):
     return self._jfn.calculateValues(toList(*coords))
Example #4
0
 def makeDataset(self, *coords):
     return self.calculateValues(toList(*coords))
Example #5
0
 def calculatePartialDerivativeValues(self, *coords):
     return self._jfn.calculatePartialDerivativeValues(toList(*coords))
Example #6
0
 def calculateValues(self, *coords):
     return self._jfn.calculateValues(toList(*coords))
Example #7
0
 def makeDataset(self, *coords):
     return self.calculateValues(toList(*coords))