示例#1
0
 def calculatePartialDerivativeValues(self, *coords):
     return self._jfn.calculatePartialDerivativeValues(toList(*coords))
 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))