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