Class PythonAbstractAnalyticalMatricesHarvester

    • Constructor Detail

      • PythonAbstractAnalyticalMatricesHarvester

        public PythonAbstractAnalyticalMatricesHarvester​(AbstractAnalyticalPropagator propagator,
                                                         String stmName,
                                                         RealMatrix initialStm,
                                                         DoubleArrayDictionary initialJacobianColumns)
        Simple constructor.

        The arguments for initial matrices must be compatible with the orbit type and position angle that will be used by propagator

        Parameters:
        propagator - propagator bound to this harvester
        stmName - State Transition Matrix state name
        initialStm - initial State Transition Matrix ∂Y/∂Y₀, if null (which is the most frequent case), assumed to be 6x6 identity
        initialJacobianColumns - initial columns of the Jacobians matrix with respect to parameters, if null or if some selected parameters are missing from the dictionary, the corresponding
    • 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