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