Class PythonAbstractPropagatorConverter

    • Constructor Detail

      • PythonAbstractPropagatorConverter

        public PythonAbstractPropagatorConverter​(PropagatorBuilder builder,
                                                 double threshold,
                                                 int maxIterations)
        Build a new instance.
        Parameters:
        builder - propagator builder
        threshold - absolute convergence threshold for optimization algorithm
        maxIterations - maximum number of iterations for fitting
    • Method Detail

      • pythonExtension

        public void pythonExtension​(long pythonObject)
        Part of JCC Python interface to object
      • pythonExtension

        public long pythonExtension()
        Part of JCC Python interface to object
      • pythonDecRef

        public void pythonDecRef()
        Part of JCC Python interface to object