Пример #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))