- A - Static variable in class fr.cnes.sirius.patrius.math.parameter.LinearFunction
-
Default function slope name.
- a - Variable in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLEPropagator
-
final semi major axis.
- A0 - Static variable in class fr.cnes.sirius.patrius.forces.radiation.KnockeRiesModel
-
coefficient a0 of Knocke-Ries model.
- a0dp - Variable in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLEPropagator
-
original recovered semi major axis.
- A2 - Static variable in class fr.cnes.sirius.patrius.forces.radiation.KnockeRiesModel
-
coefficient a2 of Knocke-Ries model.
- abs() - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
absolute value.
- Abs - Class in fr.cnes.sirius.patrius.math.analysis.function
-
Absolute value function.
- Abs() - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Abs
-
- abs() - Method in class fr.cnes.sirius.patrius.math.complex.Complex
-
Return the absolute value of this complex number.
- abs() - Method in class fr.cnes.sirius.patrius.math.dfp.Dfp
-
Get the absolute value of instance.
- abs() - Method in class fr.cnes.sirius.patrius.math.fraction.BigFraction
-
- abs() - Method in class fr.cnes.sirius.patrius.math.fraction.Fraction
-
Returns the absolute value of this fraction.
- abs() - Method in interface fr.cnes.sirius.patrius.math.RealFieldElement
-
absolute value.
- abs(int) - Static method in class fr.cnes.sirius.patrius.math.util.FastMath
-
Absolute value.
- abs(long) - Static method in class fr.cnes.sirius.patrius.math.util.FastMath
-
Absolute value.
- abs(float) - Static method in class fr.cnes.sirius.patrius.math.util.FastMath
-
Absolute value.
- abs(double) - Static method in class fr.cnes.sirius.patrius.math.util.FastMath
-
Absolute value.
- AbsoluteDate - Class in fr.cnes.sirius.patrius.time
-
This class represents a specific instant in time.
- AbsoluteDate() - Constructor for class fr.cnes.sirius.patrius.time.AbsoluteDate
-
- AbsoluteDate(long, double) - Constructor for class fr.cnes.sirius.patrius.time.AbsoluteDate
-
Create an instance with epoch and offset directly.
WARNING : this constructor is meant for advanced users only,
since epoch and offset have special constraints and values
that are not checked or enforced here.
- AbsoluteDate(String, TimeScale) - Constructor for class fr.cnes.sirius.patrius.time.AbsoluteDate
-
Build an instance from a location (parsed from a string) in a
time scale.
- AbsoluteDate(DateTimeComponents, TimeScale) - Constructor for class fr.cnes.sirius.patrius.time.AbsoluteDate
-
Build an instance from a location in a
time scale.
- AbsoluteDate(DateComponents, TimeComponents, TimeScale) - Constructor for class fr.cnes.sirius.patrius.time.AbsoluteDate
-
Build an instance from a location in a
time scale.
- AbsoluteDate(int, int, int, int, int, double, TimeScale) - Constructor for class fr.cnes.sirius.patrius.time.AbsoluteDate
-
Build an instance from a location in a
time scale.
- AbsoluteDate(int, Month, int, int, int, double, TimeScale) - Constructor for class fr.cnes.sirius.patrius.time.AbsoluteDate
-
Build an instance from a location in a
time scale.
- AbsoluteDate(DateComponents, TimeScale) - Constructor for class fr.cnes.sirius.patrius.time.AbsoluteDate
-
Build an instance from a location in a
time scale.
- AbsoluteDate(int, int, int, TimeScale) - Constructor for class fr.cnes.sirius.patrius.time.AbsoluteDate
-
Build an instance from a location in a
time scale.
- AbsoluteDate(int, Month, int, TimeScale) - Constructor for class fr.cnes.sirius.patrius.time.AbsoluteDate
-
Build an instance from a location in a
time scale.
- AbsoluteDate(Date, TimeScale) - Constructor for class fr.cnes.sirius.patrius.time.AbsoluteDate
-
Build an instance from a location in a
time scale.
- AbsoluteDate(AbsoluteDate, double) - Constructor for class fr.cnes.sirius.patrius.time.AbsoluteDate
-
Build an instance from an elapsed duration since to another instant.
- AbsoluteDate(AbsoluteDate, double, TimeScale) - Constructor for class fr.cnes.sirius.patrius.time.AbsoluteDate
-
Build an instance from an apparent clock offset with respect to another
instant
in the perspective of a specific time scale.
- AbsoluteDateInterval - Class in fr.cnes.sirius.patrius.time
-
This class implements an interval based on the AbsoluteDate class,
using the ComparableInterval class.
- AbsoluteDateInterval(IntervalEndpointType, AbsoluteDate, AbsoluteDate, IntervalEndpointType) - Constructor for class fr.cnes.sirius.patrius.time.AbsoluteDateInterval
-
Constructor for an AbsoluteDate interval.
- AbsoluteDateIntervalsList - Class in fr.cnes.sirius.patrius.time
-
- AbsoluteDateIntervalsList() - Constructor for class fr.cnes.sirius.patrius.time.AbsoluteDateIntervalsList
-
- ABSORPTION_COEFFICIENT - Static variable in class fr.cnes.sirius.patrius.assembly.properties.RadiativeIRProperty
-
Parameter name for absorption coefficient.
- ABSORPTION_COEFFICIENT - Static variable in class fr.cnes.sirius.patrius.assembly.properties.RadiativeProperty
-
Parameter name for absorption coefficient.
- AbstractAttitudeEphemerisGenerator - Class in fr.cnes.sirius.patrius.attitudes
-
This abstract class handles the generation of attitude ephemeris from an attitude laws sequence
AttitudeLegsSequence.
The ephemeris generation can be done using a fixed time step or a variable time step, setting the generation time
interval (the default value is the time interval of the sequence), and the treatment to apply to the transition
points of the sequence (ignore them, compute the attitude of the initial date of the laws, compute the attitude of
the initial and final date of the laws).
- AbstractAttitudeEphemerisGenerator(AttitudeLegsSequence, int) - Constructor for class fr.cnes.sirius.patrius.attitudes.AbstractAttitudeEphemerisGenerator
-
Simple constructor.
- AbstractAttitudeLaw - Class in fr.cnes.sirius.patrius.attitudes
-
This abstract class gather all common features to classes implementing the
AttitudeLaw interface.
- AbstractAttitudeLaw() - Constructor for class fr.cnes.sirius.patrius.attitudes.AbstractAttitudeLaw
-
- AbstractBoundedPVProvider - Class in fr.cnes.sirius.patrius.orbits.pvcoordinates
-
This abstract class shall be extended to provides a PVCoordinates provider based on manipulation of PVCoordinates
ephemeris.
- AbstractBoundedPVProvider(PVCoordinates[], int, Frame, AbsoluteDate[], ISearchIndex) - Constructor for class fr.cnes.sirius.patrius.orbits.pvcoordinates.AbstractBoundedPVProvider
-
Instantiation of AbstractBoundedPVProvider attributes.
- AbstractBoundedPVProvider(SpacecraftState[], int, ISearchIndex) - Constructor for class fr.cnes.sirius.patrius.orbits.pvcoordinates.AbstractBoundedPVProvider
-
Creates an instance of AbstractBoundedPVProvider from a SpacecraftState table
- AbstractCelestialBody - Class in fr.cnes.sirius.patrius.bodies
-
- AbstractCelestialBody(String, double, IAUPole, Frame, String, String) - Constructor for class fr.cnes.sirius.patrius.bodies.AbstractCelestialBody
-
Build an instance and the underlying frame.
- AbstractConvergenceChecker<T> - Class in fr.cnes.sirius.patrius.math.optim
-
Base class for all convergence checker implementations.
- AbstractConvergenceChecker(double, double) - Constructor for class fr.cnes.sirius.patrius.math.optim.AbstractConvergenceChecker
-
Build an instance with a specified thresholds.
- AbstractDateIntervalFunction - Class in fr.cnes.sirius.patrius.propagation.analytical.twod
-
Abstract class for piecewise function of date.
- AbstractDateIntervalFunction(AbsoluteDate[]) - Constructor for class fr.cnes.sirius.patrius.propagation.analytical.twod.AbstractDateIntervalFunction
-
Constructor.
- AbstractDateIntervalFunction(AbstractDateIntervalFunction) - Constructor for class fr.cnes.sirius.patrius.propagation.analytical.twod.AbstractDateIntervalFunction
-
Clone constructor.
- AbstractDetector - Class in fr.cnes.sirius.patrius.propagation.events
-
Common parts shared by several events finders.
- AbstractDetector(double, double) - Constructor for class fr.cnes.sirius.patrius.propagation.events.AbstractDetector
-
Build a new instance.
- AbstractDetector(int, double, double) - Constructor for class fr.cnes.sirius.patrius.propagation.events.AbstractDetector
-
Build a new instance.
- AbstractDetectorWithTropoCorrection - Class in fr.cnes.sirius.patrius.events.sensor
-
Abstract event detector using a station elevation correction.
- AbstractDetectorWithTropoCorrection(GeometricStationAntenna, AngularCorrection, double, double) - Constructor for class fr.cnes.sirius.patrius.events.sensor.AbstractDetectorWithTropoCorrection
-
Constructor for the abstract event detector using a station elevation correction.
- AbstractEllipse - Class in fr.cnes.sirius.patrius.math.geometry.euclidean.threed
-
This is an abstract describing class for an ellipse in 3D space, with some algorithm to compute intersections and
distances to some other objects.
- AbstractEllipse(Vector3D, Vector3D, Vector3D, double, double) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.AbstractEllipse
-
Build an ellipse in the 3D space from its center, normal vector, approximative U vector of the local frame, and
two radiuses.
- AbstractEOPHistory - Class in fr.cnes.sirius.patrius.frames.configuration.eop
-
This class loads any kind of Earth Orientation Parameter data throughout a large time range.
- AbstractEOPHistory(EOPInterpolators) - Constructor for class fr.cnes.sirius.patrius.frames.configuration.eop.AbstractEOPHistory
-
Simple constructor.
- AbstractFastFourierTransformer - Class in fr.cnes.sirius.patrius.math.transform
-
This abstract class is common to all FFT algorithms of this library.
- AbstractFastFourierTransformer(DftNormalization) - Constructor for class fr.cnes.sirius.patrius.math.transform.AbstractFastFourierTransformer
-
Creates a new instance of this class, with various normalization
conventions.
- AbstractFieldMatrix<T extends FieldElement<T>> - Class in fr.cnes.sirius.patrius.math.linear
-
Basic implementation of
FieldMatrix methods regardless of the underlying storage.
- AbstractFieldMatrix() - Constructor for class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Constructor for use with Serializable
- AbstractFieldMatrix(Field<T>) - Constructor for class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Creates a matrix with no data
- AbstractFieldMatrix(Field<T>, int, int) - Constructor for class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Create a new FieldMatrix with the supplied row and column dimensions.
- AbstractFormat - Class in fr.cnes.sirius.patrius.math.fraction
-
- AbstractFormat() - Constructor for class fr.cnes.sirius.patrius.math.fraction.AbstractFormat
-
Create an improper formatting instance with the default number format
for the numerator and denominator.
- AbstractFormat(NumberFormat) - Constructor for class fr.cnes.sirius.patrius.math.fraction.AbstractFormat
-
Create an improper formatting instance with a custom number format for
both the numerator and denominator.
- AbstractFormat(NumberFormat, NumberFormat) - Constructor for class fr.cnes.sirius.patrius.math.fraction.AbstractFormat
-
Create an improper formatting instance with a custom number format for
the numerator and a custom number format for the denominator.
- AbstractInertiaProperty - Class in fr.cnes.sirius.patrius.assembly.properties
-
This class is the abstract class for all inertia properties : those properties
can provide the inertia matrix and mass center of the part.
- AbstractInertiaProperty(Vector3D, Matrix3D, MassProperty) - Constructor for class fr.cnes.sirius.patrius.assembly.properties.AbstractInertiaProperty
-
Constructor for the abstract inertia property.
- AbstractInertiaProperty(Vector3D, Matrix3D, Vector3D, MassProperty) - Constructor for class fr.cnes.sirius.patrius.assembly.properties.AbstractInertiaProperty
-
Constructor for the abstract inertia property.
- AbstractIntegerDistribution - Class in fr.cnes.sirius.patrius.math.distribution
-
Base class for integer-valued discrete distributions.
- AbstractIntegerDistribution(RandomGenerator) - Constructor for class fr.cnes.sirius.patrius.math.distribution.AbstractIntegerDistribution
-
- AbstractIntegrator - Class in fr.cnes.sirius.patrius.math.ode
-
Base class managing common boilerplate for all integrators.
- AbstractIntegrator(String) - Constructor for class fr.cnes.sirius.patrius.math.ode.AbstractIntegrator
-
Build an instance.
- AbstractIntegrator() - Constructor for class fr.cnes.sirius.patrius.math.ode.AbstractIntegrator
-
Build an instance with a null name.
- AbstractInterval - Class in fr.cnes.sirius.patrius.math.interval
-
- very simple class to represent an interval only by its ending point nature : this is what all intervals have in
common.
- AbstractInterval() - Constructor for class fr.cnes.sirius.patrius.math.interval.AbstractInterval
-
- AbstractIsisSpinBiasSlew - Class in fr.cnes.sirius.patrius.attitudes
-
Abstract class for ISIS spin bias slew: slew with trapezoidal angular velocity profile calculated in GCRF.
- AbstractIsisSpinBiasSlew(AttitudeProvider, AttitudeProvider, AbsoluteDate, AbstractIsisSpinBiasSlew.TypeOfDate, double, double, double, double, double[][], double, double, double, double[][], double) - Constructor for class fr.cnes.sirius.patrius.attitudes.AbstractIsisSpinBiasSlew
-
Constructor with default maximum number of iterations allowed for slew duration computation's convergence.
- AbstractIsisSpinBiasSlew(AttitudeProvider, AttitudeProvider, AbsoluteDate, AbstractIsisSpinBiasSlew.TypeOfDate, double, double, double, double, double[][], double, double, double, double[][], double, int) - Constructor for class fr.cnes.sirius.patrius.attitudes.AbstractIsisSpinBiasSlew
-
Constructor.
- AbstractIsisSpinBiasSlew.TypeOfDate - Enum in fr.cnes.sirius.patrius.attitudes
-
Type of provided date.
- AbstractLeastSquaresOptimizer - Class in fr.cnes.sirius.patrius.math.optim.nonlinear.vector.jacobian
-
Base class for implementing least-squares optimizers.
- AbstractLeastSquaresOptimizer(ConvergenceChecker<PointVectorValuePair>) - Constructor for class fr.cnes.sirius.patrius.math.optim.nonlinear.vector.jacobian.AbstractLeastSquaresOptimizer
-
- AbstractLinearIntervalsFunction - Class in fr.cnes.sirius.patrius.math.analysis.interpolation
-
Abstract class for linear interpolation.
- AbstractLinearIntervalsFunction() - Constructor for class fr.cnes.sirius.patrius.math.analysis.interpolation.AbstractLinearIntervalsFunction
-
- AbstractListChromosome<T> - Class in fr.cnes.sirius.patrius.math.genetics
-
Chromosome represented by an immutable list of a fixed length.
- AbstractListChromosome(List<T>) - Constructor for class fr.cnes.sirius.patrius.math.genetics.AbstractListChromosome
-
Constructor.
- AbstractListChromosome(T[]) - Constructor for class fr.cnes.sirius.patrius.math.genetics.AbstractListChromosome
-
Constructor.
- AbstractLyddanePropagator - Class in fr.cnes.sirius.patrius.propagation.analytical
-
Abstract Lyddane propagator.
- AbstractLyddanePropagator(Orbit, double, double, double, double, double, double, Frame, ParametersType, AttitudeProvider, AttitudeProvider, MassProvider) - Constructor for class fr.cnes.sirius.patrius.propagation.analytical.AbstractLyddanePropagator
-
Generic constructor.
- AbstractLyddanePropagator.LyddaneParametersType - Enum in fr.cnes.sirius.patrius.propagation.analytical
-
Lyddane parameters types.
- AbstractMSISE2000SolarData - Class in fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized
-
This abstract class represents a solar data container adapted for the
MSISE2000 atmosphere model.
- AbstractMSISE2000SolarData(SolarActivityDataProvider) - Constructor for class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.AbstractMSISE2000SolarData
-
Constructor.
- AbstractMultipleLinearRegression - Class in fr.cnes.sirius.patrius.math.stat.regression
-
Abstract base class for implementations of MultipleLinearRegression.
- AbstractMultipleLinearRegression() - Constructor for class fr.cnes.sirius.patrius.math.stat.regression.AbstractMultipleLinearRegression
-
- AbstractMultivariateRealDistribution - Class in fr.cnes.sirius.patrius.math.distribution
-
Base class for multivariate probability distributions.
- AbstractMultivariateRealDistribution(RandomGenerator, int) - Constructor for class fr.cnes.sirius.patrius.math.distribution.AbstractMultivariateRealDistribution
-
- AbstractOrbitalParameters - Class in fr.cnes.sirius.patrius.orbits.orbitalparameters
-
Abstract class for orbital parameters.
- AbstractOrbitalParameters(double) - Constructor for class fr.cnes.sirius.patrius.orbits.orbitalparameters.AbstractOrbitalParameters
-
Constructor.
- AbstractOrientationFunction - Class in fr.cnes.sirius.patrius.attitudes.kinematics
-
This abstract class is a time-dependent function representing an orientation.
- AbstractOrientationFunction(AbsoluteDate) - Constructor for class fr.cnes.sirius.patrius.attitudes.kinematics.AbstractOrientationFunction
-
Constructor setting a default finite differences differentiator.
- AbstractOrientationFunction(AbsoluteDate, UnivariateVectorFunctionDifferentiator) - Constructor for class fr.cnes.sirius.patrius.attitudes.kinematics.AbstractOrientationFunction
-
- AbstractParameterizable - Class in fr.cnes.sirius.patrius.math.ode
-
This abstract class provides boilerplate parameters list.
- AbstractParameterizable(String...) - Constructor for class fr.cnes.sirius.patrius.math.ode.AbstractParameterizable
-
Simple constructor.
- AbstractParameterizable(Collection<String>) - Constructor for class fr.cnes.sirius.patrius.math.ode.AbstractParameterizable
-
Simple constructor.
- AbstractPolynomialSolver - Class in fr.cnes.sirius.patrius.math.analysis.solver
-
Base class for solvers.
- AbstractPolynomialSolver(double) - Constructor for class fr.cnes.sirius.patrius.math.analysis.solver.AbstractPolynomialSolver
-
Construct a solver with given absolute accuracy.
- AbstractPolynomialSolver(double, double) - Constructor for class fr.cnes.sirius.patrius.math.analysis.solver.AbstractPolynomialSolver
-
Construct a solver with given accuracies.
- AbstractPolynomialSolver(double, double, double) - Constructor for class fr.cnes.sirius.patrius.math.analysis.solver.AbstractPolynomialSolver
-
Construct a solver with given accuracies.
- AbstractProjection - Class in fr.cnes.sirius.patrius.projections
-
Abstract class for projections.
- AbstractProjection(GeodeticPoint, ProjectionEllipsoid) - Constructor for class fr.cnes.sirius.patrius.projections.AbstractProjection
-
Constructor.
- AbstractPropagator - Class in fr.cnes.sirius.patrius.propagation
-
Common handling of
Propagator methods for analytical propagators.
- AbstractPropagator(AttitudeProvider) - Constructor for class fr.cnes.sirius.patrius.propagation.AbstractPropagator
-
Build a new instance.
- AbstractPropagator(AttitudeProvider, AttitudeProvider) - Constructor for class fr.cnes.sirius.patrius.propagation.AbstractPropagator
-
Build a new instance.
- AbstractRandomGenerator - Class in fr.cnes.sirius.patrius.math.random
-
- AbstractRandomGenerator() - Constructor for class fr.cnes.sirius.patrius.math.random.AbstractRandomGenerator
-
Construct a RandomGenerator.
- AbstractRealDistribution - Class in fr.cnes.sirius.patrius.math.distribution
-
Base class for probability distributions on the reals.
- AbstractRealDistribution(RandomGenerator) - Constructor for class fr.cnes.sirius.patrius.math.distribution.AbstractRealDistribution
-
- AbstractRealMatrix - Class in fr.cnes.sirius.patrius.math.linear
-
Basic implementation of RealMatrix methods regardless of the underlying storage.
- AbstractRealMatrix() - Constructor for class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Creates a matrix with no data
- AbstractRealMatrix(int, int) - Constructor for class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Create a new RealMatrix with the supplied row and column dimensions.
- AbstractRegion<S extends Space,T extends Space> - Class in fr.cnes.sirius.patrius.math.geometry.partitioning
-
Abstract class for all regions, independently of geometry type or dimension.
- AbstractRegion() - Constructor for class fr.cnes.sirius.patrius.math.geometry.partitioning.AbstractRegion
-
Build a region representing the whole space.
- AbstractRegion(BSPTree<S>) - Constructor for class fr.cnes.sirius.patrius.math.geometry.partitioning.AbstractRegion
-
Build a region from an inside/outside BSP tree.
- AbstractRegion(Collection<SubHyperplane<S>>) - Constructor for class fr.cnes.sirius.patrius.math.geometry.partitioning.AbstractRegion
-
Build a Region from a Boundary REPresentation (B-rep).
- AbstractRegion(Hyperplane<S>[]) - Constructor for class fr.cnes.sirius.patrius.math.geometry.partitioning.AbstractRegion
-
Build a convex region from an array of bounding hyperplanes.
- AbstractSearchIndex - Class in fr.cnes.sirius.patrius.math.utils
-
Abstract class for index search algorithm with a coupled dichotomy-BinarySearch algorithms.
- AbstractSearchIndex(double[]) - Constructor for class fr.cnes.sirius.patrius.math.utils.AbstractSearchIndex
-
Default constructor with default CLOSED_OPEN convention.
- AbstractSearchIndex(double[], ISearchIndex.SearchIndexIntervalConvention) - Constructor for class fr.cnes.sirius.patrius.math.utils.AbstractSearchIndex
-
Constructor with defined interval convention.
- AbstractSimplex - Class in fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.noderiv
-
This class implements the simplex concept.
- AbstractSimplex(int) - Constructor for class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.noderiv.AbstractSimplex
-
Build a unit hypercube simplex.
- AbstractSimplex(int, double) - Constructor for class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.noderiv.AbstractSimplex
-
Build a hypercube simplex with the given side length.
- AbstractSimplex(double[]) - Constructor for class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.noderiv.AbstractSimplex
-
The start configuration for simplex is built from a box parallel to
the canonical axes of the space.
- AbstractSimplex(double[][]) - Constructor for class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.noderiv.AbstractSimplex
-
The real initial simplex will be set up by moving the reference
simplex such that its first point is located at the start point of the
optimization.
- AbstractSlew - Class in fr.cnes.sirius.patrius.attitudes
-
This abstract class is the basic implementation of the
Slew interface.
- AbstractSlew(AttitudeProvider, AttitudeProvider, AbsoluteDate, AbsoluteDate) - Constructor for class fr.cnes.sirius.patrius.attitudes.AbstractSlew
-
Builds a slew when its interval of validity is known.
- AbstractStelaGaussContribution - Class in fr.cnes.sirius.patrius.stela.forces
-
Abstract Class for the computation of Gauss Equations and its derivatives
- AbstractStelaGaussContribution() - Constructor for class fr.cnes.sirius.patrius.stela.forces.AbstractStelaGaussContribution
-
Constructor of the class
- AbstractStelaLagrangeContribution - Class in fr.cnes.sirius.patrius.stela.forces
-
This abstract class represents a force with Lagrange attribute, to be used in a
StelaGTOPropagator.
- AbstractStelaLagrangeContribution() - Constructor for class fr.cnes.sirius.patrius.stela.forces.AbstractStelaLagrangeContribution
-
Constructor of the class
- AbstractStepInterpolator - Class in fr.cnes.sirius.patrius.math.ode.sampling
-
This abstract class represents an interpolator over the last step
during an ODE integration.
- AbstractStepInterpolator() - Constructor for class fr.cnes.sirius.patrius.math.ode.sampling.AbstractStepInterpolator
-
Simple constructor.
- AbstractStepInterpolator(double[], boolean, EquationsMapper, EquationsMapper[]) - Constructor for class fr.cnes.sirius.patrius.math.ode.sampling.AbstractStepInterpolator
-
Simple constructor.
- AbstractStepInterpolator(AbstractStepInterpolator) - Constructor for class fr.cnes.sirius.patrius.math.ode.sampling.AbstractStepInterpolator
-
Copy constructor.
- AbstractStorelessUnivariateStatistic - Class in fr.cnes.sirius.patrius.math.stat.descriptive
-
- AbstractStorelessUnivariateStatistic() - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.AbstractStorelessUnivariateStatistic
-
- AbstractSubHyperplane<S extends Space,T extends Space> - Class in fr.cnes.sirius.patrius.math.geometry.partitioning
-
This class implements the dimension-independent parts of
SubHyperplane.
- AbstractSubHyperplane(Hyperplane<S>, Region<T>) - Constructor for class fr.cnes.sirius.patrius.math.geometry.partitioning.AbstractSubHyperplane
-
Build a sub-hyperplane from an hyperplane and a region.
- AbstractTides - Class in fr.cnes.sirius.patrius.forces.gravity.tides
-
Common handling of
ForceModel methods for tides models.
- AbstractTides(Frame, double, double, int, int) - Constructor for class fr.cnes.sirius.patrius.forces.gravity.tides.AbstractTides
-
Build a new instance.
- AbstractTides(Frame, double, double, int, int, int, int) - Constructor for class fr.cnes.sirius.patrius.forces.gravity.tides.AbstractTides
-
Build a new instance.
- AbstractTides(Frame, Parameter, Parameter, int, int) - Constructor for class fr.cnes.sirius.patrius.forces.gravity.tides.AbstractTides
-
- AbstractTides(Frame, Parameter, Parameter, int, int, int, int) - Constructor for class fr.cnes.sirius.patrius.forces.gravity.tides.AbstractTides
-
- AbstractTLEFitter - Class in fr.cnes.sirius.patrius.propagation.analytical.tle
-
Abstract class for TLE/Orbit fitting.
- AbstractTLEFitter(int, char, int, int, String, int, int) - Constructor for class fr.cnes.sirius.patrius.propagation.analytical.tle.AbstractTLEFitter
-
Simple constructor.
- AbstractTLEFitter.ResidualsFunction - Class in fr.cnes.sirius.patrius.propagation.analytical.tle
-
Internal class for computing position/velocity at sample points.
- AbstractTLEFitter.ResidualsFunction() - Constructor for class fr.cnes.sirius.patrius.propagation.analytical.tle.AbstractTLEFitter.ResidualsFunction
-
- AbstractUnivariateDifferentiableSolver - Class in fr.cnes.sirius.patrius.math.analysis.solver
-
Provide a default implementation for several functions useful to generic
solvers.
- AbstractUnivariateDifferentiableSolver(double) - Constructor for class fr.cnes.sirius.patrius.math.analysis.solver.AbstractUnivariateDifferentiableSolver
-
Construct a solver with given absolute accuracy.
- AbstractUnivariateDifferentiableSolver(double, double, double) - Constructor for class fr.cnes.sirius.patrius.math.analysis.solver.AbstractUnivariateDifferentiableSolver
-
Construct a solver with given accuracies.
- AbstractUnivariateSolver - Class in fr.cnes.sirius.patrius.math.analysis.solver
-
Base class for solvers.
- AbstractUnivariateSolver(double) - Constructor for class fr.cnes.sirius.patrius.math.analysis.solver.AbstractUnivariateSolver
-
Construct a solver with given absolute accuracy.
- AbstractUnivariateSolver(double, double) - Constructor for class fr.cnes.sirius.patrius.math.analysis.solver.AbstractUnivariateSolver
-
Construct a solver with given accuracies.
- AbstractUnivariateSolver(double, double, double) - Constructor for class fr.cnes.sirius.patrius.math.analysis.solver.AbstractUnivariateSolver
-
Construct a solver with given accuracies.
- AbstractUnivariateStatistic - Class in fr.cnes.sirius.patrius.math.stat.descriptive
-
- AbstractUnivariateStatistic() - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.AbstractUnivariateStatistic
-
- AbstractVector3DFunction - Class in fr.cnes.sirius.patrius.math.geometry.euclidean.threed
-
This abstract class is a time-dependent function representing a vector 3D.
- AbstractVector3DFunction(AbsoluteDate) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.AbstractVector3DFunction
-
Constructor setting a default finite differences differentiator and a default trapezoid integrator.
- AbstractVector3DFunction(AbsoluteDate, UnivariateVectorFunctionDifferentiator) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.AbstractVector3DFunction
-
Constructor setting a default trapezoid integrator.
- AbstractVector3DFunction(AbsoluteDate, UnivariateVectorFunctionDifferentiator, UnivariateIntegrator) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.AbstractVector3DFunction
-
Constructor.
- AbstractWell - Class in fr.cnes.sirius.patrius.math.random
-
This abstract class implements the WELL class of pseudo-random number generator
from François Panneton, Pierre L'Ecuyer and Makoto Matsumoto.
- AbstractWell(int, int, int, int) - Constructor for class fr.cnes.sirius.patrius.math.random.AbstractWell
-
Creates a new random number generator.
- AbstractWell(int, int, int, int, int) - Constructor for class fr.cnes.sirius.patrius.math.random.AbstractWell
-
Creates a new random number generator using a single int seed.
- AbstractWell(int, int, int, int, int[]) - Constructor for class fr.cnes.sirius.patrius.math.random.AbstractWell
-
Creates a new random number generator using an int array seed.
- AbstractWell(int, int, int, int, long) - Constructor for class fr.cnes.sirius.patrius.math.random.AbstractWell
-
Creates a new random number generator using a single long seed.
- accelDuration - Variable in class fr.cnes.sirius.patrius.attitudes.AbstractIsisSpinBiasSlew
-
Duration of the acceleration phase.
- accelMax - Variable in class fr.cnes.sirius.patrius.attitudes.AbstractIsisSpinBiasSlew
-
Value of the acceleration step during the first phase.
- acceptStep(AbstractStepInterpolator, double[], double[], double) - Method in class fr.cnes.sirius.patrius.math.ode.AbstractIntegrator
-
Accept a step, triggering events and step handlers.
- acceptStep(AbsoluteDate, double) - Method in class fr.cnes.sirius.patrius.propagation.AbstractPropagator
-
Accept a step, triggering events and step handlers.
- acceptStep(AbsoluteDate, double) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Accept a step, triggering events and step handlers.
- acos() - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
Arc cosine operation.
- acos(double[], int, double[], int) - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DSCompiler
-
Compute arc cosine of a derivative structure.
- Acos - Class in fr.cnes.sirius.patrius.math.analysis.function
-
Arc-cosine function.
- Acos() - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Acos
-
- acos() - Method in class fr.cnes.sirius.patrius.math.complex.Complex
-
- acos(Dfp) - Static method in class fr.cnes.sirius.patrius.math.dfp.DfpMath
-
computes the arc-cosine of the argument.
- acos() - Method in interface fr.cnes.sirius.patrius.math.RealFieldElement
-
Arc cosine operation.
- acos(double) - Static method in class fr.cnes.sirius.patrius.math.util.FastMath
-
Compute the arc cosine of a number.
- acosh() - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
Inverse hyperbolic cosine operation.
- acosh(double[], int, double[], int) - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DSCompiler
-
Compute inverse hyperbolic cosine of a derivative structure.
- Acosh - Class in fr.cnes.sirius.patrius.math.analysis.function
-
Hyperbolic arc-cosine function.
- Acosh() - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Acosh
-
- acosh() - Method in interface fr.cnes.sirius.patrius.math.RealFieldElement
-
Inverse hyperbolic cosine operation.
- acosh(double) - Static method in class fr.cnes.sirius.patrius.math.util.FastMath
-
Compute the inverse hyperbolic cosine of a number.
- ACSOL_FILENAME - Static variable in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataFactory
-
Default file name for ACSOL
- ACSOLFormatReader - Class in fr.cnes.sirius.patrius.forces.atmospheres.solarActivity
-
This class reads ACSOL format solar activity data
- ACSOLFormatReader(String) - Constructor for class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.ACSOLFormatReader
-
Constructor.
- AdamsBashforthIntegrator - Class in fr.cnes.sirius.patrius.math.ode.nonstiff
-
This class implements explicit Adams-Bashforth integrators for Ordinary
Differential Equations.
- AdamsBashforthIntegrator(int, double, double, double, double) - Constructor for class fr.cnes.sirius.patrius.math.ode.nonstiff.AdamsBashforthIntegrator
-
Build an Adams-Bashforth integrator with the given order and step control parameters.
- AdamsBashforthIntegrator(int, double, double, double[], double[]) - Constructor for class fr.cnes.sirius.patrius.math.ode.nonstiff.AdamsBashforthIntegrator
-
Build an Adams-Bashforth integrator with the given order and step control parameters.
- AdamsIntegrator - Class in fr.cnes.sirius.patrius.math.ode.nonstiff
-
- AdamsIntegrator(String, int, int, double, double, double, double) - Constructor for class fr.cnes.sirius.patrius.math.ode.nonstiff.AdamsIntegrator
-
Build an Adams integrator with the given order and step control parameters.
- AdamsIntegrator(String, int, int, double, double, double[], double[]) - Constructor for class fr.cnes.sirius.patrius.math.ode.nonstiff.AdamsIntegrator
-
Build an Adams integrator with the given order and step control parameters.
- AdamsMoultonIntegrator - Class in fr.cnes.sirius.patrius.math.ode.nonstiff
-
This class implements implicit Adams-Moulton integrators for Ordinary
Differential Equations.
- AdamsMoultonIntegrator(int, double, double, double, double) - Constructor for class fr.cnes.sirius.patrius.math.ode.nonstiff.AdamsMoultonIntegrator
-
Build an Adams-Moulton integrator with the given order and error control parameters.
- AdamsMoultonIntegrator(int, double, double, double[], double[]) - Constructor for class fr.cnes.sirius.patrius.math.ode.nonstiff.AdamsMoultonIntegrator
-
Build an Adams-Moulton integrator with the given order and error control parameters.
- AdamsNordsieckTransformer - Class in fr.cnes.sirius.patrius.math.ode.nonstiff
-
Transformer to Nordsieck vectors for Adams integrators.
- AdaptedEventDetector - Class in fr.cnes.sirius.patrius.propagation.events
-
- AdaptedEventDetector(EventDetector, Map<String, AdditionalStateInfo>, OrbitType, PositionAngle, AttitudeProvider, AttitudeProvider, AbsoluteDate, double, Frame) - Constructor for class fr.cnes.sirius.patrius.propagation.events.AdaptedEventDetector
-
Build a wrapped event detector.
- AdaptedMonoEventDetector - Class in fr.cnes.sirius.patrius.propagation.events.multi
-
- AdaptedMonoEventDetector(EventDetector, OrbitType, PositionAngle, AttitudeProvider, AttitudeProvider, AbsoluteDate, double, Frame, MultiStateVectorInfo, String) - Constructor for class fr.cnes.sirius.patrius.propagation.events.multi.AdaptedMonoEventDetector
-
Build a wrapped event detector.
- AdaptedMultiEventDetector - Class in fr.cnes.sirius.patrius.propagation.events.multi
-
- AdaptedMultiEventDetector(MultiEventDetector, OrbitType, PositionAngle, Map<String, AttitudeProvider>, Map<String, AttitudeProvider>, AbsoluteDate, Map<String, Double>, Map<String, Frame>, MultiStateVectorInfo) - Constructor for class fr.cnes.sirius.patrius.propagation.events.multi.AdaptedMultiEventDetector
-
Build a wrapped multi-sat event detector.
- AdaptedStepHandler - Class in fr.cnes.sirius.patrius.propagation.sampling
-
- AdaptedStepHandler(PatriusStepHandler) - Constructor for class fr.cnes.sirius.patrius.propagation.sampling.AdaptedStepHandler
-
Build an instance.
- AdapterPropagator - Class in fr.cnes.sirius.patrius.propagation.analytical
-
- AdapterPropagator(Propagator) - Constructor for class fr.cnes.sirius.patrius.propagation.analytical.AdapterPropagator
-
Build a propagator from an underlying reference propagator.
- AdapterPropagator.DifferentialEffect - Interface in fr.cnes.sirius.patrius.propagation.analytical
-
Interface for orbit differential effects.
- AdaptiveStepsizeIntegrator - Class in fr.cnes.sirius.patrius.math.ode.nonstiff
-
This abstract class holds the common part of all adaptive
stepsize integrators for Ordinary Differential Equations.
- AdaptiveStepsizeIntegrator(String, double, double, double, double) - Constructor for class fr.cnes.sirius.patrius.math.ode.nonstiff.AdaptiveStepsizeIntegrator
-
Build an integrator with the given stepsize bounds.
- AdaptiveStepsizeIntegrator(String, double, double, double[], double[]) - Constructor for class fr.cnes.sirius.patrius.math.ode.nonstiff.AdaptiveStepsizeIntegrator
-
Build an integrator with the given stepsize bounds.
- add(String, AttitudeLeg) - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeLegsSequence
-
Adds an AttitudeLeg instance to the sequence, with conditions.
The conditions are :
A new instance can only be inserted at the beginning or the end of the sequence (except the first one of
course).
- add(CodedEvent) - Method in class fr.cnes.sirius.patrius.events.CodedEventsList
-
- add(Phenomenon) - Method in class fr.cnes.sirius.patrius.events.PhenomenaList
-
- add(OceanTidesCoefficientsSet) - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsReader
-
- add(VariablePotentialCoefficientsSet) - Method in class fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.VariablePotentialCoefficientsReader
-
Add an entry
- add(ContinuousThrustManeuver) - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ManeuversSequence
-
Adds a continuous maneuver to the list.
Two scenarios are possible :
the maneuver to add is triggered by a detector other than
DateDetector, always add the maneuver; it
means some overlapping may occur.
the maneuver to add is triggered by a
DateDetector, always check first if the time interval of the
maneuver respects the two following conditions:
no superposition with any maneuver in the list;
the time between the end of the previous maneuver and the start of the maneuver to add, as well as the time
between the end of the maneuver to add and the start of the next maneuver, must be bigger than the threshold
value.
- add(ImpulseManeuver) - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ManeuversSequence
-
Adds an impulse maneuver to the list.
Two scenarios are possible:
the maneuver to add is triggered by a detector other than
DateDetector, always add the maneuver; it
means some overlapping may occur.
the maneuver to add is triggered by a
DateDetector, check if the date of the maneuver respects the
two following conditions:
no superposition with any maneuver in the list;
the time between the end of the previous maneuver and the date of the maneuver to add, as well as the time
between the end of the maneuver to add and the date of the next maneuver, must be bigger than the threshold
value.
- add(double) - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
'+' operator.
- add(DerivativeStructure) - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
'+' operator.
- add(double[], int, double[], int, double[], int) - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DSCompiler
-
Perform addition of two derivative structures.
- Add - Class in fr.cnes.sirius.patrius.math.analysis.function
-
Add the two operands.
- Add() - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Add
-
- add(UnivariateFunction...) - Static method in class fr.cnes.sirius.patrius.math.analysis.FunctionUtils
-
Adds functions.
- add(UnivariateDifferentiableFunction...) - Static method in class fr.cnes.sirius.patrius.math.analysis.FunctionUtils
-
Adds functions.
- add(PolynomialFunction) - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.PolynomialFunction
-
Add a polynomial to the instance.
- add(TrigonometricPolynomialFunction) - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.TrigonometricPolynomialFunction
-
- add(TrigonometricPolynomialPrimitive) - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.TrigonometricPolynomialPrimitive
-
- add(PolynomialFunction) - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.TrigonometricPolynomialPrimitive
-
- add(TrigonometricPolynomialFunction) - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.TrigonometricPolynomialPrimitive
-
- add(Complex) - Method in class fr.cnes.sirius.patrius.math.complex.Complex
-
Returns a Complex whose value is (this + addend).
- add(double) - Method in class fr.cnes.sirius.patrius.math.complex.Complex
-
Returns a Complex whose value is (this + addend),
with addend interpreted as a real number.
- add(Quaternion, Quaternion) - Static method in class fr.cnes.sirius.patrius.math.complex.Quaternion
-
Computes the sum of two quaternions.
- add(Quaternion) - Method in class fr.cnes.sirius.patrius.math.complex.Quaternion
-
Computes the sum of the instance and another quaternion.
- add(Dfp) - Method in class fr.cnes.sirius.patrius.math.dfp.Dfp
-
Add x to this.
- add(T) - Method in interface fr.cnes.sirius.patrius.math.FieldElement
-
Compute this + a.
- add(BigInteger) - Method in class fr.cnes.sirius.patrius.math.fraction.BigFraction
-
Adds the value of this fraction to the passed
BigInteger, returning the result in reduced form.
- add(int) - Method in class fr.cnes.sirius.patrius.math.fraction.BigFraction
-
Adds the value of this fraction to the passed integer, returning the result in reduced form.
- add(long) - Method in class fr.cnes.sirius.patrius.math.fraction.BigFraction
-
Adds the value of this fraction to the passed long, returning the result in reduced form.
- add(BigFraction) - Method in class fr.cnes.sirius.patrius.math.fraction.BigFraction
-
Adds the value of this fraction to another, returning the result in reduced form.
- add(Fraction) - Method in class fr.cnes.sirius.patrius.math.fraction.Fraction
-
Adds the value of this fraction to another, returning the result in reduced form.
- add(int) - Method in class fr.cnes.sirius.patrius.math.fraction.Fraction
-
Add an integer to the fraction.
- add(Vector<Euclidean1D>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.Vector1D
-
Add a vector to the instance.
- add(double, Vector<Euclidean1D>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.Vector1D
-
Add a scaled vector to the instance.
- add(FieldVector3D<T>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Add a vector to the instance.
- add(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Add a vector to the instance.
- add(T, FieldVector3D<T>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Add a scaled vector to the instance.
- add(T, Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Add a scaled vector to the instance.
- add(double, FieldVector3D<T>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Add a scaled vector to the instance.
- add(double, Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Add a scaled vector to the instance.
- add(Matrix3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Matrix3D
-
Computes the addition of two Matrix3D
- add(Vector<Euclidean3D>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Vector3D
-
Add a vector to the instance.
- add(double, Vector<Euclidean3D>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Vector3D
-
Add a scaled vector to the instance.
- add(Vector<Euclidean2D>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Vector2D
-
Add a vector to the instance.
- add(double, Vector<Euclidean2D>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Vector2D
-
Add a scaled vector to the instance.
- add(Vector<S>) - Method in interface fr.cnes.sirius.patrius.math.geometry.Vector
-
Add a vector to the instance.
- add(double, Vector<S>) - Method in interface fr.cnes.sirius.patrius.math.geometry.Vector
-
Add a scaled vector to the instance.
- add(FieldMatrix<T>) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Compute the sum of this and m.
- add(RealMatrix) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Returns the sum of this and m.
- add(Array2DRowFieldMatrix<T>) - Method in class fr.cnes.sirius.patrius.math.linear.Array2DRowFieldMatrix
-
Add m to this matrix.
- add(Array2DRowRealMatrix) - Method in class fr.cnes.sirius.patrius.math.linear.Array2DRowRealMatrix
-
Compute the sum of this and m.
- add(FieldVector<T>) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Compute the sum of this and v.
- add(ArrayFieldVector<T>) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Compute the sum of this and v.
- add(RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Compute the sum of this vector and v.
- add(FieldMatrix<T>) - Method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Compute the sum of this and m.
- add(BlockFieldMatrix<T>) - Method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Compute the sum of this and m.
- add(RealMatrix) - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Returns the sum of this and m.
- add(BlockRealMatrix) - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Compute the sum of this matrix and m.
- add(DiagonalMatrix) - Method in class fr.cnes.sirius.patrius.math.linear.DiagonalMatrix
-
Compute the sum of this and m.
- add(SymmetricMatrix) - Method in class fr.cnes.sirius.patrius.math.linear.DiagonalMatrix
-
Compute the sum of this and m.
- add(FieldMatrix<T>) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrix
-
Compute the sum of this and m.
- add(FieldVector<T>) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldVector
-
Compute the sum of this and v.
- add(RealMatrix) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Returns the sum of this and m.
- add(RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Compute the sum of this vector and v.
- add(SymmetricMatrix) - Method in class fr.cnes.sirius.patrius.math.linear.SymmetricMatrix
-
Compute the sum of this and m.
- add(DiagonalMatrix) - Method in class fr.cnes.sirius.patrius.math.linear.SymmetricMatrix
-
Compute the sum of this and m.
- add(RealMatrix) - Method in class fr.cnes.sirius.patrius.math.linear.SymmetricMatrix
-
Returns the sum of this and m.
- add(double) - Method in interface fr.cnes.sirius.patrius.math.RealFieldElement
-
'+' operator.
- add(BigReal) - Method in class fr.cnes.sirius.patrius.math.util.BigReal
-
Compute this + a.
- add(Decimal64) - Method in class fr.cnes.sirius.patrius.math.util.Decimal64
-
Compute this + a.
- add(GeoMagneticField) - Method in class fr.cnes.sirius.patrius.models.earth.GeoMagneticModelReader
-
- add(PatriusStepHandler) - Method in class fr.cnes.sirius.patrius.propagation.sampling.PatriusStepHandlerMultiplexer
-
Add a step handler.
- add(Wrench) - Method in class fr.cnes.sirius.patrius.wrenches.Wrench
-
Sum of two wrenches.
- addAcceleration(Vector3D, Frame) - Method in interface fr.cnes.sirius.patrius.propagation.numerical.TimeDerivativesEquations
-
Add the contribution of an acceleration expressed in some inertial frame.
- addAdditionalEquations(AdditionalEquations, String) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
Add a set of user-specified equations to be integrated along with the orbit propagation.
- addAdditionalEquations(AdditionalEquations) - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Add a set of user-specified equations to be integrated along with the orbit propagation.
- addAdditionalEquations(StelaAdditionalEquations) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaGTOPropagator
-
Add a set of user-specified additional equations to be integrated along with the orbit propagation.
- addAdditionalState(String, double[]) - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Add an additional state to the additional states map.
- addAdditionalStateDerivative(String, double[]) - Method in interface fr.cnes.sirius.patrius.propagation.numerical.TimeDerivativesEquations
-
Add the contribution of the change rate (dX/dt) of the additional state.
- addAdditionalStateProvider(AdditionalStateProvider) - Method in class fr.cnes.sirius.patrius.propagation.AbstractPropagator
-
Add a set of user-specified state parameters to be computed along with the orbit propagation.
- addAdditionalStateProvider(MassProvider) - Method in class fr.cnes.sirius.patrius.propagation.AbstractPropagator
-
Add a set of state parameters from MassProvider to be computed along with the orbit propagation.
- addAdditionalStateProvider(AdditionalStateProvider) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Add a set of user-specified state parameters to be computed along with the orbit propagation.
- addAndCheck(int, int) - Static method in class fr.cnes.sirius.patrius.math.util.ArithmeticUtils
-
Add two integers, checking for overflow.
- addAndCheck(long, long) - Static method in class fr.cnes.sirius.patrius.math.util.ArithmeticUtils
-
Add two long integers, checking for overflow.
- addApKp(AbsoluteDate, Double[][]) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataReader
-
Add a flux value
- addAttitude(Attitude, AttitudeEquation.AttitudeType) - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Add attitude to the additional states map.
- addAttitudeEquation(AttitudeEquation, String) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
Add a set of user-specified attitude equations to be integrated along with the orbit propagation.
- addAttitudeEquation(AttitudeEquation) - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Add a set of user-specified attitude equations to be integrated along with the orbit propagation.
- addAttitudeEquation(StelaAttitudeAdditionalEquations) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaGTOPropagator
-
Add a set of user-specified attitude equations to be integrated along with the orbit propagation.
- addAttitudeToAdditionalStates(AttitudeEquation.AttitudeType) - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Add attitude to the additional states map.
- addCelestialBodyLoader(String, CelestialBodyLoader) - Static method in class fr.cnes.sirius.patrius.bodies.CelestialBodyFactory
-
Add a loader for celestial bodies.
- addChromosome(Chromosome) - Method in class fr.cnes.sirius.patrius.math.genetics.ListPopulation
-
Add the given chromosome to the population.
- addChromosome(Chromosome) - Method in interface fr.cnes.sirius.patrius.math.genetics.Population
-
Add the given chromosome to the population.
- addChromosomes(Collection<Chromosome>) - Method in class fr.cnes.sirius.patrius.math.genetics.ListPopulation
-
- addCodedEvent(CodedEvent) - Method in class fr.cnes.sirius.patrius.events.postprocessing.Timeline
-
- addContribution(SpacecraftState, TimeDerivativesEquations) - Method in class fr.cnes.sirius.patrius.forces.drag.DragForce
-
Compute the contribution of the drag to the perturbing acceleration.
- addContribution(SpacecraftState, TimeDerivativesEquations) - Method in class fr.cnes.sirius.patrius.forces.EmpiricalForce
-
- addContribution(SpacecraftState, TimeDerivativesEquations) - Method in interface fr.cnes.sirius.patrius.forces.ForceModel
-
Compute the contribution of the force model to the perturbing
acceleration.
- addContribution(SpacecraftState, TimeDerivativesEquations) - Method in class fr.cnes.sirius.patrius.forces.gravity.BalminoAttractionModel
-
Compute the contribution of the force model to the perturbing
acceleration.
- addContribution(SpacecraftState, TimeDerivativesEquations) - Method in class fr.cnes.sirius.patrius.forces.gravity.CunninghamAttractionModel
-
Compute the contribution of the force model to the perturbing
acceleration.
- addContribution(SpacecraftState, TimeDerivativesEquations) - Method in class fr.cnes.sirius.patrius.forces.gravity.DrozinerAttractionModel
-
Compute the contribution of the force model to the perturbing
acceleration.
- addContribution(SpacecraftState, TimeDerivativesEquations) - Method in class fr.cnes.sirius.patrius.forces.gravity.NewtonianAttraction
-
Compute the contribution of the force model to the perturbing
acceleration.
- addContribution(SpacecraftState, TimeDerivativesEquations) - Method in class fr.cnes.sirius.patrius.forces.gravity.ThirdBodyAttraction
-
Compute the contribution of the force model to the perturbing
acceleration.
- addContribution(SpacecraftState, TimeDerivativesEquations) - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.AbstractTides
-
Compute the contribution of the force model to the perturbing
acceleration.
- addContribution(SpacecraftState, TimeDerivativesEquations) - Method in class fr.cnes.sirius.patrius.forces.gravity.variations.VariablePotentialAttractionModel
-
Compute the contribution of the force model to the perturbing
acceleration.
- addContribution(SpacecraftState, TimeDerivativesEquations) - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
Compute the contribution of the constant thrust error model to the perturbing acceleration.
- addContribution(SpacecraftState, TimeDerivativesEquations) - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
Compute the contribution of the force model to the perturbing
acceleration.
- addContribution(SpacecraftState, TimeDerivativesEquations) - Method in class fr.cnes.sirius.patrius.forces.radiation.RediffusedRadiationPressure
-
Compute the contribution of the force model to the perturbing
acceleration.
- addContribution(SpacecraftState, TimeDerivativesEquations) - Method in class fr.cnes.sirius.patrius.forces.radiation.SolarRadiationPressureCircular
-
Compute the contribution of the force model to the perturbing
acceleration.
- addContribution(SpacecraftState, TimeDerivativesEquations) - Method in class fr.cnes.sirius.patrius.forces.radiation.SolarRadiationPressureEllipsoid
-
- addContribution(SpacecraftState, TimeDerivativesEquations) - Method in class fr.cnes.sirius.patrius.forces.relativistic.CoriolisRelativisticEffect
-
Compute the contribution of the force model to the perturbing
acceleration.
- addContribution(SpacecraftState, TimeDerivativesEquations) - Method in class fr.cnes.sirius.patrius.forces.relativistic.LenseThirringRelativisticEffect
-
Compute the contribution of the force model to the perturbing
acceleration.
- addContribution(SpacecraftState, TimeDerivativesEquations) - Method in class fr.cnes.sirius.patrius.forces.relativistic.SchwarzschildRelativisticEffect
-
Compute the contribution of the force model to the perturbing
acceleration.
- addDAccDParam(SpacecraftState, Parameter, double[]) - Method in class fr.cnes.sirius.patrius.forces.drag.DragForce
-
Compute acceleration derivatives with respect to additional parameters.
- addDAccDParam(SpacecraftState, Parameter, double[]) - Method in class fr.cnes.sirius.patrius.forces.EmpiricalForce
-
Compute acceleration derivatives with respect to additional parameters.
- addDAccDParam(SpacecraftState, Parameter, double[]) - Method in class fr.cnes.sirius.patrius.forces.gravity.BalminoAttractionModel
-
Compute acceleration derivatives with respect to additional parameters.
- addDAccDParam(SpacecraftState, Parameter, double[]) - Method in class fr.cnes.sirius.patrius.forces.gravity.CunninghamAttractionModel
-
Compute acceleration derivatives with respect to additional parameters.
- addDAccDParam(SpacecraftState, Parameter, double[]) - Method in class fr.cnes.sirius.patrius.forces.gravity.NewtonianAttraction
-
Compute acceleration derivatives with respect to additional parameters.
- addDAccDParam(SpacecraftState, Parameter, double[]) - Method in class fr.cnes.sirius.patrius.forces.gravity.ThirdBodyAttraction
-
Compute acceleration derivatives with respect to additional parameters.
- addDAccDParam(SpacecraftState, Parameter, double[]) - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.AbstractTides
-
Compute acceleration derivatives with respect to additional parameters.
- addDAccDParam(SpacecraftState, Parameter, double[]) - Method in class fr.cnes.sirius.patrius.forces.gravity.variations.VariablePotentialAttractionModel
-
Compute acceleration derivatives with respect to additional parameters.
- addDAccDParam(SpacecraftState, Parameter, double[]) - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
- addDAccDParam(SpacecraftState, Parameter, double[]) - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
Compute acceleration derivatives with respect to additional parameters.
- addDAccDParam(SpacecraftState, Parameter, double[]) - Method in class fr.cnes.sirius.patrius.forces.radiation.RediffusedRadiationPressure
-
Compute acceleration derivatives with respect to additional parameters.
- addDAccDParam(SpacecraftState, Parameter, double[]) - Method in class fr.cnes.sirius.patrius.forces.radiation.SolarRadiationPressureCircular
-
Compute acceleration derivatives with respect to additional parameters.
- addDAccDParam(SpacecraftState, Parameter, double[]) - Method in class fr.cnes.sirius.patrius.forces.radiation.SolarRadiationPressureEllipsoid
-
- addDAccDParam(SpacecraftState, Parameter, double[]) - Method in class fr.cnes.sirius.patrius.forces.relativistic.CoriolisRelativisticEffect
-
Compute acceleration derivatives with respect to additional parameters.
- addDAccDParam(SpacecraftState, Parameter, double[]) - Method in class fr.cnes.sirius.patrius.forces.relativistic.LenseThirringRelativisticEffect
-
Compute acceleration derivatives with respect to additional parameters.
- addDAccDParam(SpacecraftState, Parameter, double[]) - Method in class fr.cnes.sirius.patrius.forces.relativistic.SchwarzschildRelativisticEffect
-
Compute acceleration derivatives with respect to additional parameters.
- addDAccDParam(SpacecraftState, Parameter, double[]) - Method in interface fr.cnes.sirius.patrius.math.parameter.IJacobiansParameterizable
-
Compute acceleration derivatives with respect to additional parameters.
- addDAccDParam(SpacecraftState, Parameter, double[]) - Method in class fr.cnes.sirius.patrius.propagation.numerical.Jacobianizer
-
Compute acceleration derivatives with respect to additional parameters.
- addDAccDParamRediffusedRadiativePressure(SpacecraftState, Parameter, double[]) - Method in class fr.cnes.sirius.patrius.assembly.models.RediffusedRadiativeModel
-
- addDAccDParamRediffusedRadiativePressure(SpacecraftState, Parameter, double[]) - Method in interface fr.cnes.sirius.patrius.forces.radiation.RediffusedRadiationSensitive
-
Compute acceleration derivatives.
- addDAccDState(SpacecraftState, double[][], double[][]) - Method in class fr.cnes.sirius.patrius.forces.drag.DragForce
-
Compute acceleration derivatives with respect to state parameters.
- addDAccDState(SpacecraftState, double[][], double[][]) - Method in class fr.cnes.sirius.patrius.forces.EmpiricalForce
-
- addDAccDState(SpacecraftState, double[][], double[][]) - Method in class fr.cnes.sirius.patrius.forces.gravity.BalminoAttractionModel
-
Compute acceleration derivatives with respect to state parameters.
- addDAccDState(SpacecraftState, double[][], double[][]) - Method in class fr.cnes.sirius.patrius.forces.gravity.CunninghamAttractionModel
-
Compute acceleration derivatives with respect to state parameters.
- addDAccDState(SpacecraftState, double[][], double[][]) - Method in class fr.cnes.sirius.patrius.forces.gravity.NewtonianAttraction
-
Compute acceleration derivatives with respect to state parameters.
- addDAccDState(SpacecraftState, double[][], double[][]) - Method in class fr.cnes.sirius.patrius.forces.gravity.ThirdBodyAttraction
-
Compute acceleration derivatives with respect to state parameters.
- addDAccDState(SpacecraftState, double[][], double[][]) - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.AbstractTides
-
Compute acceleration derivatives with respect to state parameters.
- addDAccDState(SpacecraftState, double[][], double[][]) - Method in class fr.cnes.sirius.patrius.forces.gravity.variations.VariablePotentialAttractionModel
-
- addDAccDState(SpacecraftState, double[][], double[][]) - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
- addDAccDState(SpacecraftState, double[][], double[][]) - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
Compute acceleration derivatives with respect to state parameters.
- addDAccDState(SpacecraftState, double[][], double[][]) - Method in class fr.cnes.sirius.patrius.forces.radiation.RediffusedRadiationPressure
-
Compute acceleration derivatives with respect to state parameters.
- addDAccDState(SpacecraftState, double[][], double[][]) - Method in class fr.cnes.sirius.patrius.forces.radiation.SolarRadiationPressureCircular
-
Compute acceleration derivatives with respect to state parameters.
- addDAccDState(SpacecraftState, double[][], double[][]) - Method in class fr.cnes.sirius.patrius.forces.radiation.SolarRadiationPressureEllipsoid
-
- addDAccDState(SpacecraftState, double[][], double[][]) - Method in class fr.cnes.sirius.patrius.forces.relativistic.CoriolisRelativisticEffect
-
Compute acceleration derivatives with respect to state parameters.
- addDAccDState(SpacecraftState, double[][], double[][]) - Method in class fr.cnes.sirius.patrius.forces.relativistic.LenseThirringRelativisticEffect
-
Compute acceleration derivatives with respect to state parameters.
- addDAccDState(SpacecraftState, double[][], double[][]) - Method in class fr.cnes.sirius.patrius.forces.relativistic.SchwarzschildRelativisticEffect
-
Compute acceleration derivatives with respect to state parameters.
- addDAccDState(SpacecraftState, double[][], double[][]) - Method in interface fr.cnes.sirius.patrius.math.parameter.IJacobiansParameterizable
-
Compute acceleration derivatives with respect to state parameters.
- addDAccDState(SpacecraftState, double[][], double[][]) - Method in class fr.cnes.sirius.patrius.propagation.numerical.Jacobianizer
-
Compute acceleration derivatives with respect to state parameters.
- addDAccDStateRediffusedRadiativePressure(SpacecraftState, double[][], double[][]) - Method in class fr.cnes.sirius.patrius.assembly.models.RediffusedRadiativeModel
-
- addDAccDStateRediffusedRadiativePressure(SpacecraftState, double[][], double[][]) - Method in interface fr.cnes.sirius.patrius.forces.radiation.RediffusedRadiationSensitive
-
Compute acceleration derivatives.
- addData(double, double) - Method in class fr.cnes.sirius.patrius.math.stat.regression.SimpleRegression
-
Adds the observation (x,y) to the regression data set.
- addData(double[][]) - Method in class fr.cnes.sirius.patrius.math.stat.regression.SimpleRegression
-
Adds the observations represented by the elements in data.
- addDDragAccDParam(SpacecraftState, Parameter, double, Vector3D, double[]) - Method in class fr.cnes.sirius.patrius.assembly.models.AeroModel
-
Compute acceleration derivatives with respect to ballistic coefficient.
- addDDragAccDParam(SpacecraftState, Parameter, double, Vector3D, double[]) - Method in class fr.cnes.sirius.patrius.assembly.models.DragLiftModel
-
Compute acceleration derivatives with respect to ballistic coefficient.
- addDDragAccDParam(SpacecraftState, Parameter, double, Vector3D, double[]) - Method in class fr.cnes.sirius.patrius.assembly.models.GlobalAeroModel
-
Compute acceleration derivatives with respect to additional parameters (the ballistic coefficient).
- addDDragAccDParam(SpacecraftState, Parameter, double, Vector3D, double[]) - Method in interface fr.cnes.sirius.patrius.forces.drag.DragSensitive
-
Compute acceleration derivatives with respect to additional parameters (the ballistic coefficient).
- addDDragAccDParam(SpacecraftState, Parameter, double, Vector3D, double[]) - Method in class fr.cnes.sirius.patrius.stela.forces.drag.StelaAeroModel
-
- addDDragAccDState(SpacecraftState, double[][], double[][], double, Vector3D, Vector3D, boolean, boolean) - Method in class fr.cnes.sirius.patrius.assembly.models.AeroModel
-
Compute acceleration derivatives with respect to state parameters (position and velocity).
- addDDragAccDState(SpacecraftState, double[][], double[][], double, Vector3D, Vector3D, boolean, boolean) - Method in class fr.cnes.sirius.patrius.assembly.models.DragLiftModel
-
Compute acceleration derivatives with respect to state parameters (position and velocity).
- addDDragAccDState(SpacecraftState, double[][], double[][], double, Vector3D, Vector3D, boolean, boolean) - Method in class fr.cnes.sirius.patrius.assembly.models.GlobalAeroModel
-
Compute acceleration derivatives with respect to state parameters (position and velocity).
- addDDragAccDState(SpacecraftState, double[][], double[][], double, Vector3D, Vector3D, boolean, boolean) - Method in interface fr.cnes.sirius.patrius.forces.drag.DragSensitive
-
Compute acceleration derivatives with respect to state parameters (position and velocity).
- addDDragAccDState(SpacecraftState, double[][], double[][], double, Vector3D, Vector3D, boolean, boolean) - Method in class fr.cnes.sirius.patrius.stela.forces.drag.StelaAeroModel
-
- addDefaultCelestialBodyLoader(String) - Static method in class fr.cnes.sirius.patrius.bodies.CelestialBodyFactory
-
Add the default loaders for all predefined celestial bodies.
- addDefaultCelestialBodyLoader(String, String) - Static method in class fr.cnes.sirius.patrius.bodies.CelestialBodyFactory
-
Add the default loaders for celestial bodies.
- addDefaultEOP1980HistoryLoaders(String, String, String, String) - Static method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOPHistoryFactory
-
Add the default loaders for EOP 1980 history.
- addDefaultEOP2000HistoryLoaders(String, String, String, String) - Static method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOPHistoryFactory
-
Add the default loaders for EOP 2000 history.
- addDefaultGeoMagneticModelReader(GeoMagneticFieldFactory.FieldModel) - Static method in class fr.cnes.sirius.patrius.models.earth.GeoMagneticFieldFactory
-
Add a default reader for geomagnetic models.
- addDefaultOceanTidesCoefficientsReaders() - Static method in class fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsFactory
-
Add the default READERS for ocean tides coefficients
- addDefaultPotentialCoefficientsReaders() - Static method in class fr.cnes.sirius.patrius.forces.gravity.potential.GravityFieldFactory
-
Add the default READERS for gravity fields.
- addDefaultProviders() - Method in class fr.cnes.sirius.patrius.data.DataProvidersManager
-
Add the default providers configuration.
- addDefaultSolarActivityDataReaders() - Static method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataFactory
-
Add the default READERS for solar activity
- addDefaultUTCTAILoader() - Static method in class fr.cnes.sirius.patrius.time.TimeScalesFactory
-
Add the default loader for UTC-TAI offsets history files.
- addDefaultVariablePotentialCoefficientsReaders() - Static method in class fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.VariableGravityFieldFactory
-
Add default readers
- addDSRPAccDParam(SpacecraftState, Parameter, double[], Vector3D) - Method in class fr.cnes.sirius.patrius.assembly.models.DirectRadiativeModel
-
Compute acceleration derivatives with respect to additional parameters.
- addDSRPAccDParam(SpacecraftState, Parameter, double[], Vector3D) - Method in interface fr.cnes.sirius.patrius.forces.radiation.RadiationSensitive
-
Compute acceleration derivatives with respect to additional parameters.
- addDSRPAccDState(SpacecraftState, double[][], double[][], Vector3D) - Method in class fr.cnes.sirius.patrius.assembly.models.DirectRadiativeModel
-
Compute acceleration derivatives with respect to state parameters.
- addDSRPAccDState(SpacecraftState, double[][], double[][], Vector3D) - Method in interface fr.cnes.sirius.patrius.forces.radiation.RadiationSensitive
-
Compute acceleration derivatives with respect to state parameters.
- addEffect(AdapterPropagator.DifferentialEffect) - Method in class fr.cnes.sirius.patrius.propagation.analytical.AdapterPropagator
-
Add a differential effect.
- addElement(double) - Method in interface fr.cnes.sirius.patrius.math.util.DoubleArray
-
Adds an element to the end of this expandable array
- addElement(double) - Method in class fr.cnes.sirius.patrius.math.util.ResizableDoubleArray
-
Adds an element to the end of this expandable array.
- addElementRolling(double) - Method in interface fr.cnes.sirius.patrius.math.util.DoubleArray
-
Adds an element to the end of the array and removes the first element in the array.
- addElementRolling(double) - Method in class fr.cnes.sirius.patrius.math.util.ResizableDoubleArray
-
Adds an element to the end of the array and removes the first element in the array.
- addElements(double[]) - Method in interface fr.cnes.sirius.patrius.math.util.DoubleArray
-
Adds elements to the end of this expandable array
- addElements(double[]) - Method in class fr.cnes.sirius.patrius.math.util.ResizableDoubleArray
-
Adds several element to the end of this expandable array.
- addEngine(PropulsiveProperty) - Method in class fr.cnes.sirius.patrius.assembly.Vehicle
-
Add an engine to the vehicle.
- addEntry(EOPEntry) - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.AbstractEOPHistory
-
Add an Earth Orientation Parameters entry.
- addEntry(EOPEntry) - Method in interface fr.cnes.sirius.patrius.frames.configuration.eop.EOPHistory
-
Add an Earth Orientation Parameters entry.
- addEOP1980HistoryLoader(EOP1980HistoryLoader) - Static method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOPHistoryFactory
-
Add a loader for EOP 1980 history.
- addEOP2000HistoryLoader(EOP2000HistoryLoader) - Static method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOPHistoryFactory
-
Add a loader for EOP 2000 history.
- addEventDate(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.events.DateDetector
-
Add an event date.
- addEventDetector(EventDetector) - Method in class fr.cnes.sirius.patrius.propagation.AbstractPropagator
-
Add an event detector.
- addEventDetector(MultiEventDetector) - Method in interface fr.cnes.sirius.patrius.propagation.MultiPropagator
-
Add a multi spacecraft event detector.
- addEventDetector(EventDetector, String) - Method in interface fr.cnes.sirius.patrius.propagation.MultiPropagator
-
Add an event detector to a specific spacecraft.
- addEventDetector(MultiEventDetector) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
- addEventDetector(EventDetector, String) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
- addEventDetector(EventDetector) - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Add an event detector.
- addEventDetector(EventDetector) - Method in interface fr.cnes.sirius.patrius.propagation.Propagator
-
Add an event detector.
- addEventDetector(EventDetector) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Add an event detector.
- addEventHandler(EventHandler, double, double, int) - Method in class fr.cnes.sirius.patrius.math.ode.AbstractIntegrator
-
Add an event handler to the integrator.
- addEventHandler(EventHandler, double, double, int, UnivariateSolver) - Method in class fr.cnes.sirius.patrius.math.ode.AbstractIntegrator
-
Add an event handler to the integrator.
- addEventHandler(EventHandler, double, double, int, UnivariateSolver) - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.GraggBulirschStoerIntegrator
-
Add an event handler to the integrator.
- addEventHandler(EventHandler, double, double, int) - Method in interface fr.cnes.sirius.patrius.math.ode.ODEIntegrator
-
Add an event handler to the integrator.
- addEventHandler(EventHandler, double, double, int, UnivariateSolver) - Method in interface fr.cnes.sirius.patrius.math.ode.ODEIntegrator
-
Add an event handler to the integrator.
- addEventHandlers(boolean, Map<String, AttitudeProvider>, Map<String, AttitudeProvider>) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
Add event handlers to integrator.
- addF107(AbsoluteDate, double) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataReader
-
Add a flux value
- addForceModel(ForceModel, String) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
Add a force model to the global perturbation model of a specific spacecraft.
- addForceModel(ForceModel) - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Add a force model to the global perturbation model.
- addForceModel(StelaForceModel) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaGTOPropagator
-
Add a force model to the global perturbation model.
- addGeoMagneticModelReader(GeoMagneticFieldFactory.FieldModel, GeoMagneticModelReader) - Static method in class fr.cnes.sirius.patrius.models.earth.GeoMagneticFieldFactory
-
Add a reader for geomagnetic models.
- addInitialAdditionalState(SpacecraftState) - Method in interface fr.cnes.sirius.patrius.stela.propagation.StelaAdditionalEquations
-
- addInitialAdditionalState(SpacecraftState) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaPartialDerivativesEquations
-
- addInitialState(SpacecraftState, String) - Method in interface fr.cnes.sirius.patrius.propagation.MultiPropagator
-
Add a new spacecraft state to be propagated.
- addInitialState(SpacecraftState, String) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
- addIterationListener(IterationListener) - Method in class fr.cnes.sirius.patrius.math.util.IterationManager
-
Attaches a listener to this manager.
- AdditionalEquations - Interface in fr.cnes.sirius.patrius.propagation.numerical
-
This interface allows users to add their own differential equations to a numerical propagator.
- AdditionalStateInfo - Class in fr.cnes.sirius.patrius.propagation.numerical
-
Utility class that describes in a minimal fashion the structure of an additional state.
- AdditionalStateInfo(int, int) - Constructor for class fr.cnes.sirius.patrius.propagation.numerical.AdditionalStateInfo
-
Constructor.
- AdditionalStateProvider - Interface in fr.cnes.sirius.patrius.propagation
-
This interface represents providers for additional state data beyond
SpacecraftState.
- addJacobiansParameter(Parameter) - Method in class fr.cnes.sirius.patrius.math.parameter.JacobiansParameterizable
-
Add a new parameter in the jacobians parameters list.
- addJacobiansParameter(ArrayList<Parameter>) - Method in class fr.cnes.sirius.patrius.math.parameter.JacobiansParameterizable
-
Add a list of parameters in the jacobians parameters list.
- addJacobiansParameter(Parameter...) - Method in class fr.cnes.sirius.patrius.math.parameter.JacobiansParameterizable
-
Add a parameters in the jacobians parameters list.
- addKeplerContribution(PositionAngle, double, double[]) - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
- addKeplerContribution(double) - Method in interface fr.cnes.sirius.patrius.propagation.numerical.TimeDerivativesEquations
-
Add the contribution of the Kepler evolution.
- addLastPoint(AbsoluteDateInterval) - Method in class fr.cnes.sirius.patrius.attitudes.AbstractAttitudeEphemerisGenerator
-
Decide if adding the last point of the time interval to the ephemeris list.
- addLastPoint(AbsoluteDateInterval) - Method in class fr.cnes.sirius.patrius.attitudes.FixedStepAttitudeEphemerisGenerator
-
- addLastPoint(AbsoluteDateInterval) - Method in class fr.cnes.sirius.patrius.attitudes.VariableStepAttitudeEphemerisGenerator
-
- addMainPart(MainPart) - Method in class fr.cnes.sirius.patrius.assembly.Assembly
-
Adds the main part to the assembly.
- addMainPart(String) - Method in class fr.cnes.sirius.patrius.assembly.AssemblyBuilder
-
Adds the main part to the assembly : shall
be
done before adding any other part.
- addMaskingCelestialBody(GeometricBodyShape) - Method in class fr.cnes.sirius.patrius.assembly.models.SensorModel
-
Adds a celestial body shape to consider in maskings.
- addMassDerivative(String, double) - Method in class fr.cnes.sirius.patrius.assembly.models.InertiaComputedModel
-
Add the mass derivate of the given part.
- addMassDerivative(String, double) - Method in class fr.cnes.sirius.patrius.assembly.models.InertiaSimpleModel
-
Add the mass derivate of the given part.
- addMassDerivative(String, double) - Method in class fr.cnes.sirius.patrius.assembly.models.MassModel
-
Add the mass derivate of the given part.
- addMassDerivative(double) - Method in class fr.cnes.sirius.patrius.assembly.properties.MassEquation
-
Set the flow rate.
- addMassDerivative(String, double) - Method in interface fr.cnes.sirius.patrius.propagation.MassProvider
-
Add the mass derivate of the given part.
- addMassDerivative(String, double) - Method in class fr.cnes.sirius.patrius.propagation.SimpleMassModel
-
This model represents one part only.
- addMassProvider(MassProvider) - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Add the values of mass parts from MassProvider to additional states map.
- addMessage(Localizable, Object...) - Method in class fr.cnes.sirius.patrius.math.exception.util.ExceptionContext
-
Adds a message.
- addObservation(double[], double) - Method in class fr.cnes.sirius.patrius.math.stat.regression.MillerUpdatingRegression
-
Adds an observation to the regression model.
- addObservation(double[], double) - Method in class fr.cnes.sirius.patrius.math.stat.regression.SimpleRegression
-
Adds one observation to the regression model.
- addObservation(double[], double) - Method in interface fr.cnes.sirius.patrius.math.stat.regression.UpdatingMultipleLinearRegression
-
Adds one observation to the regression model.
- addObservations(double[][], double[]) - Method in class fr.cnes.sirius.patrius.math.stat.regression.MillerUpdatingRegression
-
Adds multiple observations to the model.
- addObservations(double[][], double[]) - Method in class fr.cnes.sirius.patrius.math.stat.regression.SimpleRegression
-
Adds a series of observations to the regression model.
- addObservations(double[][], double[]) - Method in interface fr.cnes.sirius.patrius.math.stat.regression.UpdatingMultipleLinearRegression
-
Adds a series of observations to the regression model.
- addObservedPoint(double, double) - Method in class fr.cnes.sirius.patrius.math.fitting.CurveFitter
-
Add an observed (x,y) point to the sample with unit weight.
- addObservedPoint(double, double, double) - Method in class fr.cnes.sirius.patrius.math.fitting.CurveFitter
-
Add an observed weighted (x,y) point to the sample.
- addObservedPoint(WeightedObservedPoint) - Method in class fr.cnes.sirius.patrius.math.fitting.CurveFitter
-
Add an observed weighted (x,y) point to the sample.
- addOceanTidesCoefficientsReader(OceanTidesCoefficientsReader) - Static method in class fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsFactory
-
Add a reader for ocean tides
- addOffset(AngularCoordinates, boolean) - Method in class fr.cnes.sirius.patrius.utils.AngularCoordinates
-
Add an offset from the instance.
- addOffset(AngularCoordinates) - Method in class fr.cnes.sirius.patrius.utils.AngularCoordinates
-
Add an offset from the instance.
- addOffset(AngularCoordinates) - Method in class fr.cnes.sirius.patrius.utils.TimeStampedAngularCoordinates
-
Add an offset from the instance.
- addOffset(AngularCoordinates, boolean) - Method in class fr.cnes.sirius.patrius.utils.TimeStampedAngularCoordinates
-
Add an offset from the instance.
- addOwnMaskingParts(String[]) - Method in class fr.cnes.sirius.patrius.assembly.models.SensorModel
-
Enables the masking by the considered spacecraft's own parts, by giving the names
of the parts that can cause maskings.
- addParameter(Parameter) - Method in class fr.cnes.sirius.patrius.math.parameter.Parameterizable
-
Add a new parameter in the lit, only if it does not exist.
- addParameterJacobianProvider(ParameterJacobianProvider) - Method in class fr.cnes.sirius.patrius.math.ode.JacobianMatrices
-
Add a parameter Jacobian provider.
- addPart(IPart) - Method in class fr.cnes.sirius.patrius.assembly.Assembly
-
Adds a part to the assembly.
- addPart(String, String, Transform) - Method in class fr.cnes.sirius.patrius.assembly.AssemblyBuilder
-
This method adds a new part to the currently built assembly,
defining its new frame by a Transform object.
- addPart(String, String, Vector3D, Rotation) - Method in class fr.cnes.sirius.patrius.assembly.AssemblyBuilder
-
This method adds a new part to the currently built assembly.
- addPhenomenon(Phenomenon) - Method in class fr.cnes.sirius.patrius.events.postprocessing.Timeline
-
- addPoint(AbsoluteDate, double) - Method in class fr.cnes.sirius.patrius.math.fitting.SecularAndHarmonic
-
Add a fitting point.
- addPoint(T) - Method in class fr.cnes.sirius.patrius.math.stat.clustering.Cluster
-
Add a point to this cluster.
- addPotentialCoefficientsReader(PotentialCoefficientsReader) - Static method in class fr.cnes.sirius.patrius.forces.gravity.potential.GravityFieldFactory
-
Add a reader for gravity fields.
- addProperty(IPartProperty, String) - Method in class fr.cnes.sirius.patrius.assembly.AssemblyBuilder
-
Adds a property of any type to a part of the assembly.
- addProperty(IPartProperty) - Method in interface fr.cnes.sirius.patrius.assembly.IPart
-
Adds a property to the part.
- addProperty(IPartProperty) - Method in class fr.cnes.sirius.patrius.assembly.MainPart
-
- addProperty(IPartProperty) - Method in class fr.cnes.sirius.patrius.assembly.Part
-
- addProvider(DataProvider) - Method in class fr.cnes.sirius.patrius.data.DataProvidersManager
-
Add a data provider to the supported list.
- addRule(Pair<T[], T[]>) - Method in class fr.cnes.sirius.patrius.math.analysis.integration.gauss.BaseRuleFactory
-
Stores a rule.
- addSamplePoint(double, double[]...) - Method in class fr.cnes.sirius.patrius.math.analysis.interpolation.HermiteInterpolator
-
Add a sample point.
- addSatellite(String) - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Add a new satellite with a given identifier to the list of
stored satellites.
- addSatelliteCoordinate(String, SatelliteTimeCoordinate) - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Adds a new P/V coordinate for a given satellite.
- addSecondaryEquations(SecondaryEquations) - Method in class fr.cnes.sirius.patrius.math.ode.ExpandableStatefulODE
-
Add a set of secondary equations to be integrated along with the primary set.
- addSecondaryMaskingSpacecraft(SecondarySpacecraft, String[]) - Method in class fr.cnes.sirius.patrius.assembly.models.SensorModel
-
Enables the masking by a secondary spacecraft's parts, by giving the names
of the parts that can cause maskings.
- addSolarActivityDataReader(SolarActivityDataReader) - Static method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataFactory
-
Add a reader for solar activity
- addSolarPanel(Vector3D, double) - Method in class fr.cnes.sirius.patrius.assembly.Vehicle
-
Add a solar panel to the vehicle.
- addStepHandler(StepHandler) - Method in class fr.cnes.sirius.patrius.math.ode.AbstractIntegrator
-
Add a step handler to this integrator.
- addStepHandler(StepHandler) - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.GraggBulirschStoerIntegrator
-
Add a step handler to this integrator.
- addStepHandler(StepHandler) - Method in interface fr.cnes.sirius.patrius.math.ode.ODEIntegrator
-
Add a step handler to this integrator.
- addSwitchingCondition(AttitudeLaw, EventDetector, boolean, boolean, AttitudeLaw) - Method in class fr.cnes.sirius.patrius.attitudes.AttitudesSequence
-
Add a switching condition between two attitude providers.
- addTank(TankProperty) - Method in class fr.cnes.sirius.patrius.assembly.Vehicle
-
Add a tank to the vehicle.
- addToEntry(int, int, T) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Change an entry in the specified row and column.
- addToEntry(int, int, double) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Adds (in place) the specified value to the specified entry of this matrix.
- addToEntry(int, int, T) - Method in class fr.cnes.sirius.patrius.math.linear.Array2DRowFieldMatrix
-
Change an entry in the specified row and column.
- addToEntry(int, int, double) - Method in class fr.cnes.sirius.patrius.math.linear.Array2DRowRealMatrix
-
Adds (in place) the specified value to the specified entry of this matrix.
- addToEntry(int, double) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Change an entry at the specified index.
- addToEntry(int, int, T) - Method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Change an entry in the specified row and column.
- addToEntry(int, int, double) - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Adds (in place) the specified value to the specified entry of this matrix.
- addToEntry(int, int, double) - Method in class fr.cnes.sirius.patrius.math.linear.DiagonalMatrix
-
Adds (in place) the specified value to the specified entry of this matrix.
- addToEntry(int, int, T) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrix
-
Change an entry in the specified row and column.
- addToEntry(int, int, double) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Adds (in place) the specified value to the specified entry of this matrix.
- addToEntry(int, double) - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Change an entry at the specified index.
- addToEntry(int, int, double) - Method in class fr.cnes.sirius.patrius.math.linear.SymmetricMatrix
-
Adds (in place) the specified value to the specified entry of this matrix.
- addUTCTAILoader(UTCTAILoader) - Static method in class fr.cnes.sirius.patrius.time.TimeScalesFactory
-
Add a loader for UTC-TAI offsets history files.
- addValue(double) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Adds the value to the dataset.
- addValue(double[]) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.MultivariateSummaryStatistics
-
Add an n-tuple to the data
- addValue(double) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Add a value to the data
- addValue(double) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedDescriptiveStatistics
-
Adds the value to the dataset.
- addValue(double[]) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics
-
Add an n-tuple to the data
- addValue(double) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Add a value to the data
- addValue(Comparable<?>) - Method in class fr.cnes.sirius.patrius.math.stat.Frequency
-
Adds 1 to the frequency count for v.
- addValue(int) - Method in class fr.cnes.sirius.patrius.math.stat.Frequency
-
Adds 1 to the frequency count for v.
- addValue(long) - Method in class fr.cnes.sirius.patrius.math.stat.Frequency
-
Adds 1 to the frequency count for v.
- addValue(char) - Method in class fr.cnes.sirius.patrius.math.stat.Frequency
-
Adds 1 to the frequency count for v.
- addVariablePotentialCoefficientsReader(VariablePotentialCoefficientsReader) - Static method in class fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.VariableGravityFieldFactory
-
Add a specific reader
- addXYZAcceleration(double, double, double) - Method in interface fr.cnes.sirius.patrius.propagation.numerical.TimeDerivativesEquations
-
Add the contribution of an acceleration expressed in the inertial frame
(it is important to make sure this acceleration is defined in the
same frame as the orbit) .
- advance() - Method in class fr.cnes.sirius.patrius.math.util.OpenIntToDoubleHashMap.Iterator
-
Advance iterator one step further.
- advance() - Method in class fr.cnes.sirius.patrius.math.util.OpenIntToFieldHashMap.Iterator
-
Advance iterator one step further.
- ae - Variable in class fr.cnes.sirius.patrius.forces.gravity.potential.PotentialCoefficientsReader
-
Central body reference radius.
- AeroApplicationPoint - Class in fr.cnes.sirius.patrius.assembly.properties
-
This class represents a drag application point property
- AeroApplicationPoint(Vector3D) - Constructor for class fr.cnes.sirius.patrius.assembly.properties.AeroApplicationPoint
-
Create a drag force application point property.
- AeroAttitudeLaw - Class in fr.cnes.sirius.patrius.attitudes
-
Class defining an aerodynamic attitude law by angle of attack, sideslip and velocity roll.
- AeroAttitudeLaw(double, double, double, ExtendedOneAxisEllipsoid) - Constructor for class fr.cnes.sirius.patrius.attitudes.AeroAttitudeLaw
-
Constructor.
- AeroAttitudeLaw(IParameterizableFunction, IParameterizableFunction, IParameterizableFunction, ExtendedOneAxisEllipsoid) - Constructor for class fr.cnes.sirius.patrius.attitudes.AeroAttitudeLaw
-
Constructor.
- AeroAttitudeLaw(double, double, double, ExtendedOneAxisEllipsoid, double, double) - Constructor for class fr.cnes.sirius.patrius.attitudes.AeroAttitudeLaw
-
Constructor with parameterizable delta-time for spin and acceleration computation.
- AeroAttitudeLaw(IParameterizableFunction, IParameterizableFunction, IParameterizableFunction, ExtendedOneAxisEllipsoid, double, double) - Constructor for class fr.cnes.sirius.patrius.attitudes.AeroAttitudeLaw
-
Constructor with parameterizable delta-time for spin and acceleration computation.
- AeroCrossSectionProperty - Class in fr.cnes.sirius.patrius.assembly.properties
-
This class is a cross section property providing the cross section of shapes such as
sphere, cylinder or parallelepiped.
- AeroCrossSectionProperty(CrossSectionProvider) - Constructor for class fr.cnes.sirius.patrius.assembly.properties.AeroCrossSectionProperty
-
Constructor of this property with default value for C_X.
- AeroCrossSectionProperty(CrossSectionProvider, double) - Constructor for class fr.cnes.sirius.patrius.assembly.properties.AeroCrossSectionProperty
-
Constructor of this property giving the drag coef.
- AeroCrossSectionProperty(CrossSectionProvider, Parameter) - Constructor for class fr.cnes.sirius.patrius.assembly.properties.AeroCrossSectionProperty
-
- AeroCrossSectionProperty(CrossSectionProvider, IParamDiffFunction) - Constructor for class fr.cnes.sirius.patrius.assembly.properties.AeroCrossSectionProperty
-
- AeroFacetProperty - Class in fr.cnes.sirius.patrius.assembly.properties
-
This class is a facet property to use with the aerodynamic part property for the PATRIUS assembly.
This property is meant to be used in a LEO average precision aerodynamic context.
- AeroFacetProperty(Facet) - Constructor for class fr.cnes.sirius.patrius.assembly.properties.AeroFacetProperty
-
Constructor of this property for default coefficient values.
- AeroFacetProperty(Facet, double, double) - Constructor for class fr.cnes.sirius.patrius.assembly.properties.AeroFacetProperty
-
Constructor of this property.
- AeroFacetProperty(Facet, Parameter, Parameter) - Constructor for class fr.cnes.sirius.patrius.assembly.properties.AeroFacetProperty
-
Constructor of this property using
Parameter.
- AeroFacetProperty(Facet, IParamDiffFunction, IParamDiffFunction) - Constructor for class fr.cnes.sirius.patrius.assembly.properties.AeroFacetProperty
-
Constructor of this property.
- AeroGlobalProperty - Class in fr.cnes.sirius.patrius.assembly.properties
-
This class is a cross section property providing the cross section of shapes such as
sphere, cylinder or parallelepiped.
- AeroGlobalProperty(double, double, CrossSectionProvider) - Constructor for class fr.cnes.sirius.patrius.assembly.properties.AeroGlobalProperty
-
This constructor shall be used for defining the aero coefficients as constants.
- AeroGlobalProperty(IParamDiffFunction, IParamDiffFunction, CrossSectionProvider) - Constructor for class fr.cnes.sirius.patrius.assembly.properties.AeroGlobalProperty
-
This constructor shall be used for defining the aero coefficients as ParamDiffFunction.
- AeroModel - Class in fr.cnes.sirius.patrius.assembly.models
-
Class that represents an aero model, based on the vehicle.
- AeroModel(Assembly, Atmosphere, OneAxisEllipsoid, double) - Constructor for class fr.cnes.sirius.patrius.assembly.models.AeroModel
-
Aero model (the acceleration is computed from all the sub parts of the vehicle)
with an
Atmosphere model and a
OneAxisEllipsoid for acceleration partial
derivatives computation with respect to state by finite differences(including density
partial derivatives).
- AeroModel(Assembly, Atmosphere, OneAxisEllipsoid) - Constructor for class fr.cnes.sirius.patrius.assembly.models.AeroModel
-
Aero model (the acceleration is computed from all the sub parts of the vehicle)
with default step for finite differences computation.
- AeroModel(Assembly) - Constructor for class fr.cnes.sirius.patrius.assembly.models.AeroModel
-
Aero model (the acceleration is computed from all the sub parts of the vehicle)
default constructor.
- AeroProperty - Class in fr.cnes.sirius.patrius.assembly.properties
-
Aero property.
- AeroProperty(double, double, AlphaProvider) - Constructor for class fr.cnes.sirius.patrius.assembly.properties.AeroProperty
-
Constructor.
- AeroSphereProperty - Class in fr.cnes.sirius.patrius.assembly.properties
-
This class is a sphere property to use with the aerodynamic part property for the PATRIUS assembly.
This property is meant to be used in a LEO average precision aerodynamic context.
- AeroSphereProperty(double, double, Vector3D) - Constructor for class fr.cnes.sirius.patrius.assembly.properties.AeroSphereProperty
-
Constructor of this property.
- AeroSphereProperty(double) - Constructor for class fr.cnes.sirius.patrius.assembly.properties.AeroSphereProperty
-
Constructor of this property with default value for C_X.
- AeroSphereProperty(double, double) - Constructor for class fr.cnes.sirius.patrius.assembly.properties.AeroSphereProperty
-
Constructor of this property giving the drag coef.
- AeroSphereProperty(Parameter, double) - Constructor for class fr.cnes.sirius.patrius.assembly.properties.AeroSphereProperty
-
Constructor of this property giving the drag coef without the atmospheric height scale.
- AeroSphereProperty(double, Parameter) - Constructor for class fr.cnes.sirius.patrius.assembly.properties.AeroSphereProperty
-
This constructor shall be used for defining the drag coef using
Parameter
- AeroSphereProperty(double, IParamDiffFunction) - Constructor for class fr.cnes.sirius.patrius.assembly.properties.AeroSphereProperty
-
Constructor of this property defining the drag coef as a ParamDiffFunction.
- AeroWrenchModel - Class in fr.cnes.sirius.patrius.assembly.models
-
- AeroWrenchModel(Assembly) - Constructor for class fr.cnes.sirius.patrius.assembly.models.AeroWrenchModel
-
Radiative model (the acceleration is computed from all the sub parts of the vehicle).
- aggregate(Collection<SummaryStatistics>) - Static method in class fr.cnes.sirius.patrius.math.stat.descriptive.AggregateSummaryStatistics
-
Computes aggregate summary statistics.
- AggregateSummaryStatistics - Class in fr.cnes.sirius.patrius.math.stat.descriptive
-
An aggregator for SummaryStatistics from several data sets or data set partitions.
- AggregateSummaryStatistics() - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.AggregateSummaryStatistics
-
Initializes a new AggregateSummaryStatistics with default statistics
implementations.
- AggregateSummaryStatistics(SummaryStatistics) - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.AggregateSummaryStatistics
-
Initializes a new AggregateSummaryStatistics with the specified statistics
object as a prototype for contributing statistics and for the internal
aggregate statistics.
- AggregateSummaryStatistics(SummaryStatistics, SummaryStatistics) - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.AggregateSummaryStatistics
-
Initializes a new AggregateSummaryStatistics with the specified statistics
object as a prototype for contributing statistics and for the internal
aggregate statistics.
- align(int) - Method in class fr.cnes.sirius.patrius.math.dfp.Dfp
-
Make our exp equal to the supplied one, this may cause rounding.
- AlignmentDetector - Class in fr.cnes.sirius.patrius.propagation.events
-
Finder for satellite/body alignment events.
- AlignmentDetector(Orbit, PVCoordinatesProvider, double) - Constructor for class fr.cnes.sirius.patrius.propagation.events.AlignmentDetector
-
Build a new alignment detector.
- AlignmentDetector(Orbit, PVCoordinatesProvider, double, double) - Constructor for class fr.cnes.sirius.patrius.propagation.events.AlignmentDetector
-
Build a new alignment detector.
- AlignmentDetector(Orbit, PVCoordinatesProvider, double, double, EventDetector.Action, EventDetector.Action) - Constructor for class fr.cnes.sirius.patrius.propagation.events.AlignmentDetector
-
Build a new alignment detector.
- AlignmentDetector(Orbit, PVCoordinatesProvider, double, double, EventDetector.Action, EventDetector.Action, boolean, boolean) - Constructor for class fr.cnes.sirius.patrius.propagation.events.AlignmentDetector
-
Build a new alignment detector.
- AllowedSolution - Enum in fr.cnes.sirius.patrius.math.analysis.solver
-
- AlmanacParameter - Class in fr.cnes.sirius.patrius.orbits.pvcoordinates
-
This class is a simple container for generic almanac parameters.
- AlmanacParameter(double, int, double, double, double, double, double, double, double) - Constructor for class fr.cnes.sirius.patrius.orbits.pvcoordinates.AlmanacParameter
-
Creates an instance of AlmanacParameter
- AlmanacPVCoordinates - Class in fr.cnes.sirius.patrius.orbits.pvcoordinates
-
This class implements the PVCoordinatesProvider to compute position velocity of a GPS or Galileo constellation
satellite from its almanac parameters.
- AlmanacPVCoordinates(AlmanacParameter, int, double, double) - Constructor for class fr.cnes.sirius.patrius.orbits.pvcoordinates.AlmanacPVCoordinates
-
Creates an instance of AlmanacPVCoordinates.
- AlphaConstant - Class in fr.cnes.sirius.patrius.assembly.models.cook
-
Constant alpha (energy accomodation coefficient).
- AlphaConstant(double) - Constructor for class fr.cnes.sirius.patrius.assembly.models.cook.AlphaConstant
-
Constructor.
- AlphaCookModel - Class in fr.cnes.sirius.patrius.assembly.models.cook
-
Alpha (energy accomodation coefficient) following Cook model.
- AlphaCookModel(ExtendedAtmosphere, double, double) - Constructor for class fr.cnes.sirius.patrius.assembly.models.cook.AlphaCookModel
-
Constructor.
- AlphaProvider - Interface in fr.cnes.sirius.patrius.assembly.models.cook
-
Interface for alpha (energy accomodation coefficient).
- AltitudeDetector - Class in fr.cnes.sirius.patrius.propagation.events
-
Finder for satellite altitude crossing events.
- AltitudeDetector(double, BodyShape) - Constructor for class fr.cnes.sirius.patrius.propagation.events.AltitudeDetector
-
Build a new altitude detector.
- AltitudeDetector(double, BodyShape, double) - Constructor for class fr.cnes.sirius.patrius.propagation.events.AltitudeDetector
-
Build a new altitude detector.
- AltitudeDetector(double, BodyShape, double, double) - Constructor for class fr.cnes.sirius.patrius.propagation.events.AltitudeDetector
-
Build a new altitude detector.
- AltitudeDetector(double, BodyShape, double, double, EventDetector.Action, EventDetector.Action) - Constructor for class fr.cnes.sirius.patrius.propagation.events.AltitudeDetector
-
Build a new altitude detector.
- AltitudeDetector(double, BodyShape, double, double, EventDetector.Action, EventDetector.Action, boolean, boolean) - Constructor for class fr.cnes.sirius.patrius.propagation.events.AltitudeDetector
-
Build a new altitude detector.
- Analytical2DOrbitModel - Class in fr.cnes.sirius.patrius.propagation.analytical.twod
-
This class represents an analytical 2D orbit model, it is made of 6 parameter models, one per adapted circular
parameter.
- Analytical2DOrbitModel(Analytical2DParameterModel, Analytical2DParameterModel, Analytical2DParameterModel, Analytical2DParameterModel, Analytical2DParameterModel, Analytical2DParameterModel, int[], MassProvider, double) - Constructor for class fr.cnes.sirius.patrius.propagation.analytical.twod.Analytical2DOrbitModel
-
Create an analytical 2D orbit model with specified parameter models, development orders,
standard gravitational parameter and spacecraft mass.
- Analytical2DOrbitModel(Analytical2DParameterModel, Analytical2DParameterModel, Analytical2DParameterModel, Analytical2DParameterModel, Analytical2DParameterModel, Analytical2DParameterModel, MassProvider, double) - Constructor for class fr.cnes.sirius.patrius.propagation.analytical.twod.Analytical2DOrbitModel
-
Create an analytical 2D orbit model with specified parameter models, standard gravitational
parameter and spacecraft mass.
- Analytical2DOrbitModel(Analytical2DParameterModel, Analytical2DParameterModel, Analytical2DParameterModel, Analytical2DParameterModel, Analytical2DParameterModel, Analytical2DParameterModel, double) - Constructor for class fr.cnes.sirius.patrius.propagation.analytical.twod.Analytical2DOrbitModel
-
Create an analytical 2D orbit model with specified parameter models.
- Analytical2DOrbitModel(Analytical2DParameterModel, Analytical2DParameterModel, Analytical2DParameterModel, Analytical2DParameterModel, Analytical2DParameterModel, Analytical2DParameterModel, int[], double) - Constructor for class fr.cnes.sirius.patrius.propagation.analytical.twod.Analytical2DOrbitModel
-
Create an analytical 2D orbit model with specified parameter models.
- Analytical2DParameterModel - Class in fr.cnes.sirius.patrius.propagation.analytical.twod
-
This class represents an analytical 2D orbital parameter model.
- Analytical2DParameterModel(UnivariateDateFunction, double[][]) - Constructor for class fr.cnes.sirius.patrius.propagation.analytical.twod.Analytical2DParameterModel
-
Create a new analytical 2D orbital parameter model, with given polynomial and trigonometric developments.
- Analytical2DPropagator - Class in fr.cnes.sirius.patrius.propagation.analytical.twod
-
This class propagates an analytical 2D orbit model and extends the
AbstractPropagator class.
- Analytical2DPropagator(Analytical2DOrbitModel, AbsoluteDate) - Constructor for class fr.cnes.sirius.patrius.propagation.analytical.twod.Analytical2DPropagator
-
Create an instance of a 2D propagator with default EME2000 aligned attitude.
- Analytical2DPropagator(Analytical2DOrbitModel, AbsoluteDate, int[]) - Constructor for class fr.cnes.sirius.patrius.propagation.analytical.twod.Analytical2DPropagator
-
Create an instance of a 2D propagator with default EME2000 aligned attitude.
- Analytical2DPropagator(AttitudeProvider, Analytical2DOrbitModel, AbsoluteDate) - Constructor for class fr.cnes.sirius.patrius.propagation.analytical.twod.Analytical2DPropagator
-
Create an instance of a 2D propagator.
- Analytical2DPropagator(AttitudeProvider, Analytical2DOrbitModel, AbsoluteDate, int[]) - Constructor for class fr.cnes.sirius.patrius.propagation.analytical.twod.Analytical2DPropagator
-
Create an instance of a 2D propagator.
- AnalyticalEphemerisModeHandler - Class in fr.cnes.sirius.patrius.propagation.analytical
-
This class stores sequentially generated orbital parameters for
later retrieval.
- AnalyticalEphemerisModeHandler(Propagator, AttitudeProvider, AttitudeProvider) - Constructor for class fr.cnes.sirius.patrius.propagation.analytical.AnalyticalEphemerisModeHandler
-
Constructor.
- AnalyticalIntegratedEphemeris - Class in fr.cnes.sirius.patrius.propagation
-
This class stores sequentially generated orbital parameters for
later retrieval.
- AnalyticalIntegratedEphemeris(List<AbsoluteDate>, List<AbsoluteDate>, List<SpacecraftState>, Propagator, AttitudeProvider, AttitudeProvider, boolean) - Constructor for class fr.cnes.sirius.patrius.propagation.AnalyticalIntegratedEphemeris
-
Constructor.
- AndCriterion - Class in fr.cnes.sirius.patrius.events.postprocessing
-
- AndCriterion(String, String, String, String) - Constructor for class fr.cnes.sirius.patrius.events.postprocessing.AndCriterion
-
Constructor
- angle(FieldVector3D<T>, FieldVector3D<T>) - Static method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Compute the angular separation between two vectors.
- angle(FieldVector3D<T>, Vector3D) - Static method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Compute the angular separation between two vectors.
- angle(Vector3D, FieldVector3D<T>) - Static method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Compute the angular separation between two vectors.
- angle(Vector3D, Vector3D) - Static method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Vector3D
-
Compute the angular separation between two vectors.
- angleInInterval(double, AngleInterval) - Static method in class fr.cnes.sirius.patrius.math.interval.AngleTools
-
Computes the angle in the given interval modulo 2pi.
- AngleInterval - Class in fr.cnes.sirius.patrius.math.interval
-
- This class describes an angle interval.
- AngleInterval(IntervalEndpointType, double, double, IntervalEndpointType) - Constructor for class fr.cnes.sirius.patrius.math.interval.AngleInterval
-
Constructor
Needs the two end points values.
- AngleInterval(double, double, IntervalEndpointType, IntervalEndpointType) - Constructor for class fr.cnes.sirius.patrius.math.interval.AngleInterval
-
Constructor
Needs the reference angle and the interval length.
- AngleTools - Class in fr.cnes.sirius.patrius.math.interval
-
This class provides static methods for angles :
- AngularCoordinates - Class in fr.cnes.sirius.patrius.utils
-
Simple container for rotation/rotation rate/rotation acceleration triplet.
- AngularCoordinates() - Constructor for class fr.cnes.sirius.patrius.utils.AngularCoordinates
-
Simple constructor.
- AngularCoordinates(Rotation, Vector3D) - Constructor for class fr.cnes.sirius.patrius.utils.AngularCoordinates
-
Builds a rotation/rotation rate triplet (acceleration set to
Vector3D.ZERO).
- AngularCoordinates(Rotation, Vector3D, Vector3D) - Constructor for class fr.cnes.sirius.patrius.utils.AngularCoordinates
-
Builds a rotation/rotation rate/rotation acceleration triplet.
- AngularCoordinates(PVCoordinates, PVCoordinates, PVCoordinates, PVCoordinates, double, boolean) - Constructor for class fr.cnes.sirius.patrius.utils.AngularCoordinates
-
Build the rotation that transforms a pair of pv coordinates into another one.
- AngularCoordinates(PVCoordinates, PVCoordinates, PVCoordinates, PVCoordinates, double) - Constructor for class fr.cnes.sirius.patrius.utils.AngularCoordinates
-
Build the rotation that transforms a pair of pv coordinates into another one.
- AngularCorrection - Interface in fr.cnes.sirius.patrius.signalpropagation
-
This interface is an angular correction model enabling the computation of the satellite
elevation angular correction.
- AngularDerivativesFilter - Enum in fr.cnes.sirius.patrius.utils
-
- AngularVelocitiesHarmonicProfile - Class in fr.cnes.sirius.patrius.guidance
-
Represents an angular velocities guidance profile, calculated with Fourier series
- AngularVelocitiesHarmonicProfile(AbsoluteDate, Rotation, Frame, FourierSeries, FourierSeries, FourierSeries, AbsoluteDateInterval, KinematicsToolkit.IntegrationType, double) - Constructor for class fr.cnes.sirius.patrius.guidance.AngularVelocitiesHarmonicProfile
-
Create a harmonic, angular velocities guidance profile.
- AngularVelocitiesPolynomialProfile - Class in fr.cnes.sirius.patrius.guidance
-
Represents an angular velocities guidance profile, calculated with polynomial functions
- AngularVelocitiesPolynomialProfile(Frame, AbsoluteDateInterval, List<AngularVelocitiesPolynomialSegment>) - Constructor for class fr.cnes.sirius.patrius.guidance.AngularVelocitiesPolynomialProfile
-
Create a polynomial, angular velocity guidance profile.
- AngularVelocitiesPolynomialSegment - Class in fr.cnes.sirius.patrius.guidance
-
Represents an angular velocities guidance segment, calculated with polynomial functions
- AngularVelocitiesPolynomialSegment(Rotation, PolynomialFunctionLagrangeForm, PolynomialFunctionLagrangeForm, PolynomialFunctionLagrangeForm, AbsoluteDate, AbsoluteDateInterval, KinematicsToolkit.IntegrationType, double) - Constructor for class fr.cnes.sirius.patrius.guidance.AngularVelocitiesPolynomialSegment
-
Build an angular velocity polynomial guidance profile on a segment.
- AngularVelocitiesPolynomialSegment(Rotation, PolynomialFunction, PolynomialFunction, PolynomialFunction, AbsoluteDate, AbsoluteDateInterval, KinematicsToolkit.IntegrationType, double) - Constructor for class fr.cnes.sirius.patrius.guidance.AngularVelocitiesPolynomialSegment
-
Build an angular velocity polynomial guidance profile on a segment.
- AnomalyDetector - Class in fr.cnes.sirius.patrius.propagation.events
-
Detects when the anomaly of the spacecraft reaches a predetermined value, θ.
Anomaly is not defined for all kinds of orbits: this detector will detect anomaly events only if the
corresponding orbit is not a circular orbit, otherwise it may trigger events randomly.
- AnomalyDetector(PositionAngle, double) - Constructor for class fr.cnes.sirius.patrius.propagation.events.AnomalyDetector
-
Constructor for an AnomalyDetector instance.
- AnomalyDetector(PositionAngle, double, double, double) - Constructor for class fr.cnes.sirius.patrius.propagation.events.AnomalyDetector
-
Constructor for an AnomalyDetector instance with complementary parameters.
- AnomalyDetector(PositionAngle, double, double, double, EventDetector.Action) - Constructor for class fr.cnes.sirius.patrius.propagation.events.AnomalyDetector
-
Constructor for an AnomalyDetector instance with complementary parameters.
- AnomalyDetector(PositionAngle, double, double, double, EventDetector.Action, boolean) - Constructor for class fr.cnes.sirius.patrius.propagation.events.AnomalyDetector
-
Constructor for an AnomalyDetector instance with complementary parameters.
- anovaFValue(Collection<double[]>) - Method in class fr.cnes.sirius.patrius.math.stat.inference.OneWayAnova
-
Computes the ANOVA F-value for a collection of double[] arrays.
- anovaPValue(Collection<double[]>) - Method in class fr.cnes.sirius.patrius.math.stat.inference.OneWayAnova
-
Computes the ANOVA P-value for a collection of double[] arrays.
- anovaTest(Collection<double[]>, double) - Method in class fr.cnes.sirius.patrius.math.stat.inference.OneWayAnova
-
Performs an ANOVA test, evaluating the null hypothesis that there
is no difference among the means of the data categories.
- AnyMatrix - Interface in fr.cnes.sirius.patrius.math.linear
-
Interface defining very basic matrix operations.
- AOLDetector - Class in fr.cnes.sirius.patrius.propagation.events
-
Detects when the Argument of Latitude of the spacecraft reaches a predetermined value, θ.
- AOLDetector(double, PositionAngle, Frame) - Constructor for class fr.cnes.sirius.patrius.propagation.events.AOLDetector
-
Constructor for an AOLDetector instance.
- AOLDetector(double, PositionAngle, Frame, double, double) - Constructor for class fr.cnes.sirius.patrius.propagation.events.AOLDetector
-
Constructor for an AOLDetector instance with complementary parameters.
- AOLDetector(double, PositionAngle, Frame, double, double, EventDetector.Action) - Constructor for class fr.cnes.sirius.patrius.propagation.events.AOLDetector
-
Constructor for an AOLDetector instance with complementary parameters.
- AOLDetector(double, PositionAngle, Frame, double, double, EventDetector.Action, boolean) - Constructor for class fr.cnes.sirius.patrius.propagation.events.AOLDetector
-
Constructor for an AOLDetector instance with complementary parameters.
- ApCoef - Class in fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000
-
/**
Class Ap_coef
Array containing the following magnetic values:
0 : daily AP
1 : 3 hr AP index for current time
2 : 3 hr AP index for 3 hrs before current time
3 : 3 hr AP index for 6 hrs before current time
4 : 3 hr AP index for 9 hrs before current time
5 : Average of eight 3 hr AP indicies from 12 to 33 hrs
prior to current time
6 : Average of eight 3 hr AP indicies from 36 to 57 hrs
prior to current time
- ApCoef() - Constructor for class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.ApCoef
-
Constructor.
- ApCoef(double[]) - Constructor for class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.ApCoef
-
Constructor.
- APOGEE - Static variable in class fr.cnes.sirius.patrius.propagation.events.ApsideDetector
-
Flag for apogee detection (slopeSelection = 1).
- ApparentElevationDetector - Class in fr.cnes.sirius.patrius.propagation.events
-
Finder for satellite apparent elevation events.
- ApparentElevationDetector(double, TopocentricFrame) - Constructor for class fr.cnes.sirius.patrius.propagation.events.ApparentElevationDetector
-
Build a new apparent elevation detector.
- ApparentElevationDetector(double, TopocentricFrame, double) - Constructor for class fr.cnes.sirius.patrius.propagation.events.ApparentElevationDetector
-
Build a new apparent elevation detector.
- ApparentElevationDetector(double, TopocentricFrame, double, double) - Constructor for class fr.cnes.sirius.patrius.propagation.events.ApparentElevationDetector
-
Build a new apparent elevation detector.
- ApparentElevationDetector(double, TopocentricFrame, double, double, EventDetector.Action, EventDetector.Action) - Constructor for class fr.cnes.sirius.patrius.propagation.events.ApparentElevationDetector
-
Build a new apparent elevation detector with specified actions at raising and setting.
- ApparentElevationDetector(double, TopocentricFrame, double, double, EventDetector.Action, EventDetector.Action, boolean, boolean) - Constructor for class fr.cnes.sirius.patrius.propagation.events.ApparentElevationDetector
-
Build a new apparent elevation detector with specified actions at raising and setting.
- append(FieldVector<T>) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Construct a vector by appending a vector to this vector.
- append(ArrayFieldVector<T>) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Construct a vector by appending a vector to this vector.
- append(T) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Construct a vector by appending a T to this vector.
- append(RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Construct a new vector by appending a vector to this vector.
- append(ArrayRealVector) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Construct a vector by appending a vector to this vector.
- append(double) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Construct a new vector by appending a double to this vector.
- append(FieldVector<T>) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldVector
-
Construct a vector by appending a vector to this vector.
- append(T) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldVector
-
Construct a vector by appending a T to this vector.
- append(RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Construct a new vector by appending a vector to this vector.
- append(double) - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Construct a new vector by appending a double to this vector.
- append(ContinuousOutputModel) - Method in class fr.cnes.sirius.patrius.math.ode.ContinuousOutputModel
-
Append another model at the end of the instance.
- apply(Orbit) - Method in class fr.cnes.sirius.patrius.forces.maneuvers.SmallManeuverAnalyticalModel
-
Compute the effect of the maneuver on an orbit.
- apply(SpacecraftState) - Method in class fr.cnes.sirius.patrius.forces.maneuvers.SmallManeuverAnalyticalModel
-
Compute the effect of the maneuver on a spacecraft state.
- apply(Vector<S>) - Method in interface fr.cnes.sirius.patrius.math.geometry.partitioning.Transform
-
Transform a point of a space.
- apply(Hyperplane<S>) - Method in interface fr.cnes.sirius.patrius.math.geometry.partitioning.Transform
-
Transform an hyperplane of a space.
- apply(SubHyperplane<T>, Hyperplane<S>, Hyperplane<S>) - Method in interface fr.cnes.sirius.patrius.math.geometry.partitioning.Transform
-
Transform a sub-hyperplane embedded in an hyperplane.
- apply(UnivariateStatistic) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Apply the given statistic to the data associated with this set of statistics.
- apply(UnivariateStatistic) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedDescriptiveStatistics
-
Apply the given statistic to the data associated with this set of statistics.
- apply(SpacecraftState) - Method in interface fr.cnes.sirius.patrius.propagation.analytical.AdapterPropagator.DifferentialEffect
-
- apply(Orbit) - Method in class fr.cnes.sirius.patrius.propagation.analytical.J2DifferentialEffect
-
Compute the effect of the maneuver on an orbit.
- apply(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.analytical.J2DifferentialEffect
-
- applyInverseTo(FieldVector3D<T>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldRotation
-
Apply the inverse of the rotation to a vector.
- applyInverseTo(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldRotation
-
Apply the inverse of the rotation to a vector.
- applyInverseTo(T[], T[]) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldRotation
-
Apply the inverse of the rotation to a vector stored in an array.
- applyInverseTo(double[], T[]) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldRotation
-
Apply the inverse of the rotation to a vector stored in an array.
- applyInverseTo(Rotation, FieldVector3D<T>) - Static method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldRotation
-
Apply the inverse of a rotation to a vector.
- applyInverseTo(FieldRotation<T>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldRotation
-
Apply the inverse of the instance to another rotation.
- applyInverseTo(Rotation) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldRotation
-
Apply the inverse of the instance to another rotation.
- applyInverseTo(Rotation, FieldRotation<T>) - Static method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldRotation
-
Apply the inverse of the a rotation to another rotation.
- applyInverseTo(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Rotation
-
Apply the inverse of the rotation to a vector.
- applyInverseTo(double[], double[]) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Rotation
-
Apply the inverse of the rotation to a vector stored in an array.
- applyInverseTo(Rotation) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Rotation
-
Apply the inverse of the instance to another rotation.
- applyInverseTo(List<Vector2D>) - Method in class fr.cnes.sirius.patrius.projections.AbstractProjection
-
Inverse Projects a list of Vector2D (projected points) with a given projection.
- applyInverseTo(double[], double[]) - Method in class fr.cnes.sirius.patrius.projections.AbstractProjection
-
Inversion transformation of arrays of x and y projected coordinates.
- applyInverseTo(double, double, double) - Method in class fr.cnes.sirius.patrius.projections.GeneralizedFlamsteedSamson
-
This is the Two standard parallel Mercator Projection model.
- applyInverseTo(double, double) - Method in class fr.cnes.sirius.patrius.projections.GeneralizedFlamsteedSamson
-
Inverse projection.
- applyInverseTo(double, double) - Method in class fr.cnes.sirius.patrius.projections.IdentityProjection
-
Inverse projection.
- applyInverseTo(double, double, double) - Method in class fr.cnes.sirius.patrius.projections.IdentityProjection
-
This is the Two standard parallel Mercator Projection model.
- applyInverseTo(double, double) - Method in interface fr.cnes.sirius.patrius.projections.IProjection
-
Inverse projection.
- applyInverseTo(double, double, double) - Method in interface fr.cnes.sirius.patrius.projections.IProjection
-
This is the Two standard parallel Mercator Projection model.
- applyInverseTo(double, double, double) - Method in class fr.cnes.sirius.patrius.projections.Mercator
-
This is the Two standard parallel Mercator Projection model.
- applyInverseTo(double, double) - Method in class fr.cnes.sirius.patrius.projections.Mercator
-
Inverse projection.
- applyTo(Timeline) - Method in class fr.cnes.sirius.patrius.events.postprocessing.AndCriterion
-
Adds to the phenomena list of a TimeLine object the phenomena corresponding to each time intervals when phenomena
of particular types A and B occur at the same time.
- applyTo(Timeline) - Method in class fr.cnes.sirius.patrius.events.postprocessing.DelayCriterion
-
- applyTo(Timeline) - Method in class fr.cnes.sirius.patrius.events.postprocessing.ElementTypeFilter
-
- applyTo(Timeline) - Method in class fr.cnes.sirius.patrius.events.postprocessing.EventsDuringPhenomenaFilter
-
- applyTo(Timeline) - Method in class fr.cnes.sirius.patrius.events.postprocessing.MergePhenomenaCriterion
-
- applyTo(Timeline) - Method in class fr.cnes.sirius.patrius.events.postprocessing.MergeTimelines
-
- applyTo(Timeline) - Method in class fr.cnes.sirius.patrius.events.postprocessing.OccurrenceFilter
-
- applyTo(Timeline) - Method in class fr.cnes.sirius.patrius.events.postprocessing.OrCriterion
-
Adds to the phenomena list of a TimeLine object the phenomena corresponding to each time intervals when phenomena
of particular types A OR B occur.
- applyTo(Timeline) - Method in class fr.cnes.sirius.patrius.events.postprocessing.PhenomenonDurationFilter
-
Removes from the list the specified phenomena that are longer / shorter than the duration criterion (depending on
the isMinDuration boolean value).
- applyTo(Timeline) - Method in class fr.cnes.sirius.patrius.events.postprocessing.PolarizationSingleSelection
-
- applyTo(Timeline) - Method in class fr.cnes.sirius.patrius.events.postprocessing.PolarizationSwitch
-
- applyTo(Timeline) - Method in interface fr.cnes.sirius.patrius.events.postprocessing.PostProcessing
-
- applyTo(Timeline) - Method in class fr.cnes.sirius.patrius.events.postprocessing.TimeFilter
-
- applyTo(NumericalPropagator) - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ManeuversSequence
-
Adds all the maneuvers (continue and impulse) to the propagator.
- applyTo(FieldVector3D<T>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldRotation
-
Apply the rotation to a vector.
- applyTo(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldRotation
-
Apply the rotation to a vector.
- applyTo(T[], T[]) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldRotation
-
Apply the rotation to a vector stored in an array.
- applyTo(double[], T[]) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldRotation
-
Apply the rotation to a vector stored in an array.
- applyTo(Rotation, FieldVector3D<T>) - Static method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldRotation
-
Apply a rotation to a vector.
- applyTo(FieldRotation<T>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldRotation
-
Apply the instance to another rotation.
- applyTo(Rotation) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldRotation
-
Apply the instance to another rotation.
- applyTo(Rotation, FieldRotation<T>) - Static method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldRotation
-
Apply a rotation to another rotation.
- applyTo(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Rotation
-
Apply the rotation to a vector.
- applyTo(double[], double[]) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Rotation
-
Apply the rotation to a vector stored in an array.
- applyTo(Rotation) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Rotation
-
Apply the instance to another rotation.
- applyTo(List<GeodeticPoint>) - Method in class fr.cnes.sirius.patrius.projections.AbstractProjection
-
Project a list of GeodeticPoints with a given projection.
- applyTo(double, double) - Method in class fr.cnes.sirius.patrius.projections.GeneralizedFlamsteedSamson
-
Returns Easting value and Northing value in meters from latitude and longitude coordinates.
- applyTo(GeodeticPoint) - Method in class fr.cnes.sirius.patrius.projections.GeneralizedFlamsteedSamson
-
Returns Easting value and Northing value in meters from geodetic coordinates.
- applyTo(GeodeticPoint) - Method in class fr.cnes.sirius.patrius.projections.IdentityProjection
-
Returns Easting value and Northing value in meters from geodetic coordinates.
- applyTo(double, double) - Method in class fr.cnes.sirius.patrius.projections.IdentityProjection
-
Returns Easting value and Northing value in meters from latitude and longitude coordinates.
- applyTo(GeodeticPoint) - Method in interface fr.cnes.sirius.patrius.projections.IProjection
-
Returns Easting value and Northing value in meters from geodetic coordinates.
- applyTo(double, double) - Method in interface fr.cnes.sirius.patrius.projections.IProjection
-
Returns Easting value and Northing value in meters from latitude and longitude coordinates.
- applyTo(GeodeticPoint) - Method in class fr.cnes.sirius.patrius.projections.Mercator
-
Returns Easting value and Northing value in meters from geodetic coordinates.
- applyTo(double, double) - Method in class fr.cnes.sirius.patrius.projections.Mercator
-
Returns Easting value and Northing value in meters from latitude and longitude coordinates.
- applyTo(PVCoordinates) - Method in class fr.cnes.sirius.patrius.utils.AngularCoordinates
-
Apply the rotation to a pv coordinates.
- applyTo(TimeStampedPVCoordinates) - Method in class fr.cnes.sirius.patrius.utils.AngularCoordinates
-
Apply the rotation to a pv coordinates.
- applyToAndDiscretize(GeodeticPoint, GeodeticPoint, double, boolean) - Method in class fr.cnes.sirius.patrius.projections.AbstractProjection
-
Project two points, then discretize 2D the line.
- applyTransform(Transform<S, T>) - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.AbstractRegion
-
Transform a region.
- applyTransform(Transform<S, T>) - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.AbstractSubHyperplane
-
Apply a transform to the instance.
- approximateAsPolynomialOnly(int, AbsoluteDate, int, int, AbsoluteDate, AbsoluteDate, double) - Method in class fr.cnes.sirius.patrius.math.fitting.SecularAndHarmonic
-
Approximate an already fitted model to polynomial only terms.
- ApsideDetector - Class in fr.cnes.sirius.patrius.propagation.events
-
Finder for apside crossing events.
- ApsideDetector(Orbit, int) - Constructor for class fr.cnes.sirius.patrius.propagation.events.ApsideDetector
-
Build a new instance.
- ApsideDetector(Orbit, int, double) - Constructor for class fr.cnes.sirius.patrius.propagation.events.ApsideDetector
-
Build a new instance.
- ApsideDetector(int, double, double) - Constructor for class fr.cnes.sirius.patrius.propagation.events.ApsideDetector
-
Build a new instance.
- ApsideDetector(double, double, EventDetector.Action, EventDetector.Action) - Constructor for class fr.cnes.sirius.patrius.propagation.events.ApsideDetector
-
Build a new instance with both apogee and perigee detection.
- ApsideDetector(double, double, EventDetector.Action, EventDetector.Action, boolean, boolean) - Constructor for class fr.cnes.sirius.patrius.propagation.events.ApsideDetector
-
Build a new instance with both apogee and perigee detection.
- ApsideDetector(int, double, double, EventDetector.Action) - Constructor for class fr.cnes.sirius.patrius.propagation.events.ApsideDetector
-
Build a new instance with apogee OR/AND perigee detection depending on slope selection.
- ApsideDetector(int, double, double, EventDetector.Action, boolean) - Constructor for class fr.cnes.sirius.patrius.propagation.events.ApsideDetector
-
Build a new instance with apogee OR/AND perigee detection depending on slope selection.
- ApsisAltitudeParameters - Class in fr.cnes.sirius.patrius.orbits.orbitalparameters
-
This class handles periapsis altitude/apoapsis altitude parameters.
- ApsisAltitudeParameters(double, double, double, double, double, double, PositionAngle, double, double) - Constructor for class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisAltitudeParameters
-
Creates a new instance.
- ApsisOrbit - Class in fr.cnes.sirius.patrius.orbits
-
This class handles periapsis/apoapsis parameters.
- ApsisOrbit(IOrbitalParameters, Frame, AbsoluteDate) - Constructor for class fr.cnes.sirius.patrius.orbits.ApsisOrbit
-
Creates a new instance.
- ApsisOrbit(double, double, double, double, double, double, PositionAngle, Frame, AbsoluteDate, double) - Constructor for class fr.cnes.sirius.patrius.orbits.ApsisOrbit
-
Creates a new instance.
- ApsisOrbit(PVCoordinates, Frame, AbsoluteDate, double) - Constructor for class fr.cnes.sirius.patrius.orbits.ApsisOrbit
-
Constructor from cartesian parameters.
- ApsisOrbit(Orbit) - Constructor for class fr.cnes.sirius.patrius.orbits.ApsisOrbit
-
Constructor from any kind of orbital parameters.
- ApsisRadiusParameters - Class in fr.cnes.sirius.patrius.orbits.orbitalparameters
-
This class handles periapsis/apoapsis parameters.
- ApsisRadiusParameters(double, double, double, double, double, double, PositionAngle, double) - Constructor for class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisRadiusParameters
-
Creates a new instance.
- apToKp(double) - Static method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityToolbox
-
Convert a single ap coefficient to a kp coefficient
- apToKp(double[]) - Static method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityToolbox
-
Convert an array
- ARC_SECONDS_TO_RADIANS - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
Conversion factor from arc seconds to radians: 2*PI/(360*60*60).
- argument(BodiesElements) - Method in class fr.cnes.sirius.patrius.data.SeriesTerm
-
Compute the argument for the current date.
- ArgUtils - Class in fr.cnes.sirius.patrius.math.exception.util
-
Utility class for transforming the list of arguments passed to
constructors of exceptions.
- ArithmeticUtils - Class in fr.cnes.sirius.patrius.math.util
-
Some useful, arithmetics related, additions to the built-in functions in
Math.
- Array2DRowFieldMatrix<T extends FieldElement<T>> - Class in fr.cnes.sirius.patrius.math.linear
-
Implementation of FieldMatrix
using a FieldElement[][] array to store entries.
- Array2DRowFieldMatrix(Field<T>) - Constructor for class fr.cnes.sirius.patrius.math.linear.Array2DRowFieldMatrix
-
Creates a matrix with no data
- Array2DRowFieldMatrix(Field<T>, int, int) - Constructor for class fr.cnes.sirius.patrius.math.linear.Array2DRowFieldMatrix
-
Create a new FieldMatrix<T> with the supplied row and column dimensions.
- Array2DRowFieldMatrix(T[][]) - Constructor for class fr.cnes.sirius.patrius.math.linear.Array2DRowFieldMatrix
-
Create a new FieldMatrix<T> using the input array as the underlying
data array.
- Array2DRowFieldMatrix(Field<T>, T[][]) - Constructor for class fr.cnes.sirius.patrius.math.linear.Array2DRowFieldMatrix
-
Create a new FieldMatrix<T> using the input array as the underlying
data array.
- Array2DRowFieldMatrix(T[][], boolean) - Constructor for class fr.cnes.sirius.patrius.math.linear.Array2DRowFieldMatrix
-
Create a new FieldMatrix<T> using the input array as the underlying
data array.
- Array2DRowFieldMatrix(Field<T>, T[][], boolean) - Constructor for class fr.cnes.sirius.patrius.math.linear.Array2DRowFieldMatrix
-
Create a new FieldMatrix<T> using the input array as the underlying
data array.
- Array2DRowFieldMatrix(T[]) - Constructor for class fr.cnes.sirius.patrius.math.linear.Array2DRowFieldMatrix
-
Create a new (column) FieldMatrix<T> using v as the
data for the unique column of the created matrix.
- Array2DRowFieldMatrix(Field<T>, T[]) - Constructor for class fr.cnes.sirius.patrius.math.linear.Array2DRowFieldMatrix
-
Create a new (column) FieldMatrix<T> using v as the
data for the unique column of the created matrix.
- Array2DRowRealMatrix - Class in fr.cnes.sirius.patrius.math.linear
-
Implementation of
RealMatrix using a
double[][] array to
store entries.
- Array2DRowRealMatrix() - Constructor for class fr.cnes.sirius.patrius.math.linear.Array2DRowRealMatrix
-
Creates a matrix with no data
- Array2DRowRealMatrix(int, int) - Constructor for class fr.cnes.sirius.patrius.math.linear.Array2DRowRealMatrix
-
Create a new RealMatrix with the supplied row and column dimensions.
- Array2DRowRealMatrix(double[][]) - Constructor for class fr.cnes.sirius.patrius.math.linear.Array2DRowRealMatrix
-
Create a new RealMatrix using the input array as the underlying
data array.
- Array2DRowRealMatrix(double[][], boolean) - Constructor for class fr.cnes.sirius.patrius.math.linear.Array2DRowRealMatrix
-
Create a new RealMatrix using the input array as the underlying
data array.
- Array2DRowRealMatrix(double[]) - Constructor for class fr.cnes.sirius.patrius.math.linear.Array2DRowRealMatrix
-
Create a new (column) RealMatrix using v as the
data for the unique column of the created matrix.
- ArrayFieldVector<T extends FieldElement<T>> - Class in fr.cnes.sirius.patrius.math.linear
-
- ArrayFieldVector(Field<T>) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Build a 0-length vector.
- ArrayFieldVector(Field<T>, int) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Construct a vector of zeroes.
- ArrayFieldVector(int, T) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Construct a vector with preset values.
- ArrayFieldVector(T[]) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Construct a vector from an array, copying the input array.
- ArrayFieldVector(Field<T>, T[]) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Construct a vector from an array, copying the input array.
- ArrayFieldVector(T[], boolean) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Create a new ArrayFieldVector using the input array as the underlying
data array.
- ArrayFieldVector(Field<T>, T[], boolean) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Create a new ArrayFieldVector using the input array as the underlying
data array.
- ArrayFieldVector(T[], int, int) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Construct a vector from part of a array.
- ArrayFieldVector(Field<T>, T[], int, int) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Construct a vector from part of a array.
- ArrayFieldVector(FieldVector<T>) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Construct a vector from another vector, using a deep copy.
- ArrayFieldVector(ArrayFieldVector<T>) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Construct a vector from another vector, using a deep copy.
- ArrayFieldVector(ArrayFieldVector<T>, boolean) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Construct a vector from another vector.
- ArrayFieldVector(ArrayFieldVector<T>, ArrayFieldVector<T>) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Construct a vector by appending one vector to another vector.
- ArrayFieldVector(ArrayFieldVector<T>, T[]) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Construct a vector by appending one vector to another vector.
- ArrayFieldVector(T[], ArrayFieldVector<T>) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Construct a vector by appending one vector to another vector.
- ArrayFieldVector(T[], T[]) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Construct a vector by appending one vector to another vector.
- ArrayFieldVector(Field<T>, T[], T[]) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Construct a vector by appending one vector to another vector.
- ArrayRealVector - Class in fr.cnes.sirius.patrius.math.linear
-
This class implements the
RealVector interface with a double array.
- ArrayRealVector() - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Build a 0-length vector.
- ArrayRealVector(int) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Construct a vector of zeroes.
- ArrayRealVector(int, double) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Construct a vector with preset values.
- ArrayRealVector(double[]) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Construct a vector from an array, copying the input array.
- ArrayRealVector(double[], boolean) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Create a new ArrayRealVector using the input array as the underlying
data array.
- ArrayRealVector(double[], int, int) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Construct a vector from part of a array.
- ArrayRealVector(Double[]) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Construct a vector from an array.
- ArrayRealVector(Double[], int, int) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Construct a vector from part of an array.
- ArrayRealVector(RealVector) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Construct a vector from another vector, using a deep copy.
- ArrayRealVector(ArrayRealVector) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Construct a vector from another vector, using a deep copy.
- ArrayRealVector(ArrayRealVector, boolean) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Construct a vector from another vector.
- ArrayRealVector(ArrayRealVector, ArrayRealVector) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Construct a vector by appending one vector to another vector.
- ArrayRealVector(ArrayRealVector, RealVector) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Construct a vector by appending one vector to another vector.
- ArrayRealVector(RealVector, ArrayRealVector) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Construct a vector by appending one vector to another vector.
- ArrayRealVector(ArrayRealVector, double[]) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Construct a vector by appending one vector to another vector.
- ArrayRealVector(double[], ArrayRealVector) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Construct a vector by appending one vector to another vector.
- ArrayRealVector(double[], double[]) - Constructor for class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Construct a vector by appending one vector to another vector.
- ASCENDING - Static variable in class fr.cnes.sirius.patrius.propagation.events.NodeDetector
-
Flag for ascending node detection (slopeSelection = 0).
- ASCENDING_DESCENDING - Static variable in class fr.cnes.sirius.patrius.propagation.events.NodeDetector
-
Flag for both ascending and descending node detection (slopeSelection = 2).
- asin() - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
Arc sine operation.
- asin(double[], int, double[], int) - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DSCompiler
-
Compute arc sine of a derivative structure.
- Asin - Class in fr.cnes.sirius.patrius.math.analysis.function
-
Arc-sine function.
- Asin() - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Asin
-
- asin() - Method in class fr.cnes.sirius.patrius.math.complex.Complex
-
- asin(Dfp) - Static method in class fr.cnes.sirius.patrius.math.dfp.DfpMath
-
computes the arc-sine of the argument.
- asin() - Method in interface fr.cnes.sirius.patrius.math.RealFieldElement
-
Arc sine operation.
- asin(double) - Static method in class fr.cnes.sirius.patrius.math.util.FastMath
-
Compute the arc sine of a number.
- asinh() - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
Inverse hyperbolic sine operation.
- asinh(double[], int, double[], int) - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DSCompiler
-
Compute inverse hyperbolic sine of a derivative structure.
- Asinh - Class in fr.cnes.sirius.patrius.math.analysis.function
-
Hyperbolic arc-sine function.
- Asinh() - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Asinh
-
- asinh() - Method in interface fr.cnes.sirius.patrius.math.RealFieldElement
-
Inverse hyperbolic sine operation.
- asinh(double) - Static method in class fr.cnes.sirius.patrius.math.util.FastMath
-
Compute the inverse hyperbolic sine of a number.
- asList() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.IntervalsSet
-
Build an ordered list of intervals representing the instance.
- Assembly - Class in fr.cnes.sirius.patrius.assembly
-
This class describes an assembly by all its sub parts.
- Assembly() - Constructor for class fr.cnes.sirius.patrius.assembly.Assembly
-
Assembly simple constructor.
- AssemblyBuilder - Class in fr.cnes.sirius.patrius.assembly
-
- This class is the builder that shall be needed to create an instance of the assembly.
- AssemblyBuilder() - Constructor for class fr.cnes.sirius.patrius.assembly.AssemblyBuilder
-
Simple constructor of an assembly builder.
- AssemblyBuilder(Assembly) - Constructor for class fr.cnes.sirius.patrius.assembly.AssemblyBuilder
-
Constructor with an assembly instance.
- atan() - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
Arc tangent operation.
- atan(double[], int, double[], int) - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DSCompiler
-
Compute arc tangent of a derivative structure.
- Atan - Class in fr.cnes.sirius.patrius.math.analysis.function
-
Arc-tangent function.
- Atan() - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Atan
-
- atan() - Method in class fr.cnes.sirius.patrius.math.complex.Complex
-
- atan(Dfp) - Static method in class fr.cnes.sirius.patrius.math.dfp.DfpMath
-
computes the arc tangent of the argument
Uses the typical taylor series
but may reduce arguments using the following identity
tan(x+y) = (tan(x) + tan(y)) / (1 - tan(x)*tan(y))
since tan(PI/8) = sqrt(2)-1,
atan(x) = atan( (x - sqrt(2) + 1) / (1+x*sqrt(2) - x) + PI/8.0
- atan() - Method in interface fr.cnes.sirius.patrius.math.RealFieldElement
-
Arc tangent operation.
- atan(double) - Static method in class fr.cnes.sirius.patrius.math.util.FastMath
-
Arctangent function
- atan2(DerivativeStructure) - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
Two arguments arc tangent operation.
- atan2(DerivativeStructure, DerivativeStructure) - Static method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
Two arguments arc tangent operation.
- atan2(double[], int, double[], int, double[], int) - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DSCompiler
-
Compute two arguments arc tangent of a derivative structure.
- Atan2 - Class in fr.cnes.sirius.patrius.math.analysis.function
-
Arc-tangent function.
- Atan2() - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Atan2
-
- atan2(T) - Method in interface fr.cnes.sirius.patrius.math.RealFieldElement
-
Two arguments arc tangent operation.
- atan2(double, double) - Static method in class fr.cnes.sirius.patrius.math.util.FastMath
-
Two arguments arctangent function
- atanh() - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
Inverse hyperbolic tangent operation.
- atanh(double[], int, double[], int) - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DSCompiler
-
Compute inverse hyperbolic tangent of a derivative structure.
- Atanh - Class in fr.cnes.sirius.patrius.math.analysis.function
-
Hyperbolic arc-tangent function.
- Atanh() - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Atanh
-
- atanh() - Method in interface fr.cnes.sirius.patrius.math.RealFieldElement
-
Inverse hyperbolic tangent operation.
- atanh(double) - Static method in class fr.cnes.sirius.patrius.math.util.FastMath
-
Compute the inverse hyperbolic tangent of a number.
- atanInternal(Dfp) - Static method in class fr.cnes.sirius.patrius.math.dfp.DfpMath
-
computes the arc-tangent of the argument.
- Atmosphere - Interface in fr.cnes.sirius.patrius.forces.atmospheres
-
Interface for atmospheric models.
- AtmosphereData - Class in fr.cnes.sirius.patrius.forces.atmospheres
-
Container for extended atmosphere data.
- AtmosphereData(double, double, double, double, double, double, double, double, double, double, double) - Constructor for class fr.cnes.sirius.patrius.forces.atmospheres.AtmosphereData
-
Constructor.
- ATOMIC_MASS - Static variable in class fr.cnes.sirius.patrius.forces.atmospheres.AtmosphereData
-
Relative atomic mass He, O, N2, O2, Ar, H, N.
- ATOMIC_NITROGEN - Static variable in class fr.cnes.sirius.patrius.forces.atmospheres.DTM2000
-
Identifier for atomic nitrogen.
- ATOMIC_OXYGEN - Static variable in class fr.cnes.sirius.patrius.forces.atmospheres.DTM2000
-
Identifier for atomic oxygen.
- Attitude - Class in fr.cnes.sirius.patrius.attitudes
-
This class handles attitude definition at a given date.
- Attitude(Frame, TimeStampedAngularCoordinates) - Constructor for class fr.cnes.sirius.patrius.attitudes.Attitude
-
Creates a new instance.
- Attitude(AbsoluteDate, Frame, AngularCoordinates) - Constructor for class fr.cnes.sirius.patrius.attitudes.Attitude
-
Creates a new instance.
- Attitude(AbsoluteDate, Frame, Rotation, Vector3D, Vector3D) - Constructor for class fr.cnes.sirius.patrius.attitudes.Attitude
-
Creates a new instance.
- Attitude(AbsoluteDate, Frame, Rotation, Vector3D) - Constructor for class fr.cnes.sirius.patrius.attitudes.Attitude
-
Creates a new instance.
- Attitude(double[], AbsoluteDate, Frame) - Constructor for class fr.cnes.sirius.patrius.attitudes.Attitude
-
Creates a new instance from an array containing a quaternion and a spin vector.
- AttitudeChronologicalComparator - Class in fr.cnes.sirius.patrius.attitudes
-
This class is a comparator used to compare the Attitude objects in the ephemeris set.
- AttitudeChronologicalComparator() - Constructor for class fr.cnes.sirius.patrius.attitudes.AttitudeChronologicalComparator
-
Simple constructor.
- AttitudeEquation - Class in fr.cnes.sirius.patrius.propagation.numerical
-
This interface allows users to add their own attitude differential equations to a numerical propagator.
- AttitudeEquation(AttitudeEquation.AttitudeType) - Constructor for class fr.cnes.sirius.patrius.propagation.numerical.AttitudeEquation
-
Create a new attitude equation.
- AttitudeEquation.AttitudeType - Enum in fr.cnes.sirius.patrius.propagation.numerical
-
Attitude type.
- AttitudeFrame - Class in fr.cnes.sirius.patrius.attitudes
-
This class is a special implementation of the
Frame class; it represents a dynamic spacecraft frame,
i.e.
- AttitudeFrame(PVCoordinatesProvider, AttitudeLaw, Frame) - Constructor for class fr.cnes.sirius.patrius.attitudes.AttitudeFrame
-
Constructor of the dynamic spacecraft frame.
- AttitudeLaw - Interface in fr.cnes.sirius.patrius.attitudes
-
This interface has been created to represent a generic attitude provider without an interval of validity:
the attitude can be computed at any date.
- AttitudeLawLeg - Class in fr.cnes.sirius.patrius.attitudes
-
This class represents an attitude law version "attitude", with an interval of validity (whose borders are closed
points).
- AttitudeLawLeg(AttitudeLaw, AbsoluteDate, AbsoluteDate) - Constructor for class fr.cnes.sirius.patrius.attitudes.AttitudeLawLeg
-
Build an attitude law version "attitude".
- AttitudeLawModifier - Interface in fr.cnes.sirius.patrius.attitudes
-
This interface represents an attitude law that modifies/wraps another underlying law.
- AttitudeLeg - Interface in fr.cnes.sirius.patrius.attitudes
-
Interface which makes it obligatory to give an interval of validity to an attitude law.
All the classes implementing this interface should have an interval of validity with CLOSED endpoints.
- AttitudeLegLaw - Class in fr.cnes.sirius.patrius.attitudes
-
This class represents an attitude law version "attitudeLeg", with an interval of validity (whose borders are closed
points) and attitude laws outside this interval of validity.
- AttitudeLegLaw(AttitudeLaw, AttitudeLeg, AttitudeLaw) - Constructor for class fr.cnes.sirius.patrius.attitudes.AttitudeLegLaw
-
Build an attitude law version "attitudeLeg".
- AttitudeLegsSequence - Class in fr.cnes.sirius.patrius.attitudes
-
This class handles a sequence of different attitude providers
AttitudeLeg.
- AttitudeLegsSequence(PVCoordinatesProvider) - Constructor for class fr.cnes.sirius.patrius.attitudes.AttitudeLegsSequence
-
Only constructor for this class.
- AttitudeProvider - Interface in fr.cnes.sirius.patrius.attitudes
-
This interface represents an attitude provider model set.
- attitudeProviderByDefault - Variable in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Attitude provider given by default for one attitude.
- attitudeProviderEvents - Variable in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Attitude provider for events computation.
- attitudeProviderForces - Variable in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Attitude provider for forces computation.
- AttitudesSequence - Class in fr.cnes.sirius.patrius.attitudes
-
This classes manages a sequence of different attitude providers that are activated
in turn according to switching events.
- AttitudesSequence() - Constructor for class fr.cnes.sirius.patrius.attitudes.AttitudesSequence
-
Constructor for an initially empty sequence.
- AttitudeTransformProvider - Class in fr.cnes.sirius.patrius.attitudes
-
This class is a
TransformProvider for
AttitudeFrame; it provides, for a given date,
the transformation corresponding to the spacecraft reference frame orientation with respect to the parent frame.
- AttitudeTransformProvider(AttitudeLaw, PVCoordinatesProvider, Frame) - Constructor for class fr.cnes.sirius.patrius.attitudes.AttitudeTransformProvider
-
Protected constructor.
- AttractionModel - Interface in fr.cnes.sirius.patrius.forces.gravity
-
This interface represents a gravitation attraction model.
- AVLTree<T extends Comparable<T>> - Class in fr.cnes.sirius.patrius.math.geometry.partitioning.utilities
-
This class implements AVL trees.
- AVLTree() - Constructor for class fr.cnes.sirius.patrius.math.geometry.partitioning.utilities.AVLTree
-
Build an empty tree.
- AVLTree.Node - Class in fr.cnes.sirius.patrius.math.geometry.partitioning.utilities
-
This class implements AVL trees nodes.
- AVOGADRO_CONSTANT - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
Avogadro constant.
- AX_COEFFICIENT - Static variable in class fr.cnes.sirius.patrius.forces.EmpiricalForce
-
X-component of the A coefficient.
- AY_COEFFICIENT - Static variable in class fr.cnes.sirius.patrius.forces.EmpiricalForce
-
Y-component of the A coefficient.
- AZ_COEFFICIENT - Static variable in class fr.cnes.sirius.patrius.forces.EmpiricalForce
-
Z-component of the A coefficient.
- AzimuthElevationField - Class in fr.cnes.sirius.patrius.fieldsofview
-
- AzimuthElevationField(double[][], double, String) - Constructor for class fr.cnes.sirius.patrius.fieldsofview.AzimuthElevationField
-
Constructor for the azimuth - elevation mask
- AzoulayModel - Class in fr.cnes.sirius.patrius.signalpropagation
-
This class is a tropospheric correction model that implements the TroposphericCorrection
and AngularCorrection interfaces to correct a signal with the Azoulay model.
- AzoulayModel(double, double, double, double) - Constructor for class fr.cnes.sirius.patrius.signalpropagation.AzoulayModel
-
- AzoulayModel(double, double, double, double, boolean) - Constructor for class fr.cnes.sirius.patrius.signalpropagation.AzoulayModel
-
- c1 - Variable in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLEPropagator
-
C1 from SPTRCK #3.
- C1AL - Static variable in class fr.cnes.sirius.patrius.forces.radiation.KnockeRiesModel
-
coefficient c1al of Knocke-Ries model.
- C1IR - Static variable in class fr.cnes.sirius.patrius.forces.radiation.KnockeRiesModel
-
coefficient c1ir of Knocke-Ries model.
- c2 - Variable in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLEPropagator
-
C2 from SPTRCK #3.
- c4 - Variable in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLEPropagator
-
C4 from SPTRCK #3.
- C_N - Static variable in class fr.cnes.sirius.patrius.assembly.properties.AeroFacetProperty
-
Default normal force coefficient parameter name.
- C_T - Static variable in class fr.cnes.sirius.patrius.assembly.properties.AeroFacetProperty
-
Default tangential force coefficient parameter name.
- C_X - Static variable in class fr.cnes.sirius.patrius.assembly.properties.AeroCrossSectionProperty
-
Default drag force coefficient parameter name.
- C_X - Static variable in class fr.cnes.sirius.patrius.assembly.properties.AeroGlobalProperty
-
Default drag force coefficient parameter name.
- C_Z - Static variable in class fr.cnes.sirius.patrius.assembly.properties.AeroGlobalProperty
-
Default lift coefficient parameter name.
- calculateAdjustedRSquared() - Method in class fr.cnes.sirius.patrius.math.stat.regression.OLSMultipleLinearRegression
-
Returns the adjusted R-squared statistic, defined by the formula
- calculateBeta() - Method in class fr.cnes.sirius.patrius.math.stat.regression.AbstractMultipleLinearRegression
-
Calculates the beta of multiple linear regression in matrix notation.
- calculateBeta() - Method in class fr.cnes.sirius.patrius.math.stat.regression.GLSMultipleLinearRegression
-
Calculates beta by GLS.
- calculateBeta() - Method in class fr.cnes.sirius.patrius.math.stat.regression.OLSMultipleLinearRegression
-
Calculates the regression coefficients using OLS.
- calculateBetaVariance() - Method in class fr.cnes.sirius.patrius.math.stat.regression.AbstractMultipleLinearRegression
-
Calculates the beta variance of multiple linear regression in matrix
notation.
- calculateBetaVariance() - Method in class fr.cnes.sirius.patrius.math.stat.regression.GLSMultipleLinearRegression
-
Calculates the variance on the beta.
- calculateBetaVariance() - Method in class fr.cnes.sirius.patrius.math.stat.regression.OLSMultipleLinearRegression
-
Calculates the variance-covariance matrix of the regression parameters.
- calculateErrorVariance() - Method in class fr.cnes.sirius.patrius.math.stat.regression.AbstractMultipleLinearRegression
-
Calculates the variance of the error term.
- calculateErrorVariance() - Method in class fr.cnes.sirius.patrius.math.stat.regression.GLSMultipleLinearRegression
-
Calculates the estimated variance of the error term using the formula
- calculateField(double, double, double) - Method in class fr.cnes.sirius.patrius.models.earth.GeoMagneticField
-
Calculate the magnetic field at the specified geodetic point identified
by latitude, longitude and altitude.
- calculateField(GeodeticPoint) - Method in class fr.cnes.sirius.patrius.models.earth.GeoMagneticField
-
Calculate the magnetic field at the specified geodetic point identified
by geodetic objet.
- calculateField(Vector3D, Frame, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.models.earth.GeoMagneticField
-
Calculate the magnetic field at the specified point identified
by the coordinates of the point and the reference point.
- calculateHat() - Method in class fr.cnes.sirius.patrius.math.stat.regression.OLSMultipleLinearRegression
-
Compute the "hat" matrix.
- calculateNumericalMean() - Method in class fr.cnes.sirius.patrius.math.distribution.WeibullDistribution
-
- calculateNumericalMean() - Method in class fr.cnes.sirius.patrius.math.distribution.ZipfDistribution
-
- calculateNumericalVariance() - Method in class fr.cnes.sirius.patrius.math.distribution.FDistribution
-
- calculateNumericalVariance() - Method in class fr.cnes.sirius.patrius.math.distribution.HypergeometricDistribution
-
- calculateNumericalVariance() - Method in class fr.cnes.sirius.patrius.math.distribution.WeibullDistribution
-
- calculateNumericalVariance() - Method in class fr.cnes.sirius.patrius.math.distribution.ZipfDistribution
-
- calculatePathDelay(double, double) - Method in class fr.cnes.sirius.patrius.models.earth.SaastamoinenModel
-
Calculates the tropospheric path delay for the signal path from a ground
station to a satellite.
- calculateResiduals() - Method in class fr.cnes.sirius.patrius.math.stat.regression.AbstractMultipleLinearRegression
-
Calculates the residuals of multiple linear regression in matrix
notation.
- calculateResidualSumOfSquares() - Method in class fr.cnes.sirius.patrius.math.stat.regression.OLSMultipleLinearRegression
-
Returns the sum of squared residuals.
- calculateRSquared() - Method in class fr.cnes.sirius.patrius.math.stat.regression.OLSMultipleLinearRegression
-
Returns the R-Squared statistic, defined by the formula
- calculateTotalSumOfSquares() - Method in class fr.cnes.sirius.patrius.math.stat.regression.OLSMultipleLinearRegression
-
Returns the sum of squared deviations of Y from its mean.
- calculateYVariance() - Method in class fr.cnes.sirius.patrius.math.stat.regression.AbstractMultipleLinearRegression
-
Calculates the variance of the y values.
- cancelStepAccepted() - Method in class fr.cnes.sirius.patrius.math.ode.events.EventState
-
Cancel stepAccepted call (does not cancel event).
- cancelStepAccepted() - Method in class fr.cnes.sirius.patrius.propagation.events.EventState
-
Cancel stepAccepted call (does not cancel event).
- canIncrement() - Method in class fr.cnes.sirius.patrius.math.util.Incrementor
-
Checks whether a single increment is allowed.
- canMap(GeodeticPoint) - Method in class fr.cnes.sirius.patrius.projections.IdentityProjection
-
Returns a boolean depending if the geodetic point can be map with the selected projection method.
- canMap(GeodeticPoint) - Method in interface fr.cnes.sirius.patrius.projections.IProjection
-
Returns a boolean depending if the geodetic point can be map with the selected projection method.
- canMap(GeodeticPoint) - Method in class fr.cnes.sirius.patrius.projections.Mercator
-
Returns a boolean depending if the geodetic point can be map with the selected projection method.
- CardanMountPosition - Class in fr.cnes.sirius.patrius.orbits.pvcoordinates
-
- CardanMountPosition(double, double, double) - Constructor for class fr.cnes.sirius.patrius.orbits.pvcoordinates.CardanMountPosition
-
Build Cardan mount.
- CardanMountPV - Class in fr.cnes.sirius.patrius.orbits.pvcoordinates
-
- CardanMountPV(double, double, double, double, double, double) - Constructor for class fr.cnes.sirius.patrius.orbits.pvcoordinates.CardanMountPV
-
Build cardan mounting.
- CartesianDerivativesFilter - Enum in fr.cnes.sirius.patrius.utils
-
- CartesianOrbit - Class in fr.cnes.sirius.patrius.orbits
-
This class holds cartesian orbital parameters.
- CartesianOrbit(IOrbitalParameters, Frame, AbsoluteDate) - Constructor for class fr.cnes.sirius.patrius.orbits.CartesianOrbit
-
Creates a new instance.
- CartesianOrbit(PVCoordinates, Frame, AbsoluteDate, double) - Constructor for class fr.cnes.sirius.patrius.orbits.CartesianOrbit
-
Constructor from cartesian parameters.
- CartesianOrbit(Orbit) - Constructor for class fr.cnes.sirius.patrius.orbits.CartesianOrbit
-
Constructor from any kind of orbital parameters.
- CartesianParameters - Class in fr.cnes.sirius.patrius.orbits.orbitalparameters
-
This class holds cartesian orbital parameters.
- CartesianParameters(PVCoordinates, double) - Constructor for class fr.cnes.sirius.patrius.orbits.orbitalparameters.CartesianParameters
-
Constructor with PV coordinates.
- CartesianParameters(Vector3D, Vector3D, Vector3D, double) - Constructor for class fr.cnes.sirius.patrius.orbits.orbitalparameters.CartesianParameters
-
Constructor with position and velocity.
- CauchyDistribution - Class in fr.cnes.sirius.patrius.math.distribution
-
Implementation of the Cauchy distribution.
- CauchyDistribution() - Constructor for class fr.cnes.sirius.patrius.math.distribution.CauchyDistribution
-
Creates a Cauchy distribution with the median equal to zero and scale
equal to one.
- CauchyDistribution(double, double) - Constructor for class fr.cnes.sirius.patrius.math.distribution.CauchyDistribution
-
Creates a Cauchy distribution using the given median and scale.
- CauchyDistribution(double, double, double) - Constructor for class fr.cnes.sirius.patrius.math.distribution.CauchyDistribution
-
Creates a Cauchy distribution using the given median and scale.
- CauchyDistribution(RandomGenerator, double, double, double) - Constructor for class fr.cnes.sirius.patrius.math.distribution.CauchyDistribution
-
Creates a Cauchy distribution.
- cbrt() - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
Cubic root.
- Cbrt - Class in fr.cnes.sirius.patrius.math.analysis.function
-
Cube root function.
- Cbrt() - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Cbrt
-
- cbrt() - Method in interface fr.cnes.sirius.patrius.math.RealFieldElement
-
Cubic root.
- cbrt(double) - Static method in class fr.cnes.sirius.patrius.math.util.FastMath
-
Compute the cubic root of a number.
- ccor(double, double, double, double) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.NRLMSISE00
-
ccor.
CHEMISTRY/DISSOCIATION CORRECTION FOR MSIS MODELS.
- ccor2(double, double, double, double, double) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.NRLMSISE00
-
ccor2.
CHEMISTRY/DISSOCIATION CORRECTION FOR MSIS MODELS
- CCSDS_EPOCH - Static variable in class fr.cnes.sirius.patrius.time.AbsoluteDate
-
Reference epoch for CCSDS Time Code Format (CCSDS 301.0-B-4):
1958-01-01T00:00:00 International Atomic Time (not UTC).
- CCSDS_EPOCH - Static variable in class fr.cnes.sirius.patrius.time.DateComponents
-
Reference epoch for CCSDS Time Code Format (CCSDS 301.0-B-4): 1958-01-01.
- cdf(double) - Method in class fr.cnes.sirius.patrius.math.distribution.KolmogorovSmirnovDistribution
-
Calculates P(D_n < d) using method described in [1] with quick
decisions for extreme values given in [2] (see above).
- cdf(double, boolean) - Method in class fr.cnes.sirius.patrius.math.distribution.KolmogorovSmirnovDistribution
-
Calculates P(D_n < d) using method described in [1] with quick
decisions for extreme values given in [2] (see above).
- cdfExact(double) - Method in class fr.cnes.sirius.patrius.math.distribution.KolmogorovSmirnovDistribution
-
Calculates P(D_n < d) using method described in [1] with quick
decisions for extreme values given in [2] (see above).
- ceil() - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
Get the smallest whole number larger than instance.
- Ceil - Class in fr.cnes.sirius.patrius.math.analysis.function
-
ceil function.
- Ceil() - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Ceil
-
- ceil() - Method in class fr.cnes.sirius.patrius.math.dfp.Dfp
-
Round to an integer using the round ceil mode.
- ceil() - Method in interface fr.cnes.sirius.patrius.math.RealFieldElement
-
Get the smallest whole number larger than instance.
- ceil(double) - Static method in class fr.cnes.sirius.patrius.math.util.FastMath
-
Get the smallest whole number larger than x.
- celestialBodiesMaskingDistance(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.assembly.models.SensorModel
-
Computes the minimal euclidian distance to the celestial body shapes.
- CelestialBody - Interface in fr.cnes.sirius.patrius.bodies
-
Interface for celestial bodies like Sun, Moon or solar system planets.
- CelestialBodyFactory - Class in fr.cnes.sirius.patrius.bodies
-
Factory class for bodies of the solar system.
- CelestialBodyLoader - Interface in fr.cnes.sirius.patrius.bodies
-
Interface for loading celestial bodies.
- CelestialBodyPointed - Class in fr.cnes.sirius.patrius.attitudes
-
This class handles a celestial body pointed attitude provider.
- CelestialBodyPointed(Frame, PVCoordinatesProvider, Vector3D, Vector3D, Vector3D) - Constructor for class fr.cnes.sirius.patrius.attitudes.CelestialBodyPointed
-
Creates new instance.
- CelestialBodyPolesAxisDirection - Class in fr.cnes.sirius.patrius.attitudes.directions
-
This direction is the axis defined by the two poles of a
celestial body.
- CelestialBodyPolesAxisDirection(CelestialBody) - Constructor for class fr.cnes.sirius.patrius.attitudes.directions.CelestialBodyPolesAxisDirection
-
Build a direction defined by the frame associated to a celestial body.
- CentralBodyMaskCircularFOVDetector - Class in fr.cnes.sirius.patrius.events
-
Finder for target entry/exit events with respect to a satellite sensor FOV defined by a vector3D giving the
direction in satellite frame and taking into account masking from the central body
- CentralBodyMaskCircularFOVDetector(PVCoordinatesProvider, double, GeometricBodyShape, boolean, Vector3D, double, double, double) - Constructor for class fr.cnes.sirius.patrius.events.CentralBodyMaskCircularFOVDetector
-
Constructor with user maxcheck and threshold
creating a circularFOVDetector and an EllipsoidEclipseDetector
- CentralBodyMaskCircularFOVDetector(PVCoordinatesProvider, double, GeometricBodyShape, boolean, Vector3D, double, double, double, EventDetector.Action) - Constructor for class fr.cnes.sirius.patrius.events.CentralBodyMaskCircularFOVDetector
-
Constructor with user maxcheck and threshold
creating a circularFOVDetector and an EllipsoidEclipseDetector
- CentralBodyMaskCircularFOVDetector(PVCoordinatesProvider, double, GeometricBodyShape, boolean, Vector3D, double, double, double, EventDetector.Action, boolean) - Constructor for class fr.cnes.sirius.patrius.events.CentralBodyMaskCircularFOVDetector
-
Constructor with user maxcheck and threshold
creating a circularFOVDetector and an EllipsoidEclipseDetector
- CentralBodyMaskCircularFOVDetector(PVCoordinatesProvider, double, GeometricBodyShape, boolean, Vector3D, double) - Constructor for class fr.cnes.sirius.patrius.events.CentralBodyMaskCircularFOVDetector
-
Constructor with default maxcheck and default threshold,
creating a circularFOVDetector and an EllipsoidEclipseDetector
- centroidOf(Collection<T>) - Method in interface fr.cnes.sirius.patrius.math.stat.clustering.Clusterable
-
Returns the centroid of the given Collection of points.
- centroidOf(Collection<EuclideanDoublePoint>) - Method in class fr.cnes.sirius.patrius.math.stat.clustering.EuclideanDoublePoint
-
Returns the centroid of the given Collection of points.
- centroidOf(Collection<EuclideanIntegerPoint>) - Method in class fr.cnes.sirius.patrius.math.stat.clustering.EuclideanIntegerPoint
-
Returns the centroid of the given Collection of points.
- CGU - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
OBELIX gravitational constant.
- checkAdditionCompatible(FieldMatrix<T>) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Check if a matrix is addition compatible with the instance.
- checkAdditionCompatible(AnyMatrix, AnyMatrix) - Static method in class fr.cnes.sirius.patrius.math.linear.MatrixUtils
-
Check if matrices are addition compatible.
- checkApSanity(double) - Static method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityToolbox
-
Check that the specified ap coefficient is within bounds
- checkBinomial(int, int) - Static method in class fr.cnes.sirius.patrius.math.util.CombinatoricsUtils
-
Check binomial preconditions.
- checkBounds(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.AbstractBoundedPVProvider
-
Returns PV Coordinates on bounds if duration is on bounds.
- checkColumnIndex(int) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Check if a column index is valid.
- checkColumnIndex(AnyMatrix, int) - Static method in class fr.cnes.sirius.patrius.math.linear.MatrixUtils
-
Check if a column index is valid.
- checkCompatibility(DSCompiler) - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DSCompiler
-
Check rules set compatibility.
- checkContractExpand(double, double) - Method in class fr.cnes.sirius.patrius.math.util.ResizableDoubleArray
-
Checks the expansion factor and the contraction criterion and raises
an exception if the contraction criterion is smaller than the
expansion criterion.
- checkDate(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.guidance.GuidanceProfile
-
Check date validity
- checkEOPContinuity(double) - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.AbstractEOPHistory
-
Check Earth orientation parameters continuity.
- checkFinite(double) - Static method in class fr.cnes.sirius.patrius.math.util.MathUtils
-
Check that the argument is a real number.
- checkFinite(double[]) - Static method in class fr.cnes.sirius.patrius.math.util.MathUtils
-
Check that all the elements are real numbers.
- checkIndex(int) - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Check if an index is valid.
- checkIndices(int, int) - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Checks that the indices of a subvector are valid.
- checkKpSanity(double) - Static method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityToolbox
-
Check that the specified kp coefficient is within bounds
- checkMatrixIndex(AnyMatrix, int, int) - Static method in class fr.cnes.sirius.patrius.math.linear.MatrixUtils
-
Check if matrix indices are valid.
- checkMultiplicationCompatible(FieldMatrix<T>) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Check if a matrix is multiplication compatible with the instance.
- checkMultiplicationCompatible(AnyMatrix, AnyMatrix) - Static method in class fr.cnes.sirius.patrius.math.linear.MatrixUtils
-
Check if matrices are multiplication compatible
- checkNonNegative(long[]) - Static method in class fr.cnes.sirius.patrius.math.util.MathArrays
-
Check that all entries of the input array are >= 0.
- checkNonNegative(long[][]) - Static method in class fr.cnes.sirius.patrius.math.util.MathArrays
-
Check all entries of the input array are >= 0.
- checkNotNull(Object, Localizable, Object...) - Static method in class fr.cnes.sirius.patrius.math.util.MathUtils
-
Checks that an object is not null.
- checkNotNull(Object) - Static method in class fr.cnes.sirius.patrius.math.util.MathUtils
-
Checks that an object is not null.
- checkOrder(double[], MathArrays.OrderDirection, boolean, boolean) - Static method in class fr.cnes.sirius.patrius.math.util.MathArrays
-
Check that the given array is sorted.
- checkOrder(double[], MathArrays.OrderDirection, boolean) - Static method in class fr.cnes.sirius.patrius.math.util.MathArrays
-
Check that the given array is sorted.
- checkOrder(double[]) - Static method in class fr.cnes.sirius.patrius.math.util.MathArrays
-
Check that the given array is sorted in strictly increasing order.
- checkParameters(RealLinearOperator, RealVector, RealVector) - Static method in class fr.cnes.sirius.patrius.math.linear.IterativeLinearSolver
-
Performs all dimension checks on the parameters of
solve and
solveInPlace,
and throws an exception if one of the checks fails.
- checkParameters(RealLinearOperator, RealLinearOperator, RealVector, RealVector) - Static method in class fr.cnes.sirius.patrius.math.linear.PreconditionedIterativeLinearSolver
-
Performs all dimension checks on the parameters of
solve and
solveInPlace,
and throws an exception if one of the checks fails.
- checkPoint(double, double) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.Interval
-
Check a point with respect to the interval.
- checkPoint(Vector<S>) - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.AbstractRegion
-
Check a point with respect to the region.
- checkPoint(BSPTree<S>, Vector<S>) - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.AbstractRegion
-
Check a point with respect to the region starting at a given node.
- checkPoint(Vector<S>) - Method in interface fr.cnes.sirius.patrius.math.geometry.partitioning.Region
-
Check a point with respect to the region.
- checkPolygonSet() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.PolygonsSet
-
Method to check PolygonSet based on three criteria (three checks) :
Classification of polygons must not be CROSSING_BORDERS or DEGENERATED
Size of polygon must be different from Double.POSITIVE_INFINITY (open-loop polygon)
Remarks :
If both criteria are satisfied, polygon will have at least three points
If constructor
PolygonsSet.PolygonsSet(Vector2D[][]) is used, second exception cannot be reached
(vertices are automatically sorted in TRIGO sense, which prevent crossing borders)
If constructor
PolygonsSet.PolygonsSet(Vector2D[][]) is used, third exception cannot be reached (the
first will be reached before)
- checkPositive(double[]) - Static method in class fr.cnes.sirius.patrius.math.util.MathArrays
-
Check that all entries of the input array are strictly positive.
- checkRectangular(long[][]) - Static method in class fr.cnes.sirius.patrius.math.util.MathArrays
-
Throws DimensionMismatchException if the input array is not rectangular.
- checkRowIndex(int) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Check if a row index is valid.
- checkRowIndex(AnyMatrix, int) - Static method in class fr.cnes.sirius.patrius.math.linear.MatrixUtils
-
Check if a row index is valid.
- checkSubMatrixIndex(int, int, int, int) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Check if submatrix ranges indices are valid.
- checkSubMatrixIndex(int[], int[]) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Check if submatrix ranges indices are valid.
- checkSubMatrixIndex(AnyMatrix, int, int, int, int) - Static method in class fr.cnes.sirius.patrius.math.linear.MatrixUtils
-
Check if submatrix ranges indices are valid.
- checkSubMatrixIndex(AnyMatrix, int[], int[]) - Static method in class fr.cnes.sirius.patrius.math.linear.MatrixUtils
-
Check if submatrix ranges indices are valid.
- checkSubtractionCompatible(FieldMatrix<T>) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Check if a matrix is subtraction compatible with the instance.
- checkSubtractionCompatible(AnyMatrix, AnyMatrix) - Static method in class fr.cnes.sirius.patrius.math.linear.MatrixUtils
-
Check if matrices are subtraction compatible
- checkSymmetric(RealMatrix, double) - Static method in class fr.cnes.sirius.patrius.math.linear.MatrixUtils
-
Checks whether a matrix is symmetric.
- checkValidity(List<T>) - Method in class fr.cnes.sirius.patrius.math.genetics.AbstractListChromosome
-
Asserts that representation can represent a valid chromosome.
- checkValidity(List<Integer>) - Method in class fr.cnes.sirius.patrius.math.genetics.BinaryChromosome
-
Asserts that representation can represent a valid chromosome.
- checkValidity(List<Double>) - Method in class fr.cnes.sirius.patrius.math.genetics.RandomKey
-
Asserts that representation can represent a valid chromosome.
- checkVectorDimensions(FieldVector<T>) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Check if instance and specified vectors have the same dimension.
- checkVectorDimensions(int) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Check if instance dimension is equal to some expected value.
- checkVectorDimensions(RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Check if instance and specified vectors have the same dimension.
- checkVectorDimensions(int) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Check if instance dimension is equal to some expected value.
- checkVectorDimensions(RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Check if instance and specified vectors have the same dimension.
- checkVectorDimensions(int) - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Check if instance dimension is equal to some expected value.
- chiSquare(double[], long[]) - Method in class fr.cnes.sirius.patrius.math.stat.inference.ChiSquareTest
-
- chiSquare(long[][]) - Method in class fr.cnes.sirius.patrius.math.stat.inference.ChiSquareTest
-
- chiSquare(double[], long[]) - Static method in class fr.cnes.sirius.patrius.math.stat.inference.TestUtils
-
- chiSquare(long[][]) - Static method in class fr.cnes.sirius.patrius.math.stat.inference.TestUtils
-
- chiSquareDataSetsComparison(long[], long[]) - Method in class fr.cnes.sirius.patrius.math.stat.inference.ChiSquareTest
-
- chiSquareDataSetsComparison(long[], long[]) - Static method in class fr.cnes.sirius.patrius.math.stat.inference.TestUtils
-
- ChiSquaredDistribution - Class in fr.cnes.sirius.patrius.math.distribution
-
Implementation of the chi-squared distribution.
- ChiSquaredDistribution(double) - Constructor for class fr.cnes.sirius.patrius.math.distribution.ChiSquaredDistribution
-
Create a Chi-Squared distribution with the given degrees of freedom.
- ChiSquaredDistribution(double, double) - Constructor for class fr.cnes.sirius.patrius.math.distribution.ChiSquaredDistribution
-
Create a Chi-Squared distribution with the given degrees of freedom and
inverse cumulative probability accuracy.
- ChiSquaredDistribution(RandomGenerator, double, double) - Constructor for class fr.cnes.sirius.patrius.math.distribution.ChiSquaredDistribution
-
Create a Chi-Squared distribution with the given degrees of freedom and
inverse cumulative probability accuracy.
- ChiSquareTest - Class in fr.cnes.sirius.patrius.math.stat.inference
-
Implements Chi-Square test statistics.
- ChiSquareTest() - Constructor for class fr.cnes.sirius.patrius.math.stat.inference.ChiSquareTest
-
Construct a ChiSquareTest
- chiSquareTest(double[], long[]) - Method in class fr.cnes.sirius.patrius.math.stat.inference.ChiSquareTest
-
- chiSquareTest(double[], long[], double) - Method in class fr.cnes.sirius.patrius.math.stat.inference.ChiSquareTest
-
Performs a
Chi-square goodness of fit test evaluating the null hypothesis that the
observed counts conform to the frequency distribution described by the expected
counts, with significance level
alpha.
- chiSquareTest(long[][]) - Method in class fr.cnes.sirius.patrius.math.stat.inference.ChiSquareTest
-
- chiSquareTest(long[][], double) - Method in class fr.cnes.sirius.patrius.math.stat.inference.ChiSquareTest
-
Performs a
chi-square test of independence evaluating the null hypothesis that the
classifications represented by the counts in the columns of the input 2-way table
are independent of the rows, with significance level
alpha.
- chiSquareTest(double[], long[], double) - Static method in class fr.cnes.sirius.patrius.math.stat.inference.TestUtils
-
- chiSquareTest(double[], long[]) - Static method in class fr.cnes.sirius.patrius.math.stat.inference.TestUtils
-
- chiSquareTest(long[][], double) - Static method in class fr.cnes.sirius.patrius.math.stat.inference.TestUtils
-
- chiSquareTest(long[][]) - Static method in class fr.cnes.sirius.patrius.math.stat.inference.TestUtils
-
- chiSquareTestDataSetsComparison(long[], long[]) - Method in class fr.cnes.sirius.patrius.math.stat.inference.ChiSquareTest
-
Returns the
observed significance level, or
p-value, associated with a Chi-Square two
sample test comparing bin frequency counts in
observed1 and
observed2.
- chiSquareTestDataSetsComparison(long[], long[], double) - Method in class fr.cnes.sirius.patrius.math.stat.inference.ChiSquareTest
-
Performs a Chi-Square two sample test comparing two binned data sets.
- chiSquareTestDataSetsComparison(long[], long[]) - Static method in class fr.cnes.sirius.patrius.math.stat.inference.TestUtils
-
- chiSquareTestDataSetsComparison(long[], long[], double) - Static method in class fr.cnes.sirius.patrius.math.stat.inference.TestUtils
-
- CholeskyDecomposition - Class in fr.cnes.sirius.patrius.math.linear
-
Calculates the Cholesky decomposition of a matrix.
- CholeskyDecomposition(RealMatrix) - Constructor for class fr.cnes.sirius.patrius.math.linear.CholeskyDecomposition
-
Calculates the Cholesky decomposition of the given matrix.
- CholeskyDecomposition(RealMatrix, double, double) - Constructor for class fr.cnes.sirius.patrius.math.linear.CholeskyDecomposition
-
Calculates the Cholesky decomposition of the given matrix.
- Chromosome - Class in fr.cnes.sirius.patrius.math.genetics
-
Individual in a population.
- Chromosome() - Constructor for class fr.cnes.sirius.patrius.math.genetics.Chromosome
-
- ChromosomePair - Class in fr.cnes.sirius.patrius.math.genetics
-
- ChromosomePair(Chromosome, Chromosome) - Constructor for class fr.cnes.sirius.patrius.math.genetics.ChromosomePair
-
Create a chromosome pair.
- ChronologicalComparator - Class in fr.cnes.sirius.patrius.time
-
- ChronologicalComparator() - Constructor for class fr.cnes.sirius.patrius.time.ChronologicalComparator
-
Simple constructor.
- CIPCoordinates - Class in fr.cnes.sirius.patrius.frames.configuration.precessionnutation
-
This class represents a Celestial Intermediate Pole.
- CIPCoordinates(AbsoluteDate, double, double, double, double, double, double) - Constructor for class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.CIPCoordinates
-
- CIPCoordinates(AbsoluteDate, double[], double[]) - Constructor for class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.CIPCoordinates
-
- CIPCoordinatesGenerator - Class in fr.cnes.sirius.patrius.frames.configuration.precessionnutation
-
- CIPCoordinatesGenerator(PrecessionNutationModel, int, double) - Constructor for class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.CIPCoordinatesGenerator
-
Constructor.
- CircularField - Class in fr.cnes.sirius.patrius.fieldsofview
-
This class describes a right circular field of view to be used in
"instruments" part properties.
- CircularField(String, double, Vector3D) - Constructor for class fr.cnes.sirius.patrius.fieldsofview.CircularField
-
Constructor for a circular field of view.
- CircularFieldOfViewDetector - Class in fr.cnes.sirius.patrius.propagation.events
-
Finder for target entry/exit events with respect to a satellite sensor field of view.
- CircularFieldOfViewDetector(PVCoordinatesProvider, Vector3D, double, double) - Constructor for class fr.cnes.sirius.patrius.propagation.events.CircularFieldOfViewDetector
-
Build a new instance.
- CircularFieldOfViewDetector(PVCoordinatesProvider, Vector3D, double, double, double) - Constructor for class fr.cnes.sirius.patrius.propagation.events.CircularFieldOfViewDetector
-
Build a new instance.
- CircularFieldOfViewDetector(PVCoordinatesProvider, Vector3D, double, double, double, EventDetector.Action, EventDetector.Action) - Constructor for class fr.cnes.sirius.patrius.propagation.events.CircularFieldOfViewDetector
-
Build a new instance with defined actions at fov entry and exit.
- CircularFieldOfViewDetector(PVCoordinatesProvider, Vector3D, double, double, double, EventDetector.Action, EventDetector.Action, boolean, boolean) - Constructor for class fr.cnes.sirius.patrius.propagation.events.CircularFieldOfViewDetector
-
Build a new instance with defined actions at fov entry and exit.
- CircularOrbit - Class in fr.cnes.sirius.patrius.orbits
-
This class handles circular orbital parameters.
- CircularOrbit(IOrbitalParameters, Frame, AbsoluteDate) - Constructor for class fr.cnes.sirius.patrius.orbits.CircularOrbit
-
Creates a new instance.
- CircularOrbit(double, double, double, double, double, double, PositionAngle, Frame, AbsoluteDate, double) - Constructor for class fr.cnes.sirius.patrius.orbits.CircularOrbit
-
Creates a new instance.
- CircularOrbit(PVCoordinates, Frame, AbsoluteDate, double) - Constructor for class fr.cnes.sirius.patrius.orbits.CircularOrbit
-
Constructor from cartesian parameters.
- CircularOrbit(Orbit) - Constructor for class fr.cnes.sirius.patrius.orbits.CircularOrbit
-
Constructor from any kind of orbital parameters.
- CircularParameters - Class in fr.cnes.sirius.patrius.orbits.orbitalparameters
-
This class handles circular orbital parameters.
- CircularParameters(double, double, double, double, double, double, PositionAngle, double) - Constructor for class fr.cnes.sirius.patrius.orbits.orbitalparameters.CircularParameters
-
Creates a new instance.
- CIRFProvider - Class in fr.cnes.sirius.patrius.frames.transformations
-
Celestial Intermediate Reference Frame 2000.
- CIRFProvider() - Constructor for class fr.cnes.sirius.patrius.frames.transformations.CIRFProvider
-
Simple constructor.
- classes() - Method in class fr.cnes.sirius.patrius.math.util.TransformerMap
-
Returns the Set of Classes used as keys in the map.
- ClassicalMSISE2000SolarData - Class in fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized
-
This class represents a solar data container adapted for the
MSISE2000 atmosphere model
This model of input parameters computes averages for SOME of the ap values required by the MSISE2000 model.
- ClassicalMSISE2000SolarData(SolarActivityDataProvider) - Constructor for class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.ClassicalMSISE2000SolarData
-
Constructor.
- ClassicalRungeKuttaIntegrator - Class in fr.cnes.sirius.patrius.math.ode.nonstiff
-
This class implements the classical fourth order Runge-Kutta
integrator for Ordinary Differential Equations (it is the most
often used Runge-Kutta method).
- ClassicalRungeKuttaIntegrator(double) - Constructor for class fr.cnes.sirius.patrius.math.ode.nonstiff.ClassicalRungeKuttaIntegrator
-
Simple constructor.
- classify() - Method in class fr.cnes.sirius.patrius.math.dfp.Dfp
-
Returns the type - one of FINITE, INFINITE, SNAN, QNAN.
- ClasspathCrawler - Class in fr.cnes.sirius.patrius.data
-
Provider for data files stored as resources in the classpath.
- ClasspathCrawler(String...) - Constructor for class fr.cnes.sirius.patrius.data.ClasspathCrawler
-
Build a data classpath crawler.
- ClasspathCrawler(ClassLoader, String...) - Constructor for class fr.cnes.sirius.patrius.data.ClasspathCrawler
-
Build a data classpath crawler.
- clear() - Method in class fr.cnes.sirius.patrius.math.optim.BaseMultiStartMultivariateOptimizer
-
Method that will called in order to clear all stored optima.
- clear() - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.MultiStartMultivariateOptimizer
-
Method that will called in order to clear all stored optima.
- clear() - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.vector.MultiStartMultivariateVectorOptimizer
-
Method that will called in order to clear all stored optima.
- clear() - Method in class fr.cnes.sirius.patrius.math.random.AbstractRandomGenerator
-
- clear() - Method in class fr.cnes.sirius.patrius.math.random.BitsStreamGenerator
-
- clear() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.AbstractStorelessUnivariateStatistic
-
Clears the internal state of the Statistic
- clear() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Resets all statistics and storage
- clear() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.GeometricMean
-
Clears the internal state of the Statistic
- clear() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Kurtosis
-
Clears the internal state of the Statistic
- clear() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Mean
-
Clears the internal state of the Statistic
- clear() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.SecondMoment
-
Clears the internal state of the Statistic
- clear() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Skewness
-
Clears the internal state of the Statistic
- clear() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.StandardDeviation
-
Clears the internal state of the Statistic
- clear() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Variance
-
Clears the internal state of the Statistic
- clear() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.VectorialCovariance
-
Clears the internal state of the Statistic
- clear() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.MultivariateSummaryStatistics
-
Resets all statistics and storage
- clear() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.rank.Max
-
Clears the internal state of the Statistic
- clear() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.rank.Min
-
Clears the internal state of the Statistic
- clear() - Method in interface fr.cnes.sirius.patrius.math.stat.descriptive.StorelessUnivariateStatistic
-
Clears the internal state of the Statistic
- clear() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.summary.Product
-
Clears the internal state of the Statistic
- clear() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.summary.Sum
-
Clears the internal state of the Statistic
- clear() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.summary.SumOfLogs
-
Clears the internal state of the Statistic
- clear() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.summary.SumOfSquares
-
Clears the internal state of the Statistic
- clear() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Resets all statistics and storage
- clear() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedDescriptiveStatistics
-
Resets all statistics and storage
- clear() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics
-
Resets all statistics and storage
- clear() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Resets all statistics and storage
- clear() - Method in class fr.cnes.sirius.patrius.math.stat.Frequency
-
Clears the frequency table
- clear() - Method in class fr.cnes.sirius.patrius.math.stat.regression.MillerUpdatingRegression
-
As the name suggests, clear wipes the internals and reorders everything in the
canonical order.
- clear() - Method in class fr.cnes.sirius.patrius.math.stat.regression.SimpleRegression
-
Clears all data from the model.
- clear() - Method in interface fr.cnes.sirius.patrius.math.stat.regression.UpdatingMultipleLinearRegression
-
Clears internal buffers and resets the regression model.
- clear() - Method in interface fr.cnes.sirius.patrius.math.util.DoubleArray
-
Clear the double array
- clear() - Method in class fr.cnes.sirius.patrius.math.util.ResizableDoubleArray
-
Clear the array contents, resetting the number of elements to zero.
- clear() - Method in class fr.cnes.sirius.patrius.math.util.TransformerMap
-
Clears all the Class to Transformer mappings.
- clearCelestialBodyLoaders(String) - Static method in class fr.cnes.sirius.patrius.bodies.CelestialBodyFactory
-
Clear loaders for one celestial body.
- clearCelestialBodyLoaders() - Static method in class fr.cnes.sirius.patrius.bodies.CelestialBodyFactory
-
Clear loaders for all celestial bodies.
- clearEOP1980HistoryLoaders() - Static method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOPHistoryFactory
-
Clear loaders for EOP 1980 history.
- clearEOP2000HistoryLoaders() - Static method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOPHistoryFactory
-
Clear loaders for EOP 2000 history.
- clearEventHandlers() - Method in class fr.cnes.sirius.patrius.math.ode.AbstractIntegrator
-
Remove all the event handlers that have been added to the integrator.
- clearEventHandlers() - Method in interface fr.cnes.sirius.patrius.math.ode.ODEIntegrator
-
Remove all the event handlers that have been added to the integrator.
- clearEventsDetectors() - Method in class fr.cnes.sirius.patrius.propagation.AbstractPropagator
-
Remove all events detectors.
- clearEventsDetectors() - Method in interface fr.cnes.sirius.patrius.propagation.MultiPropagator
-
Remove all events detectors.
- clearEventsDetectors() - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
- clearEventsDetectors() - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Remove all events detectors.
- clearEventsDetectors() - Method in interface fr.cnes.sirius.patrius.propagation.Propagator
-
Remove all events detectors.
- clearEventsDetectors() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Remove all events detectors.
- clearGeoMagneticModelReaders() - Static method in class fr.cnes.sirius.patrius.models.earth.GeoMagneticFieldFactory
-
Clear geomagnetic models readers.
- clearIEEEFlags() - Method in class fr.cnes.sirius.patrius.math.dfp.DfpField
-
Clears the IEEE 854 status flags.
- clearLoadedDataNames() - Method in class fr.cnes.sirius.patrius.data.DataProvidersManager
-
Clear the set of data file names that have been loaded.
- clearLoggedEvents() - Method in class fr.cnes.sirius.patrius.events.multi.MultiEventsLogger
-
Clear the logged events.
- clearLoggedEvents() - Method in class fr.cnes.sirius.patrius.propagation.events.EventsLogger
-
Clear the logged events.
- clearModels() - Static method in class fr.cnes.sirius.patrius.models.earth.GeoMagneticFieldFactory
-
Method to reset igrf and wmm models to null.
- clearObservations() - Method in class fr.cnes.sirius.patrius.math.fitting.CurveFitter
-
Remove all observations.
- clearOceanTidesCoefficientsReaders() - Static method in class fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsFactory
-
Clear ocean tides coefficients READERS.
- clearPotentialCoefficientsReaders() - Static method in class fr.cnes.sirius.patrius.forces.gravity.potential.GravityFieldFactory
-
Clear gravity field READERS.
- clearProviders() - Method in class fr.cnes.sirius.patrius.data.DataProvidersManager
-
Remove all data providers.
- clearSolarActivityDataReaders() - Static method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataFactory
-
Clear solar activity READERS.
- clearStepHandlers() - Method in class fr.cnes.sirius.patrius.math.ode.AbstractIntegrator
-
Remove all the step handlers that have been added to the integrator.
- clearStepHandlers() - Method in interface fr.cnes.sirius.patrius.math.ode.ODEIntegrator
-
Remove all the step handlers that have been added to the integrator.
- clearUTCTAILoaders() - Static method in class fr.cnes.sirius.patrius.time.TimeScalesFactory
-
Clear loaders for UTC-TAI offsets history files.
- clearVariablePotentialCoefficientsReaders() - Static method in class fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.VariableGravityFieldFactory
-
Clear readers
- clone() - Method in class fr.cnes.sirius.patrius.propagation.numerical.AdditionalStateInfo
-
Copy of the AdditionalStateInfo.
- closeReplayFile() - Method in class fr.cnes.sirius.patrius.math.random.ValueServer
-
Closes valuesFileURL after use in REPLAY_MODE.
- closestPoint(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Line
-
Compute the point of the instance closest to another line.
- closestPointTo(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.AbstractEllipse
-
Computes the point on the ellipse closest to a point.
- closestPointTo(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.AbstractEllipse
-
Computes the points of the shape and the line realizing
the shortest distance.
- closestPointTo(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Ellipsoid
-
Computes the point, on the ellipsoid surface, that is the closest to a point of space.
- closestPointTo(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Ellipsoid
-
This method computes the point on the line that is the closest to the ellipsoid.
- closestPointTo(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.EllipticCone
-
Computes the points of the shape and the line realizing
the shortest distance.
- closestPointTo(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.EllipticCylinder
-
Computes the points of the shape and the line realizing
the shortest distance.
- closestPointTo(Vector3D) - Method in interface fr.cnes.sirius.patrius.math.geometry.euclidean.threed.IEllipsoid
-
Computes the point, on the ellipsoid surface, that is the closest to a point of space.
- closestPointTo(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCone
-
Computes the closest point on the cone to a user specified point
- closestPointTo(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCone
-
Calculate the closest point to a line
- closestPointTo(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCylinder
-
Computes the closest point on the cone to a user specified point
- closestPointTo(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCylinder
-
Calculate closest point to a line
- closestPointTo(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRectangleCone
-
Computes the points of the shape and the line realizing
the shortest distance.
- closestPointTo(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRectangleCylinder
-
Computes the points of the shape and the line realizing
the shortest distance.
- closestPointTo(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRightCircularCone
-
Computes the points of the shape and the line realizing
the shortest distance.
- closestPointTo(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRightCircularCylinder
-
Computes the points of the shape and the line realizing
the shortest distance.
- closestPointTo(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Line
-
Computes the points of this and another line realizing the shortest distance.
- closestPointTo(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.LineSegment
-
Computation of the closest point to a line, and the associated point of the line;
- closestPointTo(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Parallelepiped
-
Computes the points of the shape and the line realizing
the shortest distance.
- closestPointTo(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plane
-
Computes the points of the shape and the line realizing
the shortest distance.
- closestPointTo(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plate
-
Computes the points of the shape and the line realizing
the shortest distance.
- closestPointTo(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.RectangleCone
-
Computes the points of the shape and the line realizing
the shortest distance.
- closestPointTo(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.RightCircularCone
-
Computes the points of the shape and the line realizing
the shortest distance.
- closestPointTo(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.RightCircularCylinder
-
Computes the points of the shape and the line realizing
the shortest distance.
- closestPointTo(Line) - Method in interface fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Shape
-
Computes the points of the shape and the line realizing
the shortest distance.
- closestPointTo(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Sphere
-
Computes the points of the shape and the line realizing
the shortest distance.
- closestPointTo(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Sphere
-
Computes the point, on the ellipsoid surface, that is the closest to a point of space.
- closestPointTo(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.SphericalCap
-
Computes the points of the shape and the line realizing
the shortest distance.
- Cluster<T extends Clusterable<T>> - Class in fr.cnes.sirius.patrius.math.stat.clustering
-
- Cluster(T) - Constructor for class fr.cnes.sirius.patrius.math.stat.clustering.Cluster
-
Build a cluster centered at a specified point.
- cluster(Collection<T>) - Method in class fr.cnes.sirius.patrius.math.stat.clustering.DBSCANClusterer
-
Performs DBSCAN cluster analysis.
- cluster(Collection<T>, int, int, int) - Method in class fr.cnes.sirius.patrius.math.stat.clustering.KMeansPlusPlusClusterer
-
Runs the K-means++ clustering algorithm.
- cluster(Collection<T>, int, int) - Method in class fr.cnes.sirius.patrius.math.stat.clustering.KMeansPlusPlusClusterer
-
Runs the K-means++ clustering algorithm.
- Clusterable<T> - Interface in fr.cnes.sirius.patrius.math.stat.clustering
-
Interface for points that can be clustered together.
- CMAESOptimizer - Class in fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.noderiv
-
An implementation of the active Covariance Matrix Adaptation Evolution Strategy (CMA-ES) for non-linear, non-convex,
non-smooth, global function minimization.
- CMAESOptimizer(int, double, boolean, int, int, RandomGenerator, boolean, ConvergenceChecker<PointValuePair>) - Constructor for class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.noderiv.CMAESOptimizer
-
- CMAESOptimizer.PopulationSize - Class in fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.noderiv
-
Population size.
- CMAESOptimizer.PopulationSize(int) - Constructor for class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.noderiv.CMAESOptimizer.PopulationSize
-
- CMAESOptimizer.Sigma - Class in fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.noderiv
-
Input sigma values.
- CMAESOptimizer.Sigma(double[]) - Constructor for class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.noderiv.CMAESOptimizer.Sigma
-
- CnCookModel - Class in fr.cnes.sirius.patrius.assembly.models.cook
-
This class implements Cook normal coefficient to a facet.
- CnCookModel(ExtendedAtmosphere, Facet, Frame, double, double) - Constructor for class fr.cnes.sirius.patrius.assembly.models.cook.CnCookModel
-
Constructor with constant wall gas temperature.
- CnCookModel(ExtendedAtmosphere, Facet, Frame, double, WallGasTemperatureProvider) - Constructor for class fr.cnes.sirius.patrius.assembly.models.cook.CnCookModel
-
Constructor.
- CNES_STELA_AE - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
CNES Stela reference equatorial radius.
- CNES_STELA_MU - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
CNES Stela reference mu.
- CNES_STELA_UA - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
UA from the 1992 Astronomical Almanac by P.
- code() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsSet
-
Get a hashcode for this set.
- CodedEvent - Class in fr.cnes.sirius.patrius.events
-
This class represents an event occurrence.
An event is identified by a code (its name), the date of occurrence, a string representing a comment and a flag that
indicates if the event is a "starting" event (i.e.
- CodedEvent(String, String, AbsoluteDate, boolean) - Constructor for class fr.cnes.sirius.patrius.events.CodedEvent
-
Constructor for the coded event.
- CodedEventsList - Class in fr.cnes.sirius.patrius.events
-
- CodedEventsList() - Constructor for class fr.cnes.sirius.patrius.events.CodedEventsList
-
Default constructor.
- CodedEventsLogger - Class in fr.cnes.sirius.patrius.events
-
This class logs coded events during propagation.
- CodedEventsLogger() - Constructor for class fr.cnes.sirius.patrius.events.CodedEventsLogger
-
Default constructor.
- CodedEventsLogger.LoggedCodedEvent - Class in fr.cnes.sirius.patrius.events
-
This class is used to store the coded event with contextual information.
- CodingEventDetector - Interface in fr.cnes.sirius.patrius.events
-
This interface represents an event detector that is able to build a
CodedEvent object.
- coef - Variable in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLEPropagator
-
coef for SGP C3 computation.
- coef1 - Variable in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLEPropagator
-
coef for SGP C5 computation.
- coefficientsC - Variable in class fr.cnes.sirius.patrius.forces.gravity.tides.AbstractTides
-
First normalized potential tesseral coefficients array.
- coefficientsCPD - Variable in class fr.cnes.sirius.patrius.forces.gravity.tides.AbstractTides
-
First normalized potential tesseral coefficients array for partial derivatives computation.
- coefficientsS - Variable in class fr.cnes.sirius.patrius.forces.gravity.tides.AbstractTides
-
Second normalized potential tesseral coefficients array.
- coefficientsSPD - Variable in class fr.cnes.sirius.patrius.forces.gravity.tides.AbstractTides
-
Second normalized potential tesseral coefficients array for partial derivatives computation.
- COFFileFormatReader - Class in fr.cnes.sirius.patrius.models.earth
-
Reader for COF file formats for geomagnetic models.
- COFFileFormatReader(String) - Constructor for class fr.cnes.sirius.patrius.models.earth.COFFileFormatReader
-
Constructor.
- collector(BivariateFunction, UnivariateFunction, double) - Static method in class fr.cnes.sirius.patrius.math.analysis.FunctionUtils
-
Returns a MultivariateFunction h(x[]) defined by
- collector(BivariateFunction, double) - Static method in class fr.cnes.sirius.patrius.math.analysis.FunctionUtils
-
Returns a MultivariateFunction h(x[]) defined by
- Combinations - Class in fr.cnes.sirius.patrius.math.util
-
Utility to create
combinations (n, k) of
k elements in a set of
n elements.
- Combinations(int, int) - Constructor for class fr.cnes.sirius.patrius.math.util.Combinations
-
Creates an instance whose range is the k-element subsets of
{0, ..., n - 1} represented as int[] arrays.
- CombinatoricsUtils - Class in fr.cnes.sirius.patrius.math.util
-
Combinatorial utilities.
- combine(BivariateFunction, UnivariateFunction, UnivariateFunction) - Static method in class fr.cnes.sirius.patrius.math.analysis.FunctionUtils
-
Returns the univariate function
h(x) = combiner(f(x), g(x)).
- combine(double, double, RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Returns a new vector representing a * this + b * y, the linear
combination of this and y.
- combine(double, double, RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Returns a new vector representing a * this + b * y, the linear
combination of this and y.
- CombinedPhenomenaDetector - Class in fr.cnes.sirius.patrius.events
-
This class finds the events resulting from the combination of two phenomena.
- CombinedPhenomenaDetector(EventDetector, boolean, EventDetector, boolean, boolean) - Constructor for class fr.cnes.sirius.patrius.events.CombinedPhenomenaDetector
-
Constructor for the detector of the combination of two phenomena.
- CombinedPhenomenaDetector(EventDetector, boolean, EventDetector, boolean, boolean, EventDetector.Action) - Constructor for class fr.cnes.sirius.patrius.events.CombinedPhenomenaDetector
-
Constructor for the detector of the combination of two phenomena.
- combineToSelf(double, double, RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Updates this with the linear combination of this and y.
- combineToSelf(double, double, RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Updates this with the linear combination of this and y.
- ComparableInterval<T extends Comparable<T>> - Class in fr.cnes.sirius.patrius.math.interval
-
- Class describing an interval of Comparable data.
- ComparableInterval(IntervalEndpointType, T, T, IntervalEndpointType) - Constructor for class fr.cnes.sirius.patrius.math.interval.ComparableInterval
-
Constructor.
The input parameters have to be not null.
The lower and upper endpoints also have to be properly ordered.
Otherwise a MathIllegalArgumentException is thrown.
- comparator() - Method in class fr.cnes.sirius.patrius.math.util.Combinations
-
Defines a lexicographic ordering of combinations.
- comparatorPermutation(List<S>, Comparator<S>) - Static method in class fr.cnes.sirius.patrius.math.genetics.RandomKey
-
Generates a representation of a permutation corresponding to the data sorted by
comparator.
- Comparators - Class in fr.cnes.sirius.patrius.math
-
- Static comparison methods for real numbers
- compare(Attitude, Attitude) - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeChronologicalComparator
-
Compare two Attitude instances.
- compare(TimeStamped, TimeStamped) - Method in class fr.cnes.sirius.patrius.time.ChronologicalComparator
-
Compare two time-stamped instances.
- compareDurationTo(AbsoluteDateInterval) - Method in class fr.cnes.sirius.patrius.time.AbsoluteDateInterval
-
Checks if the duration of the interval is longer, shorter or equal to the duration of another interval.
It returns a positive integer if the duration is longer, a negative integer if the
duration is shorter and zero if the durations of the two intervals are identical.
The method checks also the lower and upper end points of the intervals, considering that an interval
with an open end point is shorter than an interval with the same duration and a closed end point.
- compareLowerEndTo(ComparableInterval<T>) - Method in class fr.cnes.sirius.patrius.math.interval.ComparableInterval
-
Compares the lower end point with the lower end point of the given interval.
- compareTo(CodedEvent) - Method in class fr.cnes.sirius.patrius.events.CodedEvent
-
Compares two
CodedEvent instances.
The ordering for
CodedEvent is consistent with equals,
so that a
CodedEvent can be used in any
SortedSet or
SortedMap.
The ordering is :
the ordering of the events' dates if they differ.
if not, the alphabetical ordering of the code is used if they differ.
if not, the alphabetical ordering of the comment is used if they differ.
if not, the starting boolean is used (the starting event is "before").
- compareTo(CodedEventsLogger.LoggedCodedEvent) - Method in class fr.cnes.sirius.patrius.events.CodedEventsLogger.LoggedCodedEvent
-
- compareTo(MultiCodedEventsLogger.MultiLoggedCodedEvent) - Method in class fr.cnes.sirius.patrius.events.multi.MultiCodedEventsLogger.MultiLoggedCodedEvent
-
Compare two MultiLoggedCodedEvent with their internal date.
- compareTo(Phenomenon) - Method in class fr.cnes.sirius.patrius.events.Phenomenon
-
Compares the Phenomenon instances.
If the beginning events differ, their comparison is the result.
- compareTo(BigFraction) - Method in class fr.cnes.sirius.patrius.math.fraction.BigFraction
-
Compares this object to another based on size.
- compareTo(Fraction) - Method in class fr.cnes.sirius.patrius.math.fraction.Fraction
-
Compares this object to another based on size.
- compareTo(Chromosome) - Method in class fr.cnes.sirius.patrius.math.genetics.Chromosome
-
Compares two chromosomes based on their fitness.
- compareTo(OrderedTuple) - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.utilities.OrderedTuple
-
Compares this ordered T-uple with the specified object.
- compareTo(ComparableInterval<T>) - Method in class fr.cnes.sirius.patrius.math.interval.ComparableInterval
-
Compares this interval with the specified interval.
- compareTo(BigReal) - Method in class fr.cnes.sirius.patrius.math.util.BigReal
- compareTo(Decimal64) - Method in class fr.cnes.sirius.patrius.math.util.Decimal64
-
The current implementation returns the same value as
new Double(this.doubleValue()).compareTo(new
Double(o.doubleValue()))
- compareTo(double, double, double) - Static method in class fr.cnes.sirius.patrius.math.util.Precision
-
Compares two numbers given some amount of allowed error.
- compareTo(double, double, int) - Static method in class fr.cnes.sirius.patrius.math.util.Precision
-
Compares two numbers given some amount of allowed error.
- compareTo(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.time.AbsoluteDate
-
Compare the instance with another date.
- compareTo(DateComponents) - Method in class fr.cnes.sirius.patrius.time.DateComponents
- compareTo(DateTimeComponents) - Method in class fr.cnes.sirius.patrius.time.DateTimeComponents
- compareTo(TimeComponents) - Method in class fr.cnes.sirius.patrius.time.TimeComponents
- compareUpperEndTo(ComparableInterval<T>) - Method in class fr.cnes.sirius.patrius.math.interval.ComparableInterval
-
Compares the upper end point with the upper end point of the given interval.
- complainIfNotSupported(String) - Method in class fr.cnes.sirius.patrius.math.ode.AbstractParameterizable
-
Check if a parameter is supported and throw an IllegalArgumentException if not.
- complement(int) - Method in class fr.cnes.sirius.patrius.math.dfp.Dfp
-
Negate the mantissa of this by computing the complement.
- complementaryAngle(double, AngleInterval) - Static method in class fr.cnes.sirius.patrius.math.interval.AngleTools
-
Computes the complementary (PI/2 - angle) of the input angle, and then tries to express it in the
input interval.
- Complex - Class in fr.cnes.sirius.patrius.math.complex
-
Representation of a Complex number, i.e.
- Complex(double) - Constructor for class fr.cnes.sirius.patrius.math.complex.Complex
-
Create a complex number given only the real part.
- Complex(double, double) - Constructor for class fr.cnes.sirius.patrius.math.complex.Complex
-
Create a complex number given the real and imaginary parts.
- ComplexField - Class in fr.cnes.sirius.patrius.math.complex
-
Representation of the complex numbers field.
- ComplexFormat - Class in fr.cnes.sirius.patrius.math.complex
-
Formats a Complex number in cartesian format "Re(c) + Im(c)i".
- ComplexFormat() - Constructor for class fr.cnes.sirius.patrius.math.complex.ComplexFormat
-
Create an instance with the default imaginary character, 'i', and the
default number format for both real and imaginary parts.
- ComplexFormat(NumberFormat) - Constructor for class fr.cnes.sirius.patrius.math.complex.ComplexFormat
-
Create an instance with a custom number format for both real and
imaginary parts.
- ComplexFormat(NumberFormat, NumberFormat) - Constructor for class fr.cnes.sirius.patrius.math.complex.ComplexFormat
-
Create an instance with a custom number format for the real part and a
custom number format for the imaginary part.
- ComplexFormat(String) - Constructor for class fr.cnes.sirius.patrius.math.complex.ComplexFormat
-
Create an instance with a custom imaginary character, and the default
number format for both real and imaginary parts.
- ComplexFormat(String, NumberFormat) - Constructor for class fr.cnes.sirius.patrius.math.complex.ComplexFormat
-
Create an instance with a custom imaginary character, and a custom number
format for both real and imaginary parts.
- ComplexFormat(String, NumberFormat, NumberFormat) - Constructor for class fr.cnes.sirius.patrius.math.complex.ComplexFormat
-
Create an instance with a custom imaginary character, a custom number
format for the real part, and a custom number format for the imaginary
part.
- ComplexUtils - Class in fr.cnes.sirius.patrius.math.complex
-
Static implementations of common
Complex utilities functions.
- componentProvider(ElementaryMultiplicationTypes.ElementaryType, int, double) - Static method in class fr.cnes.sirius.patrius.math.analysis.polynomials.ElementaryMultiplicationTypes
-
- compose(double...) - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
Compute composition of the instance by a univariate function.
- compose(double[], int, double[], double[], int) - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DSCompiler
-
Compute composition of a derivative structure by a function.
- compose(UnivariateFunction...) - Static method in class fr.cnes.sirius.patrius.math.analysis.FunctionUtils
-
Composes functions.
- compose(UnivariateDifferentiableFunction...) - Static method in class fr.cnes.sirius.patrius.math.analysis.FunctionUtils
-
Composes functions.
- ComposedAttitudeLaw - Class in fr.cnes.sirius.patrius.attitudes
-
This class represents a composed attitude law, defined by a main attitude law provider and a chained list of
orientation laws.
The main attitude law provides, for a given date, the dynamic frame representing the spacecraft orientation; this
orientation is then progressively transformed using the orientation laws.
- ComposedAttitudeLaw(AttitudeLaw, LinkedList<IOrientationLaw>) - Constructor for class fr.cnes.sirius.patrius.attitudes.ComposedAttitudeLaw
-
Builds a composed attitude law from a man attitude law provider and a list of modifier orientation laws.
- CompositeFormat - Class in fr.cnes.sirius.patrius.math.util
-
Base class for formatters of composite objects (complex numbers, vectors ...).
- compute(PVCoordinatesProvider) - Method in class fr.cnes.sirius.patrius.attitudes.ConstantSpinSlew
-
- compute(PVCoordinatesProvider) - Method in class fr.cnes.sirius.patrius.attitudes.IsisAnalyticalSpinBiasSlew
-
Compute the slew corresponding to an orbital state.
- compute(PVCoordinatesProvider) - Method in class fr.cnes.sirius.patrius.attitudes.IsisNumericalSpinBiasSlew
-
Compute the slew corresponding to an orbital state.
- compute(PVCoordinatesProvider) - Method in interface fr.cnes.sirius.patrius.attitudes.Slew
-
Compute the slew corresponding to an orbital state.
- compute(PVCoordinatesProvider) - Method in class fr.cnes.sirius.patrius.attitudes.TwoSpinBiasSlew
-
- compute(MathArrays.Function) - Method in class fr.cnes.sirius.patrius.math.util.ResizableDoubleArray
-
Performs an operation on the addressable elements of the array.
- computeAcceleration(SpacecraftState) - Method in class fr.cnes.sirius.patrius.forces.drag.DragForce
-
Compute the acceleration due to the force.
- computeAcceleration(PVCoordinates, Frame, Atmosphere, AbsoluteDate, double, double) - Static method in class fr.cnes.sirius.patrius.forces.drag.DragForce
-
Method to compute the acceleration.
- computeAcceleration(SpacecraftState) - Method in class fr.cnes.sirius.patrius.forces.EmpiricalForce
-
- computeAcceleration(PVCoordinates, LocalOrbitalFrame, Vector3D, Frame, SpacecraftState) - Method in class fr.cnes.sirius.patrius.forces.EmpiricalForce
-
Method to compute the acceleration.
- computeAcceleration(SpacecraftState) - Method in interface fr.cnes.sirius.patrius.forces.ForceModel
-
Compute the acceleration due to the force.
- computeAcceleration(SpacecraftState) - Method in class fr.cnes.sirius.patrius.forces.gravity.BalminoAttractionModel
-
Compute the acceleration due to the force.
- computeAcceleration(PVCoordinates) - Method in class fr.cnes.sirius.patrius.forces.gravity.BalminoAttractionModel
-
Acceleration in body frame.
- computeAcceleration(SpacecraftState) - Method in class fr.cnes.sirius.patrius.forces.gravity.CunninghamAttractionModel
-
Compute the acceleration due to the force.
- computeAcceleration(PVCoordinates, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.gravity.CunninghamAttractionModel
-
Method to compute the acceleration.
- computeAcceleration(SpacecraftState) - Method in class fr.cnes.sirius.patrius.forces.gravity.DrozinerAttractionModel
-
Compute the acceleration due to the force.
- computeAcceleration(PVCoordinates, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.gravity.DrozinerAttractionModel
-
Method to compute the acceleration.
- computeAcceleration(SpacecraftState) - Method in class fr.cnes.sirius.patrius.forces.gravity.NewtonianAttraction
-
Compute the acceleration due to the force.
- computeAcceleration(PVCoordinates, Frame, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.gravity.NewtonianAttraction
-
Method to compute the acceleration.
- computeAcceleration(SpacecraftState) - Method in class fr.cnes.sirius.patrius.forces.gravity.ThirdBodyAttraction
-
Compute the acceleration due to the force.
- computeAcceleration(PVCoordinates, Frame, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.gravity.ThirdBodyAttraction
-
Method to compute the acceleration.
- computeAcceleration(SpacecraftState) - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.AbstractTides
-
Compute the acceleration due to the force.
- computeAcceleration(PVCoordinates, Frame, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.AbstractTides
-
Method to compute the acceleration, from Balmino algorithm (see BalminoAttractionModel class).
- computeAcceleration(SpacecraftState) - Method in class fr.cnes.sirius.patrius.forces.gravity.variations.VariablePotentialAttractionModel
-
Compute the acceleration due to the force.
- computeAcceleration(AbsoluteDate, PVCoordinates) - Method in class fr.cnes.sirius.patrius.forces.gravity.variations.VariablePotentialAttractionModel
-
Compute acceleration in rotating frame
- computeAcceleration(SpacecraftState) - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
Compute the acceleration due to the force.
- computeAcceleration(SpacecraftState) - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
Compute the acceleration due to the force.
- computeAcceleration(SpacecraftState) - Method in class fr.cnes.sirius.patrius.forces.radiation.RediffusedRadiationPressure
-
Compute the acceleration due to the force.
- computeAcceleration(SpacecraftState) - Method in class fr.cnes.sirius.patrius.forces.radiation.SolarRadiationPressureCircular
-
Compute the acceleration due to the force.
- computeAcceleration(SpacecraftState) - Method in class fr.cnes.sirius.patrius.forces.radiation.SolarRadiationPressureEllipsoid
-
- computeAcceleration(SpacecraftState) - Method in class fr.cnes.sirius.patrius.forces.relativistic.CoriolisRelativisticEffect
-
Compute the acceleration due to the force.
- computeAcceleration(SpacecraftState) - Method in class fr.cnes.sirius.patrius.forces.relativistic.LenseThirringRelativisticEffect
-
Compute the acceleration due to the force.
- computeAcceleration(SpacecraftState) - Method in class fr.cnes.sirius.patrius.forces.relativistic.SchwarzschildRelativisticEffect
-
Compute the acceleration due to the force.
- computeAcceleration(StelaEquinoctialOrbit, PVCoordinates) - Method in class fr.cnes.sirius.patrius.stela.forces.radiation.SRPSquaring
-
Compute the acceleration due to the force.
- computeAngularVelocitiesHarmonicProfile(AttitudeLawLeg, PVCoordinatesProvider, Frame, AbsoluteDate, double, int, KinematicsToolkit.IntegrationType, double) - Static method in class fr.cnes.sirius.patrius.guidance.GuidanceProfileBuilder
-
Compute the angular velocities harmonic guidance profile.
- computeBalminoAcceleration(PVCoordinates, double[][], double[][], double, double, int, int, HelmholtzPolynomial) - Static method in class fr.cnes.sirius.patrius.forces.gravity.GravityToolbox
-
- computeBearing(GeodeticPoint, GeodeticPoint) - Method in class fr.cnes.sirius.patrius.projections.ProjectionEllipsoid
-
Compute the bearing (azimuth) between two geodetic Points.
- computeCode(double, int, int) - Static method in class fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsSet
-
Computes code of data set.
- computeCoefficients() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.PolynomialFunctionLagrangeForm
-
Calculate the coefficients of Lagrange polynomial from the
interpolation data.
- computeCoefficients() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.PolynomialFunctionNewtonForm
-
Calculate the normal polynomial coefficients given the Newton form.
- computeConstantCoefficients() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.HelmholtzPolynomial
-
Calculate the constant coefficients of the polynomial as per
- computeCorrections(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.tides.IERS2003TidalCorrection
-
Compute the partials of the tidal variations to the orthoweights.
- computeCorrelationMatrix(RealMatrix) - Method in class fr.cnes.sirius.patrius.math.stat.correlation.PearsonsCorrelation
-
Computes the correlation matrix for the columns of the
input matrix.
- computeCorrelationMatrix(double[][]) - Method in class fr.cnes.sirius.patrius.math.stat.correlation.PearsonsCorrelation
-
Computes the correlation matrix for the columns of the
input rectangular array.
- computeCorrelationMatrix(RealMatrix) - Method in class fr.cnes.sirius.patrius.math.stat.correlation.SpearmansCorrelation
-
Computes the Spearman's rank correlation matrix for the columns of the
input matrix.
- computeCorrelationMatrix(double[][]) - Method in class fr.cnes.sirius.patrius.math.stat.correlation.SpearmansCorrelation
-
Computes the Spearman's rank correlation matrix for the columns of the
input rectangular array.
- computeCosSin(PVCoordinates, Vector3D) - Method in class fr.cnes.sirius.patrius.forces.EmpiricalForce
-
Private method to compute the cos(nwt) and sin(nwt) values.
- computeCost(double[]) - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.vector.jacobian.AbstractLeastSquaresOptimizer
-
Computes the cost.
- computeCovarianceMatrix(RealMatrix, boolean) - Method in class fr.cnes.sirius.patrius.math.stat.correlation.Covariance
-
Compute a covariance matrix from a matrix whose columns represent
covariates.
- computeCovarianceMatrix(RealMatrix) - Method in class fr.cnes.sirius.patrius.math.stat.correlation.Covariance
-
Create a covariance matrix from a matrix whose columns represent
covariates.
- computeCovarianceMatrix(double[][], boolean) - Method in class fr.cnes.sirius.patrius.math.stat.correlation.Covariance
-
Compute a covariance matrix from a rectangular array whose columns represent
covariates.
- computeCovarianceMatrix(double[][]) - Method in class fr.cnes.sirius.patrius.math.stat.correlation.Covariance
-
Create a covariance matrix from a rectangular array whose columns represent
covariates.
- computeCovariances(double[], double) - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.vector.jacobian.AbstractLeastSquaresOptimizer
-
Get the covariance matrix of the optimized parameters.
- computeCunninghamAcceleration(PVCoordinates, double, double[][], double[][], int, int, double) - Static method in class fr.cnes.sirius.patrius.forces.gravity.GravityToolbox
-
Method to compute the acceleration.
- computed - Variable in class fr.cnes.sirius.patrius.attitudes.AbstractSlew
-
True if the slew has already been computed.
- computeDAccDPos(PVCoordinates, AbsoluteDate, double, double, double[][], double[][]) - Static method in class fr.cnes.sirius.patrius.forces.gravity.GravityToolbox
-
Compute the partial derivatives of the acceleration (Cunningham algorithm) with respect to the position.
- computeDerivatives(SpacecraftState, TimeDerivativesEquations) - Method in class fr.cnes.sirius.patrius.assembly.properties.MassEquation
-
Compute the derivatives related to the additional state parameters.
- computeDerivatives(double, double[], double[]) - Method in class fr.cnes.sirius.patrius.math.ode.AbstractIntegrator
-
Compute the derivatives and check the number of evaluations.
- computeDerivatives(double, double[], double[]) - Method in class fr.cnes.sirius.patrius.math.ode.ExpandableStatefulODE
-
Get the current time derivative of the complete state vector.
- computeDerivatives(double, double[], double[]) - Method in class fr.cnes.sirius.patrius.math.ode.FirstOrderConverter
-
Get the current time derivative of the state vector.
- computeDerivatives(double, double[], double[]) - Method in interface fr.cnes.sirius.patrius.math.ode.FirstOrderDifferentialEquations
-
Get the current time derivative of the state vector.
- computeDerivatives(double, double[], double[], double[], double[]) - Method in interface fr.cnes.sirius.patrius.math.ode.SecondaryEquations
-
Compute the derivatives related to the secondary state parameters.
- computeDerivatives(SpacecraftState, TimeDerivativesEquations) - Method in interface fr.cnes.sirius.patrius.propagation.numerical.AdditionalEquations
-
Compute the derivatives related to the additional state parameters.
- computeDerivatives(SpacecraftState, TimeDerivativesEquations) - Method in class fr.cnes.sirius.patrius.propagation.numerical.PartialDerivativesEquations
-
Compute the derivatives related to the additional state parameters.
- computeDerivatives(StelaEquinoctialOrbit, double[], double[]) - Method in interface fr.cnes.sirius.patrius.stela.propagation.StelaAdditionalEquations
-
Compute the derivatives related to the additional state parameters.
- computeDerivatives(double, double[], double[]) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaDifferentialEquations
-
- computeDerivatives(StelaEquinoctialOrbit, double[], double[]) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaPartialDerivativesEquations
-
- computeDistribution() - Method in class fr.cnes.sirius.patrius.math.random.ValueServer
-
Computes the empirical distribution using values from the file
in valuesFileURL, using the default number of bins.
- computeDistribution(int) - Method in class fr.cnes.sirius.patrius.math.random.ValueServer
-
Computes the empirical distribution using values from the file
in valuesFileURL and binCount bins.
- computeDividedDifference(double[], double[]) - Static method in class fr.cnes.sirius.patrius.math.analysis.interpolation.DividedDifferenceInterpolator
-
Return a copy of the divided difference array.
- computeDrozinerAcceleration(PVCoordinates, Frame, double[][], double[][], double, double, double, int, int) - Static method in class fr.cnes.sirius.patrius.forces.gravity.GravityToolbox
-
- computeDuration(PVCoordinatesProvider) - Method in class fr.cnes.sirius.patrius.attitudes.AbstractIsisSpinBiasSlew
-
Computes the slew duration.
- computeDuration(PVCoordinatesProvider) - Method in class fr.cnes.sirius.patrius.attitudes.TwoSpinBiasSlew
-
Computes the actual slew duration.
- computeElectronicCont(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.signalpropagation.iono.BentModel
-
Computation of the electric content between the station and the satellite at a date.
- computeElevationCorrection(double) - Method in interface fr.cnes.sirius.patrius.signalpropagation.AngularCorrection
-
Computes the correction for the signal elevation.
- computeElevationCorrection(double) - Method in class fr.cnes.sirius.patrius.signalpropagation.AzoulayModel
-
- computeEquationOfTime(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.time.LocalTimeAngle
-
Compute equation of time in TIRF in the range [-43200s; 43200s].
- computeEquinoctialToCartesianJacobian(StelaEquinoctialOrbit) - Static method in class fr.cnes.sirius.patrius.stela.orbits.JacobianConverter
-
Computes Jacobian matrix from equinoctial to cartesian.
- computeExp(Dfp, Dfp) - Static method in class fr.cnes.sirius.patrius.math.dfp.DfpField
-
Compute exp(a).
- computeFundamentalArguments(AbsoluteDate, TidesStandards.TidesStandard) - Static method in class fr.cnes.sirius.patrius.forces.gravity.tides.TidesToolbox
-
Method to compute the Doodson fundamental arguments.
- computeGaussDerivativeEquations(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.AbstractStelaGaussContribution
-
Computation of the Gauss equation derivatives matrix in TNW frame.
- computeGaussEquations(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.AbstractStelaGaussContribution
-
Compute the TNW Gauss Equation for GTO.
- computeGeometricalProperties() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.IntervalsSet
-
Compute some geometrical properties.
- computeGeometricalProperties() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.PolyhedronsSet
-
Compute some geometrical properties.
- computeGeometricalProperties() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.PolygonsSet
-
Compute some geometrical properties.
- computeGeometricalProperties() - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.AbstractRegion
-
Compute some geometrical properties.
- computeGradientPosition() - Method in class fr.cnes.sirius.patrius.forces.drag.DragForce
-
This method returns true if the acceleration partial derivatives with
respect to position have to be computed.
- computeGradientPosition() - Method in class fr.cnes.sirius.patrius.forces.EmpiricalForce
-
This method returns true if the acceleration partial derivatives with
respect to position have to be computed.
- computeGradientPosition() - Method in interface fr.cnes.sirius.patrius.forces.GradientModel
-
This method returns true if the acceleration partial derivatives with
respect to position have to be computed.
- computeGradientPosition() - Method in class fr.cnes.sirius.patrius.forces.gravity.BalminoAttractionModel
-
This method returns true if the acceleration partial derivatives with
respect to position have to be computed.
- computeGradientPosition() - Method in class fr.cnes.sirius.patrius.forces.gravity.CunninghamAttractionModel
-
This method returns true if the acceleration partial derivatives with
respect to position have to be computed.
- computeGradientPosition() - Method in class fr.cnes.sirius.patrius.forces.gravity.DrozinerAttractionModel
-
This method returns true if the acceleration partial derivatives with
respect to position have to be computed.
- computeGradientPosition() - Method in class fr.cnes.sirius.patrius.forces.gravity.NewtonianAttraction
-
This method returns true if the acceleration partial derivatives with
respect to position have to be computed.
- computeGradientPosition() - Method in class fr.cnes.sirius.patrius.forces.gravity.ThirdBodyAttraction
-
This method returns true if the acceleration partial derivatives with
respect to position have to be computed.
- computeGradientPosition() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.OceanTides
-
This method returns true if the acceleration partial derivatives with
respect to position have to be computed.
- computeGradientPosition() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.TerrestrialTides
-
This method returns true if the acceleration partial derivatives with
respect to position have to be computed.
- computeGradientPosition() - Method in class fr.cnes.sirius.patrius.forces.gravity.variations.VariablePotentialAttractionModel
-
This method returns true if the acceleration partial derivatives with
respect to position have to be computed.
- computeGradientPosition() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
This method returns true if the acceleration partial derivatives with
respect to position have to be computed.
- computeGradientPosition() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
This method returns true if the acceleration partial derivatives with
respect to position have to be computed.
- computeGradientPosition() - Method in class fr.cnes.sirius.patrius.forces.radiation.RediffusedRadiationPressure
-
This method returns true if the acceleration partial derivatives with
respect to position have to be computed.
- computeGradientPosition() - Method in class fr.cnes.sirius.patrius.forces.radiation.SolarRadiationPressureCircular
-
This method returns true if the acceleration partial derivatives with
respect to position have to be computed.
- computeGradientPosition() - Method in class fr.cnes.sirius.patrius.forces.radiation.SolarRadiationPressureEllipsoid
-
This method returns true if the acceleration partial derivatives with
respect to position have to be computed.
- computeGradientPosition() - Method in class fr.cnes.sirius.patrius.forces.relativistic.CoriolisRelativisticEffect
-
This method returns true if the acceleration partial derivatives with
respect to position have to be computed.
- computeGradientPosition() - Method in class fr.cnes.sirius.patrius.forces.relativistic.LenseThirringRelativisticEffect
-
This method returns true if the acceleration partial derivatives with
respect to position have to be computed.
- computeGradientPosition() - Method in class fr.cnes.sirius.patrius.forces.relativistic.SchwarzschildRelativisticEffect
-
This method returns true if the acceleration partial derivatives with
respect to position have to be computed.
- computeGradientVelocity() - Method in class fr.cnes.sirius.patrius.forces.drag.DragForce
-
This method returns true if the acceleration partial derivatives with
respect to velocity have to be computed.
- computeGradientVelocity() - Method in class fr.cnes.sirius.patrius.forces.EmpiricalForce
-
This method returns true if the acceleration partial derivatives with
respect to velocity have to be computed.
- computeGradientVelocity() - Method in interface fr.cnes.sirius.patrius.forces.GradientModel
-
This method returns true if the acceleration partial derivatives with
respect to velocity have to be computed.
- computeGradientVelocity() - Method in class fr.cnes.sirius.patrius.forces.gravity.BalminoAttractionModel
-
This method returns true if the acceleration partial derivatives with
respect to velocity have to be computed.
- computeGradientVelocity() - Method in class fr.cnes.sirius.patrius.forces.gravity.CunninghamAttractionModel
-
This method returns true if the acceleration partial derivatives with
respect to velocity have to be computed.
- computeGradientVelocity() - Method in class fr.cnes.sirius.patrius.forces.gravity.DrozinerAttractionModel
-
This method returns true if the acceleration partial derivatives with
respect to velocity have to be computed.
- computeGradientVelocity() - Method in class fr.cnes.sirius.patrius.forces.gravity.NewtonianAttraction
-
This method returns true if the acceleration partial derivatives with
respect to velocity have to be computed.
- computeGradientVelocity() - Method in class fr.cnes.sirius.patrius.forces.gravity.ThirdBodyAttraction
-
This method returns true if the acceleration partial derivatives with
respect to velocity have to be computed.
- computeGradientVelocity() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.AbstractTides
-
This method returns true if the acceleration partial derivatives with
respect to velocity have to be computed.
- computeGradientVelocity() - Method in class fr.cnes.sirius.patrius.forces.gravity.variations.VariablePotentialAttractionModel
-
This method returns true if the acceleration partial derivatives with
respect to velocity have to be computed.
- computeGradientVelocity() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
This method returns true if the acceleration partial derivatives with
respect to velocity have to be computed.
- computeGradientVelocity() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
This method returns true if the acceleration partial derivatives with
respect to velocity have to be computed.
- computeGradientVelocity() - Method in class fr.cnes.sirius.patrius.forces.radiation.RediffusedRadiationPressure
-
This method returns true if the acceleration partial derivatives with
respect to velocity have to be computed.
- computeGradientVelocity() - Method in class fr.cnes.sirius.patrius.forces.radiation.SolarRadiationPressureCircular
-
This method returns true if the acceleration partial derivatives with
respect to velocity have to be computed.
- computeGradientVelocity() - Method in class fr.cnes.sirius.patrius.forces.radiation.SolarRadiationPressureEllipsoid
-
This method returns true if the acceleration partial derivatives with
respect to velocity have to be computed.
- computeGradientVelocity() - Method in class fr.cnes.sirius.patrius.forces.relativistic.CoriolisRelativisticEffect
-
This method returns true if the acceleration partial derivatives with
respect to velocity have to be computed.
- computeGradientVelocity() - Method in class fr.cnes.sirius.patrius.forces.relativistic.LenseThirringRelativisticEffect
-
This method returns true if the acceleration partial derivatives with
respect to velocity have to be computed.
- computeGradientVelocity() - Method in class fr.cnes.sirius.patrius.forces.relativistic.SchwarzschildRelativisticEffect
-
This method returns true if the acceleration partial derivatives with
respect to velocity have to be computed.
- computeHelmholtzPolynomial(Vector3D) - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.HelmholtzPolynomial
-
Calculate the value of the polynomial in a given point.
- computeInOutTrueAnom(StelaEquinoctialOrbit, PVCoordinates) - Method in class fr.cnes.sirius.patrius.stela.forces.radiation.SRPSquaring
-
Computation of in and out true anomalies of the shadowed part of the orbit.
- computeInterpolatedStateAndDerivatives(double, double) - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.RungeKutta6StepInterpolator
-
Compute the state and derivatives at the interpolated time.
- computeInterpolatedStateAndDerivatives(double, double) - Method in class fr.cnes.sirius.patrius.math.ode.sampling.AbstractStepInterpolator
-
Compute the state and derivatives at the interpolated time.
- computeInterpolatedStateAndDerivatives(double, double) - Method in class fr.cnes.sirius.patrius.math.ode.sampling.NordsieckStepInterpolator
-
Compute the state and derivatives at the interpolated time.
- computeInverseMeridionalDistance(double) - Method in class fr.cnes.sirius.patrius.projections.ProjectionEllipsoid
-
Compute the geodetic latitude, from a distance from the equator.
- computeInverseRectifyingLatitude(double) - Method in class fr.cnes.sirius.patrius.projections.ProjectionEllipsoid
-
compute geodetic latitude at a given rectifying latitude.
- computeJ10(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
Compute the effect of the 10th degree development of the Zonal Perturbation
- computeJ11(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
Compute the effect of the 11th degree development of the Zonal Perturbation
- computeJ12(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
Compute the effect of the 12th degree development of the Zonal Perturbation
- computeJ13(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
Compute the effect of the 13th degree development of the Zonal Perturbation
- computeJ14(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
Compute the effect of the 14th degree development of the Zonal Perturbation
- computeJ15(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
Compute the effect of the 15th degree development of the Zonal Perturbation
- computeJ2(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
Compute the effect of the 2nd degree development of the Zonal Perturbation
- computeJ2(StelaEquinoctialOrbit, double) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
Compute the effect of the 2nd degree development of the Zonal Perturbation with specific mu.
- computeJ2PartialDerivatives(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
Compute the partial derivatives due to J2 Potential effect
- computeJ2ShortPeriods(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
Compute the short periods linked to J2 Potential effect
- computeJ2Square(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
Compute the effect of the J2² of the Zonal Perturbation.
- computeJ2SquarePartialDerivatives(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
Compute the partial derivatives due to J2² Potential effect
- computeJ3(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
Compute the effect of the 3rd degree development of the Zonal Perturbation
- computeJ3(StelaEquinoctialOrbit, double) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
Compute the effect of the 3rd degree development of the Zonal Perturbation with specific mu
- computeJ3PartialDerivatives(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
Compute the partial derivatives due to J3 Potential effect
- computeJ4(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
Compute the effect of the 4th degree development of the Zonal Perturbation
- computeJ4PartialDerivatives(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
Compute the partial derivatives due to J4 Potential effect
- computeJ5(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
Compute the effect of the 5th degree development of the Zonal Perturbation
- computeJ5PartialDerivatives(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
Compute the partial derivatives due to J5 Potential effect
- computeJ6(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
Compute the effect of the 6th degree development of the Zonal Perturbation
- computeJ6PartialDerivatives(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
Compute the partial derivatives due to J6 Potential effect
- computeJ7(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
Compute the effect of the 7th degree development of the Zonal Perturbation
- computeJ7PartialDerivatives(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
Compute the partial derivatives due to J7 Potential effect
- computeJ8(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
Compute the effect of the 8th degree development of the Zonal Perturbation
- computeJ9(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
Compute the effect of the 9th degree development of the Zonal Perturbation
- computeJacobian(double[]) - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.vector.JacobianMultivariateVectorOptimizer
-
Computes the Jacobian matrix.
- computeJacobianCartesianWrtTrue() - Method in class fr.cnes.sirius.patrius.orbits.EquinoctialOrbit
-
Compute the Jacobian of the Cartesian parameters with respect to the orbital parameters with true angle.
- computeJacobianEccentricWrtCartesian() - Method in class fr.cnes.sirius.patrius.orbits.ApsisOrbit
-
Compute the Jacobian of the orbital parameters with eccentric angle with respect to the Cartesian parameters.
- computeJacobianEccentricWrtCartesian() - Method in class fr.cnes.sirius.patrius.orbits.CartesianOrbit
-
Compute the Jacobian of the orbital parameters with eccentric angle with respect to the Cartesian parameters.
- computeJacobianEccentricWrtCartesian() - Method in class fr.cnes.sirius.patrius.orbits.CircularOrbit
-
Compute the Jacobian of the orbital parameters with eccentric angle with respect to the Cartesian parameters.
- computeJacobianEccentricWrtCartesian() - Method in class fr.cnes.sirius.patrius.orbits.EquatorialOrbit
-
Compute the Jacobian of the orbital parameters with eccentric angle with respect to the Cartesian parameters.
- computeJacobianEccentricWrtCartesian() - Method in class fr.cnes.sirius.patrius.orbits.EquinoctialOrbit
-
Compute the Jacobian of the orbital parameters with eccentric angle with respect to the Cartesian parameters.
- computeJacobianEccentricWrtCartesian() - Method in class fr.cnes.sirius.patrius.orbits.KeplerianOrbit
-
Compute the Jacobian of the orbital parameters with eccentric angle with respect to the Cartesian parameters.
- computeJacobianEccentricWrtCartesian() - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
Compute the Jacobian of the orbital parameters with eccentric angle with respect to the Cartesian parameters.
- computeJacobianEccentricWrtCartesian() - Method in class fr.cnes.sirius.patrius.stela.orbits.StelaEquinoctialOrbit
-
Compute the Jacobian of the orbital parameters with eccentric angle with respect to the Cartesian parameters.
- computeJacobianMeanWrtCartesian() - Method in class fr.cnes.sirius.patrius.orbits.ApsisOrbit
-
Compute the Jacobian of the orbital parameters with mean angle with respect to the Cartesian parameters.
- computeJacobianMeanWrtCartesian() - Method in class fr.cnes.sirius.patrius.orbits.CartesianOrbit
-
Compute the Jacobian of the orbital parameters with mean angle with respect to the Cartesian parameters.
- computeJacobianMeanWrtCartesian() - Method in class fr.cnes.sirius.patrius.orbits.CircularOrbit
-
Compute the Jacobian of the orbital parameters with mean angle with respect to the Cartesian parameters.
- computeJacobianMeanWrtCartesian() - Method in class fr.cnes.sirius.patrius.orbits.EquatorialOrbit
-
Compute the Jacobian of the orbital parameters with mean angle with respect to the Cartesian parameters.
- computeJacobianMeanWrtCartesian() - Method in class fr.cnes.sirius.patrius.orbits.EquinoctialOrbit
-
Compute the Jacobian of the orbital parameters with mean angle with respect to the Cartesian parameters.
- computeJacobianMeanWrtCartesian() - Method in class fr.cnes.sirius.patrius.orbits.KeplerianOrbit
-
Compute the Jacobian of the orbital parameters with mean angle with respect to the Cartesian parameters.
- computeJacobianMeanWrtCartesian() - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
Compute the Jacobian of the orbital parameters with mean angle with respect to the Cartesian parameters.
- computeJacobianMeanWrtCartesian() - Method in class fr.cnes.sirius.patrius.stela.orbits.StelaEquinoctialOrbit
-
- computeJacobianTrueWrtCartesian() - Method in class fr.cnes.sirius.patrius.orbits.ApsisOrbit
-
Compute the Jacobian of the orbital parameters with true angle with respect to the Cartesian parameters.
- computeJacobianTrueWrtCartesian() - Method in class fr.cnes.sirius.patrius.orbits.CartesianOrbit
-
Compute the Jacobian of the orbital parameters with true angle with respect to the Cartesian parameters.
- computeJacobianTrueWrtCartesian() - Method in class fr.cnes.sirius.patrius.orbits.CircularOrbit
-
Compute the Jacobian of the orbital parameters with true angle with respect to the Cartesian parameters.
- computeJacobianTrueWrtCartesian() - Method in class fr.cnes.sirius.patrius.orbits.EquatorialOrbit
-
Compute the Jacobian of the orbital parameters with true angle with respect to the Cartesian parameters.
- computeJacobianTrueWrtCartesian() - Method in class fr.cnes.sirius.patrius.orbits.EquinoctialOrbit
-
Compute the Jacobian of the orbital parameters with true angle with respect to the Cartesian parameters.
- computeJacobianTrueWrtCartesian() - Method in class fr.cnes.sirius.patrius.orbits.KeplerianOrbit
-
Compute the Jacobian of the orbital parameters with true angle with respect to the Cartesian parameters.
- computeJacobianTrueWrtCartesian() - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
Compute the Jacobian of the orbital parameters with true angle with respect to the Cartesian parameters.
- computeJacobianTrueWrtCartesian() - Method in class fr.cnes.sirius.patrius.stela.orbits.StelaEquinoctialOrbit
-
Compute the Jacobian of the orbital parameters with true angle with respect to the Cartesian parameters.
- computeLagrangeDerivativeEquations(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.StelaLagrangeEquations
-
Computation of the Lagrange equation derivatives matrix (Poisson Bracket derivatives).
- computeLagrangeEquations(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.StelaLagrangeEquations
-
Compute the Lagrange Equation for GTO (Poisson Bracket).
- computeLagrangeEquations(StelaEquinoctialOrbit, double) - Method in class fr.cnes.sirius.patrius.stela.forces.StelaLagrangeEquations
-
Compute the Lagrange Equation for GTO (Poisson Bracket) with specific mu.
- computeLimitVisibilityPoint(double, double, double) - Method in class fr.cnes.sirius.patrius.frames.TopocentricFrame
-
Compute the limit visibility point for a satellite in a given direction.
- computeLinkBudget(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.assembly.models.RFLinkBudgetModel
-
Computes the link budget at a given date.
- computeLn(Dfp, Dfp, Dfp) - Static method in class fr.cnes.sirius.patrius.math.dfp.DfpField
-
Compute ln(a).
- computeLoxodromicDistance(GeodeticPoint, GeodeticPoint) - Method in class fr.cnes.sirius.patrius.projections.ProjectionEllipsoid
-
Loxodromic distance between P1 and P2.This is the distance of constant bearing (or along a line in Mercator).
- computeMainStateJacobian(double, double[], double[], double[][]) - Method in interface fr.cnes.sirius.patrius.math.ode.MainStateJacobianProvider
-
Compute the jacobian matrix of ODE with respect to main state.
- computeMaxDuration() - Method in class fr.cnes.sirius.patrius.attitudes.TwoSpinBiasSlew
-
Estimate the maximum duration of the slew, before computing it.
- computeMeanLocalTimeAngle(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.time.LocalTimeAngle
-
Compute mean local time angle in TIRF frame in the range [-Π, Π[.
- computeMeanLocalTimeAngle(Orbit) - Method in class fr.cnes.sirius.patrius.time.LocalTimeAngle
-
Compute mean local time angle in TIRF frame in the range [-Π, Π[.
- computeMercatorLatitude(double) - Method in class fr.cnes.sirius.patrius.projections.ProjectionEllipsoid
-
Compute crescent latitude (Le) at a given geodetic latitude.
- computeMeridionalDistance(double) - Method in class fr.cnes.sirius.patrius.projections.ProjectionEllipsoid
-
Compute the distance from a given geodetic latitude to the equator, along a meridian.
- computeMinAngle(Vector3D) - Method in class fr.cnes.sirius.patrius.fieldsofview.FieldAngularFace
-
Computes the minimal angle between this and a given direction.
- computeNutationArguments(double, TidesStandards.TidesStandard) - Static method in class fr.cnes.sirius.patrius.forces.gravity.tides.TidesToolbox
-
Method to compute the fundamental arguments from the luni-solar nutation theory.
- computeObjectiveGradient(double[]) - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.GradientMultivariateOptimizer
-
Compute the gradient vector.
- computeObjectiveValue(double) - Method in class fr.cnes.sirius.patrius.math.analysis.integration.BaseAbstractUnivariateIntegrator
-
Compute the objective function value.
- computeObjectiveValue(double) - Method in class fr.cnes.sirius.patrius.math.analysis.solver.BaseAbstractUnivariateSolver
-
Compute the objective function value.
- computeObjectiveValue(double[]) - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.MultivariateOptimizer
-
Computes the objective function value.
- computeObjectiveValue(double[]) - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.vector.MultivariateVectorOptimizer
-
Computes the objective function value.
- computeObjectiveValue(double) - Method in class fr.cnes.sirius.patrius.math.optim.univariate.UnivariateOptimizer
-
Computes the objective function value.
- computeObjectiveValueAndDerivative(double) - Method in class fr.cnes.sirius.patrius.math.analysis.solver.AbstractUnivariateDifferentiableSolver
-
Compute the objective function value.
- computeOmega(AbsoluteDate, Frame, Frame) - Method in class fr.cnes.sirius.patrius.stela.forces.noninertial.NonInertialContribution
-
Compute rotation vector of frame2 with respect to frame1 expressed in frame2,
which is the rotation vector from frame1 to frame2.
- computeOmegaDerivative(AbsoluteDate, Frame, Frame, double) - Method in class fr.cnes.sirius.patrius.stela.forces.noninertial.NonInertialContribution
-
Compute rotation vector derivative from frame1 to frame2 using finite differences.
- computeOrthodromicDistance(GeodeticPoint, GeodeticPoint) - Method in class fr.cnes.sirius.patrius.projections.ProjectionEllipsoid
-
Compute the orthodromic distance between two points.
- computeOrthodromicDistance(double, double, double, double) - Method in class fr.cnes.sirius.patrius.projections.ProjectionEllipsoid
-
Compute the orthodromic distance.
- computeParameterJacobian(double, double[], double[], String, double[]) - Method in interface fr.cnes.sirius.patrius.math.ode.ParameterJacobianProvider
-
Compute the Jacobian matrix of ODE with respect to one parameter.
- computePartialDerivatives(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.drag.StelaAtmosphericDrag
-
- computePartialDerivatives(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.SolidTidesAcc
-
Compute the partial derivatives for a given spacecraft state.
- computePartialDerivatives(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaTesseralAttraction
-
Compute the partial derivatives for a given spacecraft state.
- computePartialDerivatives(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaThirdBodyAttraction
-
- computePartialDerivatives(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
- computePartialDerivatives(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.noninertial.NonInertialContribution
-
- computePartialDerivatives(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.radiation.SRPPotential
-
Compute the partial derivatives for a given spacecraft state.
- computePartialDerivatives(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.radiation.SRPSquaring
-
Compute the partial derivatives for a given spacecraft state.
- computePartialDerivatives(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.radiation.StelaSRPSquaring
-
Compute the partial derivatives for a given spacecraft state.
- computePartialDerivatives(StelaEquinoctialOrbit) - Method in interface fr.cnes.sirius.patrius.stela.forces.StelaForceModel
-
Compute the partial derivatives for a given spacecraft state.
- computePathDelay(double) - Method in class fr.cnes.sirius.patrius.models.earth.FixedDelayModel
-
Calculates the tropospheric path delay for the signal path from a ground station to a satellite.
- computePerturbation(StelaEquinoctialOrbit, OrbitNatureConverter) - Method in class fr.cnes.sirius.patrius.stela.forces.AbstractStelaGaussContribution
-
Compute the dE/dt force derivatives for a given spacecraft state.
- computePerturbation(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.AbstractStelaLagrangeContribution
-
Compute the dE/dt force derivatives for a given spacecraft state.
- computePerturbation(StelaEquinoctialOrbit, OrbitNatureConverter) - Method in class fr.cnes.sirius.patrius.stela.forces.drag.StelaAtmosphericDrag
-
- computePerturbation(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.SolidTidesAcc
-
Compute the dE/dt force derivatives for a given spacecraft state.
- computePerturbation(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaTesseralAttraction
-
Compute the dE/dt force derivatives for a given spacecraft state.
- computePerturbation(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaThirdBodyAttraction
-
- computePerturbation(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
- computePerturbation(StelaEquinoctialOrbit, OrbitNatureConverter) - Method in class fr.cnes.sirius.patrius.stela.forces.noninertial.NonInertialContribution
-
- computePerturbation(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.radiation.SRPPotential
-
Compute the dE/dt force derivatives for a given spacecraft state.
- computePerturbation(StelaEquinoctialOrbit, OrbitNatureConverter) - Method in class fr.cnes.sirius.patrius.stela.forces.radiation.SRPSquaring
-
Compute the dE/dt force derivatives for a given spacecraft state.
- computePerturbation(StelaEquinoctialOrbit, OrbitNatureConverter) - Method in class fr.cnes.sirius.patrius.stela.forces.radiation.StelaSRPSquaring
-
Compute the dE/dt force derivatives for a given spacecraft state.
- computePointAlongLoxodrome(GeodeticPoint, double, double) - Method in class fr.cnes.sirius.patrius.projections.ProjectionEllipsoid
-
Compute the point coordinates from an origin point, an azimuth and a distance along the rhumb
line (Loxodrome).
- computePointAlongOrthodrome(GeodeticPoint, double, double) - Method in class fr.cnes.sirius.patrius.projections.ProjectionEllipsoid
-
Compute a geodetic point along orthodrome, from a point p1, at a distance d,
in a direction defined from an azimuth.
- computePotentialPerturbation(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.radiation.StelaSRPSquaring
-
- computeRadiusEastWest(double) - Method in class fr.cnes.sirius.patrius.projections.ProjectionEllipsoid
-
Compute radius of curvature section East/West (also called M or Re).
- computeResiduals(double[]) - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.vector.jacobian.AbstractLeastSquaresOptimizer
-
Computes the residuals.
- computeRoots(int) - Method in class fr.cnes.sirius.patrius.math.complex.RootsOfUnity
-
Computes the n-th roots of unity.
- computeRule(int) - Method in class fr.cnes.sirius.patrius.math.analysis.integration.gauss.BaseRuleFactory
-
Computes the rule for the given order.
- computeRule(int) - Method in class fr.cnes.sirius.patrius.math.analysis.integration.gauss.LegendreHighPrecisionRuleFactory
-
Computes the rule for the given order.
- computeRule(int) - Method in class fr.cnes.sirius.patrius.math.analysis.integration.gauss.LegendreRuleFactory
-
Computes the rule for the given order.
- computeSecondDerivatives(double, double[], double[], double[]) - Method in interface fr.cnes.sirius.patrius.math.ode.SecondOrderDifferentialEquations
-
Get the current time derivative of the state vector.
- computeSecular(Orbit, AbstractLyddanePropagator.LyddaneParametersType) - Method in class fr.cnes.sirius.patrius.propagation.analytical.AbstractLyddanePropagator
-
Compute secular orbit in body frame from provided orbit.
- computeShortPeriods(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.drag.StelaAtmosphericDrag
-
- computeShortPeriods(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.SolidTidesAcc
-
Compute the short periodic variations for a given spacecraft state.
- computeShortPeriods(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaTesseralAttraction
-
Compute the short periodic variations for a given spacecraft state.
- computeShortPeriods(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaThirdBodyAttraction
-
- computeShortPeriods(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
- computeShortPeriods(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.noninertial.NonInertialContribution
-
- computeShortPeriods(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.radiation.SRPPotential
-
Compute the short periodic variations for a given spacecraft state.
- computeShortPeriods(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.radiation.SRPSquaring
-
Compute the short periodic variations for a given spacecraft state.
- computeShortPeriods(StelaEquinoctialOrbit) - Method in class fr.cnes.sirius.patrius.stela.forces.radiation.StelaSRPSquaring
-
Compute the short periodic variations for a given spacecraft state.
- computeShortPeriods(StelaEquinoctialOrbit) - Method in interface fr.cnes.sirius.patrius.stela.forces.StelaForceModel
-
Compute the short periodic variations for a given spacecraft state.
- computeSigma(double[], double) - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.vector.jacobian.AbstractLeastSquaresOptimizer
-
Computes an estimate of the standard deviation of the parameters.
- computeSignalDelay(double) - Method in class fr.cnes.sirius.patrius.models.earth.FixedDelayModel
-
Calculates the tropospheric signal delay for the signal path from a
ground station to a satellite.
- computeSignalDelay(double, double) - Method in class fr.cnes.sirius.patrius.models.earth.SaastamoinenModel
-
Calculates the tropospheric signal delay for the signal path from a
ground station to a satellite.
- computeSignalDelay(double) - Method in interface fr.cnes.sirius.patrius.models.earth.TroposphericCorrection
-
Calculates the tropospheric signal delay for the signal path from a
ground station to a satellite.
- computeSignalDelay(double) - Method in class fr.cnes.sirius.patrius.signalpropagation.AzoulayModel
-
- computeSignalDelay(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.signalpropagation.iono.BentModel
-
- computeSignalDelay(AbsoluteDate, Vector3D, Frame) - Method in interface fr.cnes.sirius.patrius.signalpropagation.iono.IonosphericCorrection
-
Calculates the ionospheric signal delay for the signal path from the position
of the transmitter and the receiver and the current date.
- computeSignalPropagation(PVCoordinatesProvider, PVCoordinatesProvider, AbsoluteDate, SignalPropagationModel.FixedDate) - Method in class fr.cnes.sirius.patrius.signalpropagation.SignalPropagationModel
-
Computes the signal propagation object in the void at a particular date
- computeSphericalAzimuth(GeodeticPoint, GeodeticPoint) - Method in class fr.cnes.sirius.patrius.projections.ProjectionEllipsoid
-
Compute the spherical azimuth (clock wise) between two points.
- computeSpin(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.attitudes.kinematics.AbstractOrientationFunction
-
Estimate the spin at a given date from the current
OrientationFunction using the quaternions formula:
Ω = 2 * Q' dQ, where Q' is the conjugate of the quaternion and dQ is the derivative of the quaternion at
the given date.
- computeSpin(Quaternion, Quaternion) - Static method in class fr.cnes.sirius.patrius.attitudes.kinematics.KinematicsToolkit
-
Compute spin knowing the instantaneous quaternion and its derivative.
- computeSpin(double[], double[], RotationOrder) - Static method in class fr.cnes.sirius.patrius.attitudes.kinematics.KinematicsToolkit
-
Compute spin knowing the instantaneous quaternion and its derivative.
- computeSpinFunction() - Method in class fr.cnes.sirius.patrius.attitudes.kinematics.AbstractOrientationFunction
-
Estimate the
Vector3DFunction from the current
OrientationFunction using the quaternions formula:
Ω = 2 * Q' dQ, where Q' is the conjugate of the quaternion and dQ is the derivative of the quaternion at
the given date.
- computeSquaringPoints(int, StelaEquinoctialOrbit, double, double) - Static method in class fr.cnes.sirius.patrius.stela.forces.Squaring
-
Computation of squaring points equally distributed according to true anomaly.
- computeSquaringPointsEccentric(int, StelaEquinoctialOrbit) - Static method in class fr.cnes.sirius.patrius.stela.forces.Squaring
-
Computation of squaring points equally distributed according to eccentric anomaly.
- computeStep(AbsoluteDate, AbsoluteDateInterval) - Method in class fr.cnes.sirius.patrius.attitudes.AbstractAttitudeEphemerisGenerator
-
Computes the step used during attitude ephemeris generation.
- computeStep(AbsoluteDate, AbsoluteDateInterval) - Method in class fr.cnes.sirius.patrius.attitudes.FixedStepAttitudeEphemerisGenerator
-
- computeStep(AbsoluteDate, AbsoluteDateInterval) - Method in class fr.cnes.sirius.patrius.attitudes.VariableStepAttitudeEphemerisGenerator
-
Computes the step used during the variable step ephemeris generation.
- computeStepGrowShrinkFactor(double) - Method in class fr.cnes.sirius.patrius.math.ode.MultistepIntegrator
-
Compute step grow/shrink factor according to normalized error.
- computeSunBetaPhi(StelaEquinoctialOrbit, PVCoordinates) - Method in class fr.cnes.sirius.patrius.stela.forces.radiation.SRPSquaring
-
Computation of Sun's right ascension (φ) and declination (β) wrt the orbit plane.
- computeTorque(SpacecraftState) - Method in class fr.cnes.sirius.patrius.wrenches.DragWrench
-
Compute the resulting torque at the mass centre of the spacecraft in the frame of the main part.
- computeTorque(SpacecraftState, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.wrenches.DragWrench
-
Compute the resulting wrench.
- computeTorque(SpacecraftState) - Method in class fr.cnes.sirius.patrius.wrenches.GenericWrenchModel
-
Compute the resulting torque at the mass centre of the spacecraft in the frame of the main part.
- computeTorque(SpacecraftState, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.wrenches.GenericWrenchModel
-
Compute the resulting wrench.
- computeTorque(SpacecraftState) - Method in class fr.cnes.sirius.patrius.wrenches.GravitationalAttractionWrench
-
Compute the resulting torque at the mass centre of the spacecraft in the frame of the main part.
- computeTorque(SpacecraftState, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.wrenches.GravitationalAttractionWrench
-
Compute the resulting wrench.
- computeTorque(SpacecraftState) - Method in class fr.cnes.sirius.patrius.wrenches.MagneticWrench
-
Compute the resulting torque at the mass centre of the spacecraft in the frame of the main part.
- computeTorque(SpacecraftState, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.wrenches.MagneticWrench
-
Compute the resulting wrench.
- computeTorque(SpacecraftState) - Method in class fr.cnes.sirius.patrius.wrenches.SolarRadiationWrench
-
Compute the resulting torque at the mass centre of the spacecraft in the frame of the main part.
- computeTorque(SpacecraftState, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.wrenches.SolarRadiationWrench
-
Compute the resulting wrench.
- computeTorque(SpacecraftState) - Method in interface fr.cnes.sirius.patrius.wrenches.WrenchModel
-
Compute the resulting torque at the mass centre of the spacecraft in the frame of the main part.
- computeTorque(SpacecraftState, Vector3D, Frame) - Method in interface fr.cnes.sirius.patrius.wrenches.WrenchModel
-
Compute the resulting wrench.
- computeTrueLocalTimeAngle(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.time.LocalTimeAngle
-
Compute true local time angle in TIRF frame in the range [-Π, Π[.
- computeTrueLocalTimeAngle(Orbit) - Method in class fr.cnes.sirius.patrius.time.LocalTimeAngle
-
Compute true local time angle in TIRF frame in the range [-Π, Π[.
- computeWeightedJacobian(double[]) - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.vector.jacobian.AbstractLeastSquaresOptimizer
-
Computes the weighted Jacobian matrix.
- computeWrench(SpacecraftState) - Method in class fr.cnes.sirius.patrius.wrenches.DragWrench
-
Compute the resulting wrench at the mass centre of the spacecraft in the frame of the main part.
- computeWrench(SpacecraftState, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.wrenches.DragWrench
-
Compute the resulting wrench.
- computeWrench(SpacecraftState) - Method in class fr.cnes.sirius.patrius.wrenches.GenericWrenchModel
-
Compute the resulting wrench at the mass centre of the spacecraft in the frame of the main part.
- computeWrench(SpacecraftState, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.wrenches.GenericWrenchModel
-
Compute the resulting wrench.
- computeWrench(SpacecraftState) - Method in class fr.cnes.sirius.patrius.wrenches.GravitationalAttractionWrench
-
Compute the resulting wrench at the mass centre of the spacecraft in the frame of the main part.
- computeWrench(SpacecraftState, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.wrenches.GravitationalAttractionWrench
-
Compute the resulting wrench.
- computeWrench(SpacecraftState) - Method in class fr.cnes.sirius.patrius.wrenches.MagneticWrench
-
Compute the resulting wrench at the mass centre of the spacecraft in the frame of the main part.
- computeWrench(SpacecraftState, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.wrenches.MagneticWrench
-
Compute the resulting wrench.
- computeWrench(SpacecraftState) - Method in class fr.cnes.sirius.patrius.wrenches.SolarRadiationWrench
-
Compute the resulting wrench at the mass centre of the spacecraft in the frame of the main part.
- computeWrench(SpacecraftState, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.wrenches.SolarRadiationWrench
-
Compute the resulting wrench.
- computeWrench(SpacecraftState) - Method in interface fr.cnes.sirius.patrius.wrenches.WrenchModel
-
Compute the resulting wrench at the mass centre of the spacecraft in the frame of the main part.
- computeWrench(SpacecraftState, Vector3D, Frame) - Method in interface fr.cnes.sirius.patrius.wrenches.WrenchModel
-
Compute the resulting wrench.
- Cone - Interface in fr.cnes.sirius.patrius.math.geometry.euclidean.threed
-
This interface extends the solid shape for the particular case of cones.
- conjugate() - Method in class fr.cnes.sirius.patrius.math.complex.Complex
-
Return the conjugate of this complex number.
- ConjugateGradient - Class in fr.cnes.sirius.patrius.math.linear
-
- ConjugateGradient(int, double, boolean) - Constructor for class fr.cnes.sirius.patrius.math.linear.ConjugateGradient
-
- ConjugateGradient(IterationManager, double, boolean) - Constructor for class fr.cnes.sirius.patrius.math.linear.ConjugateGradient
-
- CONST_SOL_N_M2 - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
Solar constant (N/M**2).
- CONST_SOL_STELA - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
Solar Constant (N/M**2).
- CONST_SOL_W_M2 - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
Solar constant (W/M**2).
- Constant - Class in fr.cnes.sirius.patrius.math.analysis.function
-
Constant function.
- Constant(double) - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Constant
-
- CONSTANT_MODE - Static variable in class fr.cnes.sirius.patrius.math.random.ValueServer
-
Always return mu
- ConstantAttitudeLaw - Class in fr.cnes.sirius.patrius.attitudes
-
This class handles a constant attitude law.
- ConstantAttitudeLaw(Frame, Rotation) - Constructor for class fr.cnes.sirius.patrius.attitudes.ConstantAttitudeLaw
-
Creates new instance.
- ConstantFunction - Class in fr.cnes.sirius.patrius.math.parameter
-
This class is used to define a constant parameterizable function.
- ConstantFunction(Parameter) - Constructor for class fr.cnes.sirius.patrius.math.parameter.ConstantFunction
-
- ConstantFunction(String, double) - Constructor for class fr.cnes.sirius.patrius.math.parameter.ConstantFunction
-
Simple constructor with a given name and value.
- ConstantFunction(double) - Constructor for class fr.cnes.sirius.patrius.math.parameter.ConstantFunction
-
Simple constructor with a given name and value.
- ConstantRadiusProvider - Class in fr.cnes.sirius.patrius.propagation.events
-
Implementation for constant radius provider.
- ConstantRadiusProvider(double) - Constructor for class fr.cnes.sirius.patrius.propagation.events.ConstantRadiusProvider
-
Constructor with constant value.
- Constants - Interface in fr.cnes.sirius.patrius.utils
-
Set of useful physical constants.
- ConstantSolarActivity - Class in fr.cnes.sirius.patrius.forces.atmospheres.solarActivity
-
This class represents constant solar activity
- ConstantSolarActivity(double, double) - Constructor for class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.ConstantSolarActivity
-
Constructor for constant solar activity
- ConstantSolarActivity(double, double, double) - Constructor for class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.ConstantSolarActivity
-
Constructor for constant solar activity
- ConstantSpinSlew - Class in fr.cnes.sirius.patrius.attitudes
-
This class extends the AbstractSlew.
- ConstantSpinSlew(AttitudeProvider, AttitudeProvider, AbsoluteDate, AbsoluteDate) - Constructor for class fr.cnes.sirius.patrius.attitudes.ConstantSpinSlew
-
Builds a ConstantSpinSlew based on a given interval of dates
- ConstantSpinSlew(AttitudeProvider, AttitudeProvider, AbsoluteDate, boolean, double, ConstantSpinSlew.Constraint) - Constructor for class fr.cnes.sirius.patrius.attitudes.ConstantSpinSlew
-
Builds a ConstantSpinSlew from a type of constraint and its value
- ConstantSpinSlew.Constraint - Enum in fr.cnes.sirius.patrius.attitudes
-
Enumeration of the existing constraint types
- ConstantThrustError - Class in fr.cnes.sirius.patrius.forces.maneuvers
-
This class is a model of the error of a simple maneuver with constant thrust.
- ConstantThrustError(AbsoluteDate, double, IParamDiffFunction, IParamDiffFunction, IParamDiffFunction) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
Create a constant thrust error model whose x, y and z components are parameterizable and differentiable function.
- ConstantThrustError(AbsoluteDate, double, Parameter, Parameter, Parameter, Parameter, Parameter, Parameter, AbsoluteDate) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
Create a constant thrust error model whose x, y and z components are linear functions:
fx = ax*t + bx
fy = ay*t + by
fz = az*t + bz
- ConstantThrustError(AbsoluteDate, double, double, double, double, double, double, double, AbsoluteDate) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
Create a constant thrust error model whose x, y and z components are linear functions:
fx = ax*t + bx
fy = ay*t + by
fz = az*t + bz
- ConstantThrustError(AbsoluteDate, double, Parameter, Parameter, Parameter) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
Create a constant thrust error model whose x, y and z components are constant functions:
fx = cx
fy = cy
fz = cz
- ConstantThrustError(AbsoluteDate, double, double, double, double) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
Create a constant thrust error model whose x, y and z components are constant functions:
fx = cx
fy = cy
fz = cz
- ConstantThrustError(AbsoluteDate, double, Frame, IParamDiffFunction, IParamDiffFunction, IParamDiffFunction) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
Create a constant thrust error model whose x, y and z components are parameterizable and differentiable function.
- ConstantThrustError(AbsoluteDate, double, Frame, Parameter, Parameter, Parameter, Parameter, Parameter, Parameter, AbsoluteDate) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
Create a constant thrust error model whose x, y and z components are linear functions:
fx = ax*t + bx
fy = ay*t + by
fz = az*t + bz
- ConstantThrustError(AbsoluteDate, double, Frame, double, double, double, double, double, double, AbsoluteDate) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
Create a constant thrust error model whose x, y and z components are linear functions:
fx = ax*t + bx
fy = ay*t + by
fz = az*t + bz
- ConstantThrustError(AbsoluteDate, double, Frame, Parameter, Parameter, Parameter) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
Create a constant thrust error model whose x, y and z components are constant functions:
fx = cx
fy = cy
fz = cz
- ConstantThrustError(AbsoluteDate, double, Frame, double, double, double) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
Create a constant thrust error model whose x, y and z components are constant functions:
fx = cx
fy = cy
fz = cz
- ConstantThrustError(AbsoluteDate, double, LOFType, IParamDiffFunction, IParamDiffFunction, IParamDiffFunction) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
Create a constant thrust error model whose x, y and z components are parameterizable and differentiable function.
- ConstantThrustError(AbsoluteDate, double, LOFType, Parameter, Parameter, Parameter, Parameter, Parameter, Parameter, AbsoluteDate) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
Create a constant thrust error model whose x, y and z components are linear functions:
fx = ax*t + bx
fy = ay*t + by
fz = az*t + bz
- ConstantThrustError(AbsoluteDate, double, LOFType, double, double, double, double, double, double, AbsoluteDate) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
Create a constant thrust error model whose x, y and z components are linear functions:
fx = ax*t + bx
fy = ay*t + by
fz = az*t + bz
- ConstantThrustError(AbsoluteDate, double, LOFType, Parameter, Parameter, Parameter) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
Create a constant thrust error model whose x, y and z components are constant functions:
fx = cx
fy = cy
fz = cz
- ConstantThrustError(AbsoluteDate, double, LOFType, double, double, double) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
Create a constant thrust error model whose x, y and z components are constant functions:
fx = cx
fy = cy
fz = cz
- ConstantThrustError(EventDetector, EventDetector, IParamDiffFunction, IParamDiffFunction, IParamDiffFunction) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
Create a constant thrust error model whose x, y and z components are constant functions:
fx = cx
fy = cy
fz = cz
- ConstantThrustError(EventDetector, EventDetector, Parameter, Parameter, Parameter) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
Create a constant thrust error model whose x, y and z components are constant functions:
fx = cx
fy = cy
fz = cz
- ConstantThrustError(EventDetector, EventDetector, Frame, IParamDiffFunction, IParamDiffFunction, IParamDiffFunction) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
Create a constant thrust error model whose x, y and z components are constant functions:
fx = cx
fy = cy
fz = cz
- ConstantThrustError(EventDetector, EventDetector, Frame, Parameter, Parameter, Parameter) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
Create a constant thrust error model whose x, y and z components are constant functions:
fx = cx
fy = cy
fz = cz
- ConstantThrustError(EventDetector, EventDetector, LOFType, IParamDiffFunction, IParamDiffFunction, IParamDiffFunction) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
Create a constant thrust error model whose x, y and z components are constant functions:
fx = cx
fy = cy
fz = cz
- ConstantThrustError(EventDetector, EventDetector, LOFType, Parameter, Parameter, Parameter) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
Create a constant thrust error model whose x, y and z components are constant functions:
fx = cx
fy = cy
fz = cz
- ConstantVectorDirection - Class in fr.cnes.sirius.patrius.attitudes.directions
-
Direction described only by a vector constant in a frame
- ConstantVectorDirection(Vector3D, Frame) - Constructor for class fr.cnes.sirius.patrius.attitudes.directions.ConstantVectorDirection
-
Build a direction from a frame and a vector constant in this frame
- ConstantWallGasTemperature - Class in fr.cnes.sirius.patrius.assembly.models.cook
-
Constant wall gas temperature.
- ConstantWallGasTemperature(double) - Constructor for class fr.cnes.sirius.patrius.assembly.models.cook.ConstantWallGasTemperature
-
Constructor.
- contains(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Line
-
Check if the instance contains a point.
- contains(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plane
-
Check if the instance contains a point.
- contains(Vector2D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Line
-
Check if the line contains a point.
- contains(Region<S>) - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.AbstractRegion
-
Check if the instance entirely contains another region.
- contains(Region<S>) - Method in interface fr.cnes.sirius.patrius.math.geometry.partitioning.Region
-
Check if the instance entirely contains another region.
- contains(Comparable<T>) - Method in class fr.cnes.sirius.patrius.math.interval.ComparableInterval
-
Returns true when the value belongs to the interval.
- containsClass(Class<?>) - Method in class fr.cnes.sirius.patrius.math.util.TransformerMap
-
Tests if a Class is present in the TransformerMap.
- containsKey(int) - Method in class fr.cnes.sirius.patrius.math.util.OpenIntToDoubleHashMap
-
Check if a value is associated with a key.
- containsKey(int) - Method in class fr.cnes.sirius.patrius.math.util.OpenIntToFieldHashMap
-
Check if a value is associated with a key.
- containsSatellite(String) - Method in interface fr.cnes.sirius.patrius.files.general.OrbitFile
-
Tests whether a satellite with the given id is contained in this orbit
file.
- containsSatellite(String) - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Tests whether a satellite with the given id is contained in this orbit
file.
- containsTransformer(NumberTransformer) - Method in class fr.cnes.sirius.patrius.math.util.TransformerMap
-
Tests if a NumberTransformer is present in the TransformerMap.
- ContinuedFraction - Class in fr.cnes.sirius.patrius.math.util
-
Provides a generic means to evaluate continued fractions.
- ContinuedFraction() - Constructor for class fr.cnes.sirius.patrius.math.util.ContinuedFraction
-
Default constructor.
- ContinuousMSISE2000SolarData - Class in fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized
-
This class represents a solar data container adapted for the
MSISE2000 atmosphere model
This model of input parameters computes averages for ALL the ap values required by the MSISE2000 model.
- ContinuousMSISE2000SolarData(SolarActivityDataProvider) - Constructor for class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.ContinuousMSISE2000SolarData
-
Constructor.
- ContinuousOutputModel - Class in fr.cnes.sirius.patrius.math.ode
-
This class stores all information provided by an ODE integrator
during the integration process and build a continuous model of the
solution from this.
- ContinuousOutputModel() - Constructor for class fr.cnes.sirius.patrius.math.ode.ContinuousOutputModel
-
Simple constructor.
- ContinuousThrustManeuver - Class in fr.cnes.sirius.patrius.forces.maneuvers
-
This class implements a thrust (constant or variable).
- ContinuousThrustManeuver(AbsoluteDate, double, PropulsiveProperty, Vector3D, MassProvider, TankProperty) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
Constructor for a constant direction in satellite frame.
- ContinuousThrustManeuver(AbsoluteDate, double, PropulsiveProperty, IDependentVectorVariable<SpacecraftState>, MassProvider, TankProperty) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
Constructor for a variable direction in satellite frame.
- ContinuousThrustManeuver(AbsoluteDate, double, PropulsiveProperty, Vector3D, MassProvider, TankProperty, Frame) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
Constructor for a constant direction in provided frame.
- ContinuousThrustManeuver(AbsoluteDate, double, PropulsiveProperty, IDependentVectorVariable<SpacecraftState>, MassProvider, TankProperty, Frame) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
Constructor for a variable direction in provided frame.
- ContinuousThrustManeuver(AbsoluteDate, double, PropulsiveProperty, Vector3D, MassProvider, TankProperty, LOFType) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
Constructor for a constant direction in provided local orbital frame.
- ContinuousThrustManeuver(AbsoluteDate, double, PropulsiveProperty, IDependentVectorVariable<SpacecraftState>, MassProvider, TankProperty, LOFType) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
Constructor for a variable direction in provided local orbital frame.
- ContinuousThrustManeuver(EventDetector, EventDetector, PropulsiveProperty, Vector3D, MassProvider, TankProperty) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
Constructor for a constant direction in satellite frame.
- ContinuousThrustManeuver(EventDetector, EventDetector, PropulsiveProperty, IDependentVectorVariable<SpacecraftState>, MassProvider, TankProperty) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
Constructor for a variable direction in satellite frame.
- ContinuousThrustManeuver(EventDetector, EventDetector, PropulsiveProperty, Vector3D, MassProvider, TankProperty, Frame) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
Constructor for a constant direction in provided frame.
- ContinuousThrustManeuver(EventDetector, EventDetector, PropulsiveProperty, IDependentVectorVariable<SpacecraftState>, MassProvider, TankProperty, Frame) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
Constructor for a variable direction in provided frame.
- ContinuousThrustManeuver(EventDetector, EventDetector, PropulsiveProperty, Vector3D, MassProvider, TankProperty, LOFType) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
Constructor for a constant direction in local orbital frame.
- ContinuousThrustManeuver(EventDetector, EventDetector, PropulsiveProperty, IDependentVectorVariable<SpacecraftState>, MassProvider, TankProperty, LOFType) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
Constructor for a variable direction in local orbital frame.
- contract() - Method in class fr.cnes.sirius.patrius.math.util.ResizableDoubleArray
-
Contracts the storage array to the (size of the element set) + 1 - to
avoid a zero length array.
- convention - Variable in class fr.cnes.sirius.patrius.math.utils.AbstractSearchIndex
-
The convention for the definition of intervals.
- converged(int, T, T) - Method in class fr.cnes.sirius.patrius.math.optim.AbstractConvergenceChecker
-
Check if the optimization algorithm has converged.
- converged(int, PAIR, PAIR) - Method in interface fr.cnes.sirius.patrius.math.optim.ConvergenceChecker
-
Check if the optimization algorithm has converged.
- converged(int, T, T) - Method in class fr.cnes.sirius.patrius.math.optim.SimplePointChecker
-
Check if the optimization algorithm has converged considering the
last two points.
- converged(int, PointValuePair, PointValuePair) - Method in class fr.cnes.sirius.patrius.math.optim.SimpleValueChecker
-
Check if the optimization algorithm has converged considering the
last two points.
- converged(int, PointVectorValuePair, PointVectorValuePair) - Method in class fr.cnes.sirius.patrius.math.optim.SimpleVectorValueChecker
-
Check if the optimization algorithm has converged considering the
last two points.
- converged(int, UnivariatePointValuePair, UnivariatePointValuePair) - Method in class fr.cnes.sirius.patrius.math.optim.univariate.SimpleUnivariateValueChecker
-
Check if the optimization algorithm has converged considering the
last two points.
- ConvergenceChecker<PAIR> - Interface in fr.cnes.sirius.patrius.math.optim
-
This interface specifies how to check if an optimization algorithm has
converged.
- ConvergenceException - Exception in fr.cnes.sirius.patrius.math.exception
-
Error thrown when a numerical computation can not be performed because the
numerical result failed to converge to a finite value.
- ConvergenceException() - Constructor for exception fr.cnes.sirius.patrius.math.exception.ConvergenceException
-
Construct the exception.
- ConvergenceException(Localizable, Object...) - Constructor for exception fr.cnes.sirius.patrius.math.exception.ConvergenceException
-
Construct the exception with a specific context and arguments.
- convertFrame(Orbit, Frame) - Method in class fr.cnes.sirius.patrius.propagation.analytical.AbstractLyddanePropagator
-
Convert provided orbit in output frame.
- convertOrbit(Orbit, Frame) - Method in enum fr.cnes.sirius.patrius.orbits.OrbitType
-
Convert an orbit from a given orbit type to an other
in a wished frame.
- convertToComplex(double[]) - Static method in class fr.cnes.sirius.patrius.math.complex.ComplexUtils
-
Convert an array of primitive doubles to an array of Complex objects.
- convertType(Orbit) - Method in enum fr.cnes.sirius.patrius.orbits.OrbitType
-
Convert an orbit to the instance type.
- CookWallGasTemperature - Class in fr.cnes.sirius.patrius.assembly.models.cook
-
Wall gas temperature following Cook model.
- CookWallGasTemperature(ExtendedAtmosphere, AlphaProvider, double) - Constructor for class fr.cnes.sirius.patrius.assembly.models.cook.CookWallGasTemperature
-
Constructor.
- copy() - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Make a (deep) copy of this.
- copy() - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Returns a (deep) copy of this.
- copy() - Method in class fr.cnes.sirius.patrius.math.linear.Array2DRowFieldMatrix
-
Make a (deep) copy of this.
- copy() - Method in class fr.cnes.sirius.patrius.math.linear.Array2DRowRealMatrix
-
Returns a (deep) copy of this.
- copy() - Method in class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Returns a (deep) copy of this.
- copy() - Method in class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Returns a (deep) copy of this vector.
- copy() - Method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Make a (deep) copy of this.
- copy() - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Returns a (deep) copy of this.
- copy() - Method in class fr.cnes.sirius.patrius.math.linear.DiagonalMatrix
-
Returns a (deep) copy of this.
- copy() - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrix
-
Make a (deep) copy of this.
- copy() - Method in interface fr.cnes.sirius.patrius.math.linear.FieldVector
-
Returns a (deep) copy of this.
- copy() - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Returns a (deep) copy of this.
- copy() - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Returns a (deep) copy of this vector.
- copy() - Method in class fr.cnes.sirius.patrius.math.linear.SymmetricMatrix
-
Returns a (deep) copy of this.
- copy() - Method in class fr.cnes.sirius.patrius.math.ode.sampling.AbstractStepInterpolator
-
Copy the instance.
- copy() - Method in interface fr.cnes.sirius.patrius.math.ode.sampling.StepInterpolator
-
Copy the instance.
- copy() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.AbstractStorelessUnivariateStatistic
-
Returns a copy of the statistic with the same internal state.
- copy() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.AbstractUnivariateStatistic
-
Returns a copy of the statistic with the same internal state.
- copy() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Returns a copy of this DescriptiveStatistics instance with the same internal state.
- copy(DescriptiveStatistics, DescriptiveStatistics) - Static method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Copies source to dest.
- copy() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.GeometricMean
-
Returns a copy of the statistic with the same internal state.
- copy(GeometricMean, GeometricMean) - Static method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.GeometricMean
-
Copies source to dest.
- copy() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Kurtosis
-
Returns a copy of the statistic with the same internal state.
- copy(Kurtosis, Kurtosis) - Static method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Kurtosis
-
Copies source to dest.
- copy() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Mean
-
Returns a copy of the statistic with the same internal state.
- copy(Mean, Mean) - Static method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Mean
-
Copies source to dest.
- copy() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.SecondMoment
-
Returns a copy of the statistic with the same internal state.
- copy(SecondMoment, SecondMoment) - Static method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.SecondMoment
-
Copies source to dest.
- copy() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.SemiVariance
-
Returns a copy of the statistic with the same internal state.
- copy(SemiVariance, SemiVariance) - Static method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.SemiVariance
-
Copies source to dest.
- copy() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Skewness
-
Returns a copy of the statistic with the same internal state.
- copy(Skewness, Skewness) - Static method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Skewness
-
Copies source to dest.
- copy() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.StandardDeviation
-
Returns a copy of the statistic with the same internal state.
- copy(StandardDeviation, StandardDeviation) - Static method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.StandardDeviation
-
Copies source to dest.
- copy() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Variance
-
Returns a copy of the statistic with the same internal state.
- copy(Variance, Variance) - Static method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Variance
-
Copies source to dest.
- copy() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.rank.Max
-
Returns a copy of the statistic with the same internal state.
- copy(Max, Max) - Static method in class fr.cnes.sirius.patrius.math.stat.descriptive.rank.Max
-
Copies source to dest.
- copy() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.rank.Min
-
Returns a copy of the statistic with the same internal state.
- copy(Min, Min) - Static method in class fr.cnes.sirius.patrius.math.stat.descriptive.rank.Min
-
Copies source to dest.
- copy() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.rank.Percentile
-
Returns a copy of the statistic with the same internal state.
- copy(Percentile, Percentile) - Static method in class fr.cnes.sirius.patrius.math.stat.descriptive.rank.Percentile
-
Copies source to dest.
- copy() - Method in interface fr.cnes.sirius.patrius.math.stat.descriptive.StorelessUnivariateStatistic
-
Returns a copy of the statistic with the same internal state.
- copy() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.summary.Product
-
Returns a copy of the statistic with the same internal state.
- copy(Product, Product) - Static method in class fr.cnes.sirius.patrius.math.stat.descriptive.summary.Product
-
Copies source to dest.
- copy() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.summary.Sum
-
Returns a copy of the statistic with the same internal state.
- copy(Sum, Sum) - Static method in class fr.cnes.sirius.patrius.math.stat.descriptive.summary.Sum
-
Copies source to dest.
- copy() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.summary.SumOfLogs
-
Returns a copy of the statistic with the same internal state.
- copy(SumOfLogs, SumOfLogs) - Static method in class fr.cnes.sirius.patrius.math.stat.descriptive.summary.SumOfLogs
-
Copies source to dest.
- copy() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.summary.SumOfSquares
-
Returns a copy of the statistic with the same internal state.
- copy(SumOfSquares, SumOfSquares) - Static method in class fr.cnes.sirius.patrius.math.stat.descriptive.summary.SumOfSquares
-
Copies source to dest.
- copy() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Returns a copy of this SummaryStatistics instance with the same internal state.
- copy(SummaryStatistics, SummaryStatistics) - Static method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Copies source to dest.
- copy() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedDescriptiveStatistics
-
Returns a copy of this SynchronizedDescriptiveStatistics instance with the
same internal state.
- copy(SynchronizedDescriptiveStatistics, SynchronizedDescriptiveStatistics) - Static method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedDescriptiveStatistics
-
Copies source to dest.
- copy() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Returns a copy of this SynchronizedSummaryStatistics instance with the
same internal state.
- copy(SynchronizedSummaryStatistics, SynchronizedSummaryStatistics) - Static method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Copies source to dest.
- copy() - Method in interface fr.cnes.sirius.patrius.math.stat.descriptive.UnivariateStatistic
-
Returns a copy of the statistic with the same internal state.
- copy(ResizableDoubleArray, ResizableDoubleArray) - Static method in class fr.cnes.sirius.patrius.math.util.ResizableDoubleArray
-
Copies source to dest, copying the underlying data, so dest is a new, independent copy of source.
- copy() - Method in class fr.cnes.sirius.patrius.math.util.ResizableDoubleArray
-
Returns a copy of the ResizableDoubleArray.
- copy() - Method in class fr.cnes.sirius.patrius.propagation.sampling.AdaptedStepHandler
-
Copy this.
- copy() - Method in class fr.cnes.sirius.patrius.propagation.sampling.multi.MultiAdaptedStepHandler
-
Copy this.
- copyOf(int[]) - Static method in class fr.cnes.sirius.patrius.math.util.MathArrays
-
Creates a copy of the source array.
- copyOf(double[]) - Static method in class fr.cnes.sirius.patrius.math.util.MathArrays
-
Creates a copy of the source array.
- copyOf(int[], int) - Static method in class fr.cnes.sirius.patrius.math.util.MathArrays
-
Creates a copy of the source array.
- copyOf(double[], int) - Static method in class fr.cnes.sirius.patrius.math.util.MathArrays
-
Creates a copy of the source array.
- copySelf() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.OrientedPoint
-
Copy the instance.
- copySelf() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plane
-
Copy the instance.
- copySelf() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Line
-
Copy the instance.
- copySelf() - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.AbstractRegion
-
Copy the instance.
- copySelf() - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.AbstractSubHyperplane
-
Copy the instance.
- copySelf() - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.BSPTree
-
Copy the instance.
- copySelf() - Method in interface fr.cnes.sirius.patrius.math.geometry.partitioning.Hyperplane
-
Copy the instance.
- copySelf() - Method in interface fr.cnes.sirius.patrius.math.geometry.partitioning.Region
-
Copy the instance.
- copySelf() - Method in interface fr.cnes.sirius.patrius.math.geometry.partitioning.SubHyperplane
-
Copy the instance.
- copySign(DerivativeStructure) - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
Returns the instance with the sign of the argument.
- copySign(double) - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
Returns the instance with the sign of the argument.
- copysign(Dfp, Dfp) - Static method in class fr.cnes.sirius.patrius.math.dfp.Dfp
-
Creates an instance that is the same as x except that it has the sign of y.
- copySign(T) - Method in interface fr.cnes.sirius.patrius.math.RealFieldElement
-
Returns the instance with the sign of the argument.
- copySign(double) - Method in interface fr.cnes.sirius.patrius.math.RealFieldElement
-
Returns the instance with the sign of the argument.
- copySign(double, double) - Static method in class fr.cnes.sirius.patrius.math.util.FastMath
-
Returns the first argument with the sign of the second argument.
- copySign(float, float) - Static method in class fr.cnes.sirius.patrius.math.util.FastMath
-
Returns the first argument with the sign of the second argument.
- copySign(byte, byte) - Static method in class fr.cnes.sirius.patrius.math.util.MathUtils
-
Returns the first argument with the sign of the second argument.
- copySign(short, short) - Static method in class fr.cnes.sirius.patrius.math.util.MathUtils
-
Returns the first argument with the sign of the second argument.
- copySign(int, int) - Static method in class fr.cnes.sirius.patrius.math.util.MathUtils
-
Returns the first argument with the sign of the second argument.
- copySign(long, long) - Static method in class fr.cnes.sirius.patrius.math.util.MathUtils
-
Returns the first argument with the sign of the second argument.
- copySubMatrix(int, int, int, int, T[][]) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Copy a submatrix.
- copySubMatrix(int[], int[], T[][]) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Copy a submatrix.
- copySubMatrix(int, int, int, int, double[][]) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Copy a submatrix.
- copySubMatrix(int[], int[], double[][]) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Copy a submatrix.
- copySubMatrix(int, int, int, int, T[][]) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrix
-
Copy a submatrix.
- copySubMatrix(int[], int[], T[][]) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrix
-
Copy a submatrix.
- copySubMatrix(int, int, int, int, double[][]) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Copy a submatrix.
- copySubMatrix(int[], int[], double[][]) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Copy a submatrix.
- CoriolisRelativisticEffect - Class in fr.cnes.sirius.patrius.forces.relativistic
-
Computation of the relativistic Coriolis effect (Einstein-de-Sitter effect)
- IERS2003 standard (applies to Earth only).
- CoriolisRelativisticEffect(double, PVCoordinatesProvider) - Constructor for class fr.cnes.sirius.patrius.forces.relativistic.CoriolisRelativisticEffect
-
Constructor with partial derivative computation by default.
- CoriolisRelativisticEffect(double, PVCoordinatesProvider, boolean) - Constructor for class fr.cnes.sirius.patrius.forces.relativistic.CoriolisRelativisticEffect
-
Constructor.
- correct(double[]) - Method in class fr.cnes.sirius.patrius.math.filter.KalmanFilter
-
Correct the current state estimate with an actual measurement.
- correct(RealVector) - Method in class fr.cnes.sirius.patrius.math.filter.KalmanFilter
-
Correct the current state estimate with an actual measurement.
- correctInclination(double, double) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.StelaEquinoctialParameters
-
Inclination correction because of inclination singularity in StelaEquinoctial parameters around 180deg.
- CorrelatedRandomVectorGenerator - Class in fr.cnes.sirius.patrius.math.random
-
- CorrelatedRandomVectorGenerator(double[], RealMatrix, double, NormalizedRandomGenerator) - Constructor for class fr.cnes.sirius.patrius.math.random.CorrelatedRandomVectorGenerator
-
Builds a correlated random vector generator from its mean
vector and covariance matrix.
- CorrelatedRandomVectorGenerator(RealMatrix, double, NormalizedRandomGenerator) - Constructor for class fr.cnes.sirius.patrius.math.random.CorrelatedRandomVectorGenerator
-
Builds a null mean random correlated vector generator from its
covariance matrix.
- correlation(double[], double[]) - Method in class fr.cnes.sirius.patrius.math.stat.correlation.PearsonsCorrelation
-
Computes the Pearson's product-moment correlation coefficient between the two arrays.
- correlation(double[], double[]) - Method in class fr.cnes.sirius.patrius.math.stat.correlation.SpearmansCorrelation
-
Computes the Spearman's rank correlation coefficient between the two arrays.
- cos() - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
Cosine operation.
- cos(double[], int, double[], int) - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DSCompiler
-
Compute cosine of a derivative structure.
- Cos - Class in fr.cnes.sirius.patrius.math.analysis.function
-
Cosine function.
- Cos() - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Cos
-
- cos() - Method in class fr.cnes.sirius.patrius.math.complex.Complex
-
Compute the
cosine
of this complex number.
- cos(Dfp) - Static method in class fr.cnes.sirius.patrius.math.dfp.DfpMath
-
computes the cosine of the argument.
- cos() - Method in interface fr.cnes.sirius.patrius.math.RealFieldElement
-
Cosine operation.
- cos(double) - Static method in class fr.cnes.sirius.patrius.math.util.FastMath
-
Cosine function.
- cosh() - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
Hyperbolic cosine operation.
- cosh(double[], int, double[], int) - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DSCompiler
-
Compute hyperbolic cosine of a derivative structure.
- Cosh - Class in fr.cnes.sirius.patrius.math.analysis.function
-
Hyperbolic cosine function.
- Cosh() - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Cosh
-
- cosh() - Method in class fr.cnes.sirius.patrius.math.complex.Complex
-
- cosh() - Method in interface fr.cnes.sirius.patrius.math.RealFieldElement
-
Hyperbolic cosine operation.
- cosh(double) - Static method in class fr.cnes.sirius.patrius.math.util.FastMath
-
Compute the hyperbolic cosine of a number.
- cosi0 - Variable in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLEPropagator
-
cosinus original inclination.
- cosine(RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Computes the cosine of the angle between this vector and the
argument.
- cosInternal(Dfp[]) - Static method in class fr.cnes.sirius.patrius.math.dfp.DfpMath
-
Computes cos(a) Used when 0 < a < pi/4.
- Covariance - Class in fr.cnes.sirius.patrius.math.stat.correlation
-
Computes covariances for pairs of arrays or columns of a matrix.
- Covariance() - Constructor for class fr.cnes.sirius.patrius.math.stat.correlation.Covariance
-
Create a Covariance with no data
- Covariance(double[][], boolean) - Constructor for class fr.cnes.sirius.patrius.math.stat.correlation.Covariance
-
Create a Covariance matrix from a rectangular array
whose columns represent covariates.
- Covariance(double[][]) - Constructor for class fr.cnes.sirius.patrius.math.stat.correlation.Covariance
-
Create a Covariance matrix from a rectangular array
whose columns represent covariates.
- Covariance(RealMatrix, boolean) - Constructor for class fr.cnes.sirius.patrius.math.stat.correlation.Covariance
-
Create a covariance matrix from a matrix whose columns
represent covariates.
- Covariance(RealMatrix) - Constructor for class fr.cnes.sirius.patrius.math.stat.correlation.Covariance
-
Create a covariance matrix from a matrix whose columns
represent covariates.
- covariance(double[], double[], boolean) - Method in class fr.cnes.sirius.patrius.math.stat.correlation.Covariance
-
Computes the covariance between the two arrays.
- covariance(double[], double[]) - Method in class fr.cnes.sirius.patrius.math.stat.correlation.Covariance
-
Computes the covariance between the two arrays, using the bias-corrected
formula.
- CovarianceInterpolation - Class in fr.cnes.sirius.patrius.propagation.analytical.covariance
-
This class allows the interpolation of a covariance matrix at a date t in [t1, t2]
using the surrounding covariances matrices Covt1 Covt2.
- CovarianceInterpolation(AbsoluteDate, RealMatrix, AbsoluteDate, RealMatrix, int, Orbit, double) - Constructor for class fr.cnes.sirius.patrius.propagation.analytical.covariance.CovarianceInterpolation
-
Constructor of the class CovarianceInterpolation
- CovarianceInterpolation(AbsoluteDate, double[][], AbsoluteDate, double[][], int, Orbit, double) - Constructor for class fr.cnes.sirius.patrius.propagation.analytical.covariance.CovarianceInterpolation
-
Constructor of the class CovarianceInterpolation
- covarianceToCorrelation(RealMatrix) - Method in class fr.cnes.sirius.patrius.math.stat.correlation.PearsonsCorrelation
-
Derives a correlation matrix from a covariance matrix.
- create(RealLinearOperator) - Static method in class fr.cnes.sirius.patrius.math.linear.JacobiPreconditioner
-
Creates a new instance of this class.
- createAdaptor(RandomGenerator) - Static method in class fr.cnes.sirius.patrius.math.random.RandomAdaptor
-
Factory method to create a Random using the supplied RandomGenerator.
- createAssembly(Frame) - Method in class fr.cnes.sirius.patrius.assembly.Vehicle
-
- createAssembly(Frame, double, double, double) - Method in class fr.cnes.sirius.patrius.assembly.Vehicle
-
Create an
Assembly with multiplicative coefficients to take into
account the change in surface for drag or SRP during a propagation of the
change of dry mass.
- createBlocksLayout(Field<T>, int, int) - Static method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Create a data array in blocks layout.
- createBlocksLayout(int, int) - Static method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Create a data array in blocks layout.
- createChebyshevPolynomial(int) - Static method in class fr.cnes.sirius.patrius.math.analysis.polynomials.PolynomialsUtils
-
Create a Chebyshev polynomial of the first kind.
- createColumnFieldMatrix(T[]) - Static method in class fr.cnes.sirius.patrius.math.linear.MatrixUtils
-
Creates a column
FieldMatrix using the data from the input
array.
- createColumnRealMatrix(double[]) - Static method in class fr.cnes.sirius.patrius.math.linear.MatrixUtils
-
Creates a column
RealMatrix using the data from the input
array.
- createComplex(double, double) - Method in class fr.cnes.sirius.patrius.math.complex.Complex
-
Create a complex number given the real and imaginary parts.
- createComplexArray(double[][]) - Static method in class fr.cnes.sirius.patrius.math.transform.TransformUtils
-
Builds a new array of
Complex from the specified two dimensional
array of real and imaginary parts.
- createConstant(double) - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
Create a constant compatible with instance order and number of parameters.
- createContributingStatistics() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.AggregateSummaryStatistics
-
Creates and returns a SummaryStatistics whose data will be
aggregated with those of this AggregateSummaryStatistics.
- createDiagonalArray(int, double) - Static method in class fr.cnes.sirius.patrius.propagation.analytical.covariance.CovarianceInterpolation
-
Creates a diagonal square matrix of dimension dim equals to coef * identity (dim)
- createDiagonalMatrix(int, double) - Static method in class fr.cnes.sirius.patrius.propagation.analytical.covariance.CovarianceInterpolation
-
Creates a diagonal square matrix of dimension dim equals to coef * identity (dim)
- createDiagonalMatrixWithArray(int, int, double[]) - Static method in class fr.cnes.sirius.patrius.math.linear.SymmetricMatrix
-
Creates an instance of SymmetricMatrix which is diagonal of input element.
- createFieldDiagonalMatrix(T[]) - Static method in class fr.cnes.sirius.patrius.math.linear.MatrixUtils
-
Returns a diagonal matrix with specified elements.
- createFieldIdentityMatrix(Field<T>, int) - Static method in class fr.cnes.sirius.patrius.math.linear.MatrixUtils
-
Returns dimension x dimension identity matrix.
- createFieldMatrix(Field<T>, int, int) - Static method in class fr.cnes.sirius.patrius.math.linear.MatrixUtils
-
- createFieldMatrix(T[][]) - Static method in class fr.cnes.sirius.patrius.math.linear.MatrixUtils
-
Returns a
FieldMatrix whose entries are the the values in the
the input array.
- createFieldVector(T[]) - Static method in class fr.cnes.sirius.patrius.math.linear.MatrixUtils
-
Creates a
FieldVector using the data from the input array.
- createFromModifiedRodrigues(double[][], boolean) - Static method in class fr.cnes.sirius.patrius.utils.AngularCoordinates
-
Convert a modified Rodrigues vector and derivatives to angular coordinates.
- createFromModifiedRodrigues(double[][]) - Static method in class fr.cnes.sirius.patrius.utils.AngularCoordinates
-
Convert a modified Rodrigues vector and derivatives to angular coordinates.
- createFromWeekComponents(int, int, int) - Static method in class fr.cnes.sirius.patrius.time.DateComponents
-
Build a date from week components.
- createGPSDate(int, double) - Static method in class fr.cnes.sirius.patrius.time.AbsoluteDate
-
Build an instance corresponding to a GPS date.
- createGridByOrder(int) - Static method in class fr.cnes.sirius.patrius.math.quadrature.LebedevRule
-
Returns a Lebedev angular grid given its order. Discussion: Only a certain set of such
rules are available through this function, as given by if(isRuleAvailable(rule) > 0) order = getRuleOrder(rule).
- createGridForRule(int) - Static method in class fr.cnes.sirius.patrius.math.quadrature.LebedevRule
-
Returns a Lebedev angular grid for given rule.
- createHermitePolynomial(int) - Static method in class fr.cnes.sirius.patrius.math.analysis.polynomials.PolynomialsUtils
-
Create a Hermite polynomial.
- createIllegalArgumentException(Localizable, Object...) - Static method in exception fr.cnes.sirius.patrius.utils.exception.PatriusException
-
- createIllegalStateException(Localizable, Object...) - Static method in exception fr.cnes.sirius.patrius.utils.exception.PatriusException
-
- createInternalError(Throwable) - Static method in exception fr.cnes.sirius.patrius.utils.exception.PatriusException
-
- createInverseJacobian(PositionAngle) - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
Create an inverse Jacobian.
- createJacobiPolynomial(int, int, int) - Static method in class fr.cnes.sirius.patrius.math.analysis.polynomials.PolynomialsUtils
-
Create a Jacobi polynomial.
- createLaguerrePolynomial(int) - Static method in class fr.cnes.sirius.patrius.math.analysis.polynomials.PolynomialsUtils
-
Create a Laguerre polynomial.
- createLegendrePolynomial(int) - Static method in class fr.cnes.sirius.patrius.math.analysis.polynomials.PolynomialsUtils
-
Create a Legendre polynomial.
- createLine(Vector3D, Vector3D) - Static method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Line
-
Creates a Line object from a point of space and a direction vector.
- createMatrix(int, int) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Create a new FieldMatrix of the same type as the instance with
the supplied row and column dimensions.
- createMatrix(int, int) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Create a new RealMatrix of the same type as the instance with the
supplied
row and column dimensions.
- createMatrix(int, int) - Method in class fr.cnes.sirius.patrius.math.linear.Array2DRowFieldMatrix
-
Create a new FieldMatrix of the same type as the instance with
the supplied row and column dimensions.
- createMatrix(int, int) - Method in class fr.cnes.sirius.patrius.math.linear.Array2DRowRealMatrix
-
Create a new RealMatrix of the same type as the instance with the
supplied
row and column dimensions.
- createMatrix(int, int) - Method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Create a new FieldMatrix of the same type as the instance with
the supplied row and column dimensions.
- createMatrix(int, int) - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Create a new RealMatrix of the same type as the instance with the
supplied
row and column dimensions.
- createMatrix(int, int) - Method in class fr.cnes.sirius.patrius.math.linear.DiagonalMatrix
-
Create a new RealMatrix of the same type as the instance with the
supplied
row and column dimensions.
- createMatrix(int, int) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrix
-
Create a new FieldMatrix of the same type as the instance with
the supplied row and column dimensions.
- createMatrix(int, int) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Create a new RealMatrix of the same type as the instance with the
supplied
row and column dimensions.
- createMatrix(int, int) - Method in class fr.cnes.sirius.patrius.math.linear.SymmetricMatrix
-
Create a new RealMatrix of the same type as the instance with the
supplied
row and column dimensions.
- createParseException(Localizable, Object...) - Static method in exception fr.cnes.sirius.patrius.utils.exception.PatriusException
-
- createRealDiagonalMatrix(double[]) - Static method in class fr.cnes.sirius.patrius.math.linear.MatrixUtils
-
Returns a diagonal matrix with specified elements.
- createRealIdentityMatrix(int) - Static method in class fr.cnes.sirius.patrius.math.linear.MatrixUtils
-
Returns dimension x dimension identity matrix.
- createRealImaginaryArray(Complex[]) - Static method in class fr.cnes.sirius.patrius.math.transform.TransformUtils
-
Builds a new two dimensional array of
double filled with the real
and imaginary parts of the specified
Complex numbers.
- createRealMatrix(int, int) - Static method in class fr.cnes.sirius.patrius.math.linear.MatrixUtils
-
- createRealMatrix(double[][]) - Static method in class fr.cnes.sirius.patrius.math.linear.MatrixUtils
-
Returns a
RealMatrix whose entries are the the values in the
the input array.
- createRealVector(double[]) - Static method in class fr.cnes.sirius.patrius.math.linear.MatrixUtils
-
Creates a
RealVector using the data from the input array.
- createRowFieldMatrix(T[]) - Static method in class fr.cnes.sirius.patrius.math.linear.MatrixUtils
-
Create a row
FieldMatrix using the data from the input
array.
- createRowRealMatrix(double[]) - Static method in class fr.cnes.sirius.patrius.math.linear.MatrixUtils
-
Create a row
RealMatrix using the data from the input
array.
- createStelaCompatibleSpacecraft(String, double, double, double, double, double) - Static method in class fr.cnes.sirius.patrius.stela.StelaSpacecraftFactory
-
Utility method to create a STELA Assembly, made of a sphere with both radiative and aerodynamic properties.
- createStelaRadiativeSpacecraft(String, double, double, double) - Static method in class fr.cnes.sirius.patrius.stela.StelaSpacecraftFactory
-
Utility method to create a STELA Assembly, made of a sphere with only radiative properties.
- CRITICAL_PROGRADE_INCLINATION - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
Critical prograde inclination from 4 - 5 × sin2i = 0
see "Fundamentals of Astrodynamics and Applications", 3rd Edition, D.
- CRITICAL_RETROGRADE_INCLINATION - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
Critical retrograde inclination from 4 - 5 × sin2i = 0
see "Fundamentals of Astrodynamics and Applications", 3rd Edition, D.
- crossover(Chromosome, Chromosome) - Method in interface fr.cnes.sirius.patrius.math.genetics.CrossoverPolicy
-
Perform a crossover operation on the given chromosomes.
- crossover(Chromosome, Chromosome) - Method in class fr.cnes.sirius.patrius.math.genetics.CycleCrossover
-
Perform a crossover operation on the given chromosomes.
- crossover(Chromosome, Chromosome) - Method in class fr.cnes.sirius.patrius.math.genetics.NPointCrossover
-
Performs a N-point crossover.
- crossover(Chromosome, Chromosome) - Method in class fr.cnes.sirius.patrius.math.genetics.OnePointCrossover
-
Performs one point crossover.
- crossover(Chromosome, Chromosome) - Method in class fr.cnes.sirius.patrius.math.genetics.OrderedCrossover
-
Perform a crossover operation on the given chromosomes.
- crossover(Chromosome, Chromosome) - Method in class fr.cnes.sirius.patrius.math.genetics.UniformCrossover
-
Perform a crossover operation on the given chromosomes.
- CrossoverPolicy - Interface in fr.cnes.sirius.patrius.math.genetics
-
Policy used to create a pair of new chromosomes by performing a crossover
operation on a source pair of chromosomes.
- crossProduct(FieldVector3D<T>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Compute the cross-product of the instance with another vector.
- crossProduct(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Compute the cross-product of the instance with another vector.
- crossProduct(FieldVector3D<T>, FieldVector3D<T>) - Static method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Compute the cross-product of two vectors.
- crossProduct(FieldVector3D<T>, Vector3D) - Static method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Compute the cross-product of two vectors.
- crossProduct(Vector3D, FieldVector3D<T>) - Static method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Compute the cross-product of two vectors.
- crossProduct(Vector<Euclidean3D>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Vector3D
-
Compute the cross-product of the instance with another vector.
- crossProduct(Vector3D, Vector3D) - Static method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Vector3D
-
Compute the cross-product of two vectors.
- crossProduct(PVCoordinates, PVCoordinates) - Static method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.PVCoordinates
-
Compute the cross-product of two instances.
- CrossProductDirection - Class in fr.cnes.sirius.patrius.attitudes.directions
-
This direction is the cross product of two directions
- CrossProductDirection(IDirection, IDirection) - Constructor for class fr.cnes.sirius.patrius.attitudes.directions.CrossProductDirection
-
Build a cross product of two directions.
- CrossSectionProvider - Interface in fr.cnes.sirius.patrius.math.geometry.euclidean.threed
-
Interface for all geometric objects that can provide their cross section from a direction defined by a Vector3D.
- CrossSectionProviderProperty - Class in fr.cnes.sirius.patrius.assembly.properties
-
This class is a part property for the PATRIUS assembly.
- CrossSectionProviderProperty(CrossSectionProvider) - Constructor for class fr.cnes.sirius.patrius.assembly.properties.CrossSectionProviderProperty
-
Constructor of this property.
- CtCookModel - Class in fr.cnes.sirius.patrius.assembly.models.cook
-
This class implements Cook tangential coefficient to a facet.
- CtCookModel(ExtendedAtmosphere, Facet, Frame, double) - Constructor for class fr.cnes.sirius.patrius.assembly.models.cook.CtCookModel
-
Constructor.
- cumulativeProbability(int, int) - Method in class fr.cnes.sirius.patrius.math.distribution.AbstractIntegerDistribution
-
For a random variable X whose values are distributed according
to this distribution, this method returns P(x0 < X <= x1).
- cumulativeProbability(double) - Method in class fr.cnes.sirius.patrius.math.distribution.BetaDistribution
-
For a random variable X whose values are distributed according
to this distribution, this method returns P(X <= x).
- cumulativeProbability(int) - Method in class fr.cnes.sirius.patrius.math.distribution.BinomialDistribution
-
For a random variable X whose values are distributed according
to this distribution, this method returns P(X <= x).
- cumulativeProbability(double) - Method in class fr.cnes.sirius.patrius.math.distribution.CauchyDistribution
-
For a random variable X whose values are distributed according
to this distribution, this method returns P(X <= x).
- cumulativeProbability(double) - Method in class fr.cnes.sirius.patrius.math.distribution.ChiSquaredDistribution
-
For a random variable X whose values are distributed according
to this distribution, this method returns P(X <= x).
- cumulativeProbability(double) - Method in class fr.cnes.sirius.patrius.math.distribution.ExponentialDistribution
-
For a random variable X whose values are distributed according
to this distribution, this method returns P(X <= x).
- cumulativeProbability(double) - Method in class fr.cnes.sirius.patrius.math.distribution.FDistribution
-
For a random variable X whose values are distributed according
to this distribution, this method returns P(X <= x).
- cumulativeProbability(double) - Method in class fr.cnes.sirius.patrius.math.distribution.GammaDistribution
-
For a random variable X whose values are distributed according
to this distribution, this method returns P(X <= x).
- cumulativeProbability(int) - Method in class fr.cnes.sirius.patrius.math.distribution.HypergeometricDistribution
-
For a random variable X whose values are distributed according
to this distribution, this method returns P(X <= x).
- cumulativeProbability(int) - Method in interface fr.cnes.sirius.patrius.math.distribution.IntegerDistribution
-
For a random variable X whose values are distributed according
to this distribution, this method returns P(X <= x).
- cumulativeProbability(int, int) - Method in interface fr.cnes.sirius.patrius.math.distribution.IntegerDistribution
-
For a random variable X whose values are distributed according
to this distribution, this method returns P(x0 < X <= x1).
- cumulativeProbability(double) - Method in class fr.cnes.sirius.patrius.math.distribution.LogNormalDistribution
-
For a random variable X whose values are distributed according
to this distribution, this method returns P(X <= x).
- cumulativeProbability(double) - Method in class fr.cnes.sirius.patrius.math.distribution.NormalDistribution
-
For a random variable X whose values are distributed according
to this distribution, this method returns P(X <= x).
- cumulativeProbability(int) - Method in class fr.cnes.sirius.patrius.math.distribution.PascalDistribution
-
For a random variable X whose values are distributed according
to this distribution, this method returns P(X <= x).
- cumulativeProbability(int) - Method in class fr.cnes.sirius.patrius.math.distribution.PoissonDistribution
-
For a random variable X whose values are distributed according
to this distribution, this method returns P(X <= x).
- cumulativeProbability(double) - Method in interface fr.cnes.sirius.patrius.math.distribution.RealDistribution
-
For a random variable X whose values are distributed according
to this distribution, this method returns P(X <= x).
- cumulativeProbability(double) - Method in class fr.cnes.sirius.patrius.math.distribution.TDistribution
-
For a random variable X whose values are distributed according
to this distribution, this method returns P(X <= x).
- cumulativeProbability(double) - Method in class fr.cnes.sirius.patrius.math.distribution.TriangularDistribution
-
For a random variable X whose values are distributed according
to this distribution, this method returns P(X <= x).
- cumulativeProbability(int) - Method in class fr.cnes.sirius.patrius.math.distribution.UniformIntegerDistribution
-
For a random variable X whose values are distributed according
to this distribution, this method returns P(X <= x).
- cumulativeProbability(double) - Method in class fr.cnes.sirius.patrius.math.distribution.UniformRealDistribution
-
For a random variable X whose values are distributed according
to this distribution, this method returns P(X <= x).
- cumulativeProbability(double) - Method in class fr.cnes.sirius.patrius.math.distribution.WeibullDistribution
-
For a random variable X whose values are distributed according
to this distribution, this method returns P(X <= x).
- cumulativeProbability(int) - Method in class fr.cnes.sirius.patrius.math.distribution.ZipfDistribution
-
For a random variable X whose values are distributed according
to this distribution, this method returns P(X <= x).
- cumulativeProbability(double) - Method in class fr.cnes.sirius.patrius.math.random.EmpiricalDistribution
-
For a random variable X whose values are distributed according
to this distribution, this method returns P(X <= x).
- CunninghamAttractionModel - Class in fr.cnes.sirius.patrius.forces.gravity
-
This class represents the gravitational field of a celestial body.
- CunninghamAttractionModel(Frame, double, double, double[][], double[][]) - Constructor for class fr.cnes.sirius.patrius.forces.gravity.CunninghamAttractionModel
-
Creates a new instance.
- CunninghamAttractionModel(Frame, double, double, double[][], double[][], int, int) - Constructor for class fr.cnes.sirius.patrius.forces.gravity.CunninghamAttractionModel
-
Creates a new instance.
- CunninghamAttractionModel(Frame, Parameter, Parameter, double[][], double[][]) - Constructor for class fr.cnes.sirius.patrius.forces.gravity.CunninghamAttractionModel
-
- CunninghamAttractionModel(Frame, Parameter, Parameter, double[][], double[][], int, int) - Constructor for class fr.cnes.sirius.patrius.forces.gravity.CunninghamAttractionModel
-
- currentProvider - Variable in class fr.cnes.sirius.patrius.attitudes.AbstractSlew
-
The PV coordinates provider that has been used to compute the maneuver.
- currentState - Variable in class fr.cnes.sirius.patrius.math.ode.sampling.AbstractStepInterpolator
-
current state
- CurveFitter<T extends ParametricUnivariateFunction> - Class in fr.cnes.sirius.patrius.math.fitting
-
Fitter for parametric univariate real functions y = f(x).
- CurveFitter(MultivariateVectorOptimizer) - Constructor for class fr.cnes.sirius.patrius.math.fitting.CurveFitter
-
Simple constructor.
- CX_COEFFICIENT - Static variable in class fr.cnes.sirius.patrius.forces.EmpiricalForce
-
X-component of the C coefficient.
- CY_COEFFICIENT - Static variable in class fr.cnes.sirius.patrius.forces.EmpiricalForce
-
Y-component of the C coefficient.
- CycleCrossover<T> - Class in fr.cnes.sirius.patrius.math.genetics
-
Cycle Crossover [CX] builds offspring from ordered chromosomes by identifying cycles
between two parent chromosomes.
- CycleCrossover() - Constructor for class fr.cnes.sirius.patrius.math.genetics.CycleCrossover
-
- CycleCrossover(boolean) - Constructor for class fr.cnes.sirius.patrius.math.genetics.CycleCrossover
-
Creates a new
CycleCrossover policy using the given
randomStart behavior.
- Cylinder - Interface in fr.cnes.sirius.patrius.math.geometry.euclidean.threed
-
This interface extends the solid shape for the particular case of cylinders.
- CZ_COEFFICIENT - Static variable in class fr.cnes.sirius.patrius.forces.EmpiricalForce
-
Z-component of the C coefficient.
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.events.CentralBodyMaskCircularFOVDetector
-
The switching function is the minimum value between the eclipse detector g function and the circularFOVDetector
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.events.CombinedPhenomenaDetector
-
Compute the value of the switching function for a combination (AND or OR) of two phenomena.
After computing the switching function of each detector and, if necessary, changing its sign
to apply a general convention (g>0 if the phenomenon associated to an event is active), it returns
one between the two g functions, according to the boolean operator.
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.events.EarthZoneDetector
-
Compute the value of the switching function.
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.events.GenericCodingEventDetector
-
- g(Map<String, SpacecraftState>) - Method in class fr.cnes.sirius.patrius.events.multi.MultiGenericCodingEventDetector
-
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.events.sensor.ExtremaSightAxisDetector
-
The switching function is specific case of the extrema three bodies angle detector.
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.events.sensor.MaskingDetector
-
Compute the value of the switching function.
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.events.sensor.RFVisibilityDetector
-
Compute the value of the switching function.
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.events.sensor.SatToSatMutualVisibilityDetector
-
- g(Map<String, SpacecraftState>) - Method in class fr.cnes.sirius.patrius.events.sensor.SatToSatMutualVisibilityDetector
-
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.events.sensor.SensorInhibitionDetector
-
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.events.sensor.SensorVisibilityDetector
-
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.events.sensor.StationToSatMutualVisibilityDetector
-
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.events.sensor.TargetInFieldOfViewDetector
-
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.events.sensor.VisibilityFromStationDetector
-
Compute the value of the switching function.
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ImpulseManeuver
-
Compute the value of the switching function.
- g(double, double[]) - Method in interface fr.cnes.sirius.patrius.math.ode.events.EventHandler
-
Compute the value of the switching function.
- g(double[], long[]) - Method in class fr.cnes.sirius.patrius.math.stat.inference.GTest
-
- g(double[], long[]) - Static method in class fr.cnes.sirius.patrius.math.stat.inference.TestUtils
-
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.AbstractDetector
-
Compute the value of the switching function.
- g(double, double[]) - Method in class fr.cnes.sirius.patrius.propagation.events.AdaptedEventDetector
-
Compute the value of the switching function.
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.AlignmentDetector
-
Compute the value of the switching function.
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.AltitudeDetector
-
Compute the value of the switching function.
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.AnomalyDetector
-
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.AOLDetector
-
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.ApparentElevationDetector
-
Compute the value of the switching function.
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.ApsideDetector
-
Compute the value of the switching function.
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.BetaAngleDetector
-
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.CircularFieldOfViewDetector
-
Compute the value of the switching function.
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.DateDetector
-
Compute the value of the switching function.
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.DihedralFieldOfViewDetector
-
Compute the value of the switching function.
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.DistanceDetector
-
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.EclipseDetector
-
Compute the value of the switching function.
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.ElevationDetector
-
Compute the value of the switching function.
- g(SpacecraftState) - Method in interface fr.cnes.sirius.patrius.propagation.events.EventDetector
-
Compute the value of the switching function.
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.EventShifter
-
Compute the value of the switching function.
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.ExtremaDistanceDetector
-
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.ExtremaElevationDetector
-
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.ExtremaLatitudeDetector
-
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.ExtremaLongitudeDetector
-
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.ExtremaThreeBodiesAngleDetector
-
- g(Map<String, SpacecraftState>) - Method in class fr.cnes.sirius.patrius.propagation.events.ExtremaThreeBodiesAngleDetector
-
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.GroundMaskElevationDetector
-
Compute the value of the switching function.
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.LatitudeDetector
-
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.LocalTimeAngleDetector
-
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.LongitudeDetector
-
- g(double, double[]) - Method in class fr.cnes.sirius.patrius.propagation.events.multi.AdaptedMonoEventDetector
-
- g(double, double[]) - Method in class fr.cnes.sirius.patrius.propagation.events.multi.AdaptedMultiEventDetector
-
- g(Map<String, SpacecraftState>) - Method in class fr.cnes.sirius.patrius.propagation.events.multi.MultiAbstractDetector
-
- g(Map<String, SpacecraftState>) - Method in interface fr.cnes.sirius.patrius.propagation.events.multi.MultiEventDetector
-
Compute the value of the switching function.
- g(Map<String, SpacecraftState>) - Method in class fr.cnes.sirius.patrius.propagation.events.multi.OneSatEventDetectorWrapper
-
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.NadirSolarIncidenceDetector
-
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.NodeDetector
-
Compute the value of the switching function.
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.NthOccurrenceDetector
-
Compute the value of the switching function.
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.NullMassDetector
-
Compute the value of the switching function.
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.NullMassPartDetector
-
Compute the value of the switching function.
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.SolarTimeAngleDetector
-
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.ThreeBodiesAngleDetector
-
Compute the value of the switching function.
- g(Map<String, SpacecraftState>) - Method in class fr.cnes.sirius.patrius.propagation.events.ThreeBodiesAngleDetector
-
- g(SpacecraftState) - Method in class fr.cnes.sirius.patrius.stela.PerigeeAltitudeDetector
-
Compute the value of the switching function.
- G0_STANDARD_GRAVITY - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
Standard gravity constant, used in maneuvers definition: 9.80665 m/s2.
- GALILEO_EPOCH - Static variable in class fr.cnes.sirius.patrius.time.AbsoluteDate
-
Reference epoch for Galileo System Time: 1999-08-22T00:00:00 UTC.
- GALILEO_EPOCH - Static variable in class fr.cnes.sirius.patrius.time.DateComponents
-
Reference epoch for Galileo System Time: 1999-08-22.
- GalileoAlmanacParameters - Class in fr.cnes.sirius.patrius.orbits.pvcoordinates
-
This class is a simple container for galileo almanac parameters.
- GalileoAlmanacParameters(double, int, double, double, double, double, double, double, double) - Constructor for class fr.cnes.sirius.patrius.orbits.pvcoordinates.GalileoAlmanacParameters
-
Creates an instance of Galileo Almanac parameters
- GalileoScale - Class in fr.cnes.sirius.patrius.time
-
Galileo system time scale.
- Gamma - Class in fr.cnes.sirius.patrius.math.special
-
This is a utility class that provides computation methods related to the Γ (Gamma) family of functions.
- GAMMA - Static variable in class fr.cnes.sirius.patrius.math.special.Gamma
-
- gamma(double) - Static method in class fr.cnes.sirius.patrius.math.special.Gamma
-
Returns the value of Γ(x).
- GammaDistribution - Class in fr.cnes.sirius.patrius.math.distribution
-
Implementation of the Gamma distribution.
- GammaDistribution(double, double) - Constructor for class fr.cnes.sirius.patrius.math.distribution.GammaDistribution
-
Creates a new gamma distribution with specified values of the shape and
scale parameters.
- GammaDistribution(double, double, double) - Constructor for class fr.cnes.sirius.patrius.math.distribution.GammaDistribution
-
Creates a new gamma distribution with specified values of the shape and
scale parameters.
- GammaDistribution(RandomGenerator, double, double, double) - Constructor for class fr.cnes.sirius.patrius.math.distribution.GammaDistribution
-
Creates a Gamma distribution.
- Gaussian - Class in fr.cnes.sirius.patrius.math.analysis.function
-
- Gaussian(double, double, double) - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Gaussian
-
Gaussian with given normalization factor, mean and standard deviation.
- Gaussian(double, double) - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Gaussian
-
Normalized gaussian with given mean and standard deviation.
- Gaussian() - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Gaussian
-
Normalized gaussian with zero mean and unit standard deviation.
- Gaussian.Parametric - Class in fr.cnes.sirius.patrius.math.analysis.function
-
Parametric function where the input array contains the parameters of
the Gaussian, ordered as follows:
Norm
Mean
Standard deviation
- Gaussian.Parametric() - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Gaussian.Parametric
-
- GAUSSIAN_MODE - Static variable in class fr.cnes.sirius.patrius.math.random.ValueServer
-
Gaussian random deviates with mean = μ, std dev = σ.
- GaussianFitter - Class in fr.cnes.sirius.patrius.math.fitting
-
- GaussianFitter(MultivariateVectorOptimizer) - Constructor for class fr.cnes.sirius.patrius.math.fitting.GaussianFitter
-
Constructs an instance using the specified optimizer.
- GaussianFitter.ParameterGuesser - Class in fr.cnes.sirius.patrius.math.fitting
-
Guesses the parameters
norm,
mean, and
sigma of a
Gaussian.Parametric based on the specified observed points.
- GaussianFitter.ParameterGuesser(WeightedObservedPoint[]) - Constructor for class fr.cnes.sirius.patrius.math.fitting.GaussianFitter.ParameterGuesser
-
Constructs instance with the specified observed points.
- GaussianRandomGenerator - Class in fr.cnes.sirius.patrius.math.random
-
This class is a gaussian normalized random generator for scalars.
- GaussianRandomGenerator(RandomGenerator) - Constructor for class fr.cnes.sirius.patrius.math.random.GaussianRandomGenerator
-
Create a new generator.
- GaussIntegrator - Class in fr.cnes.sirius.patrius.math.analysis.integration.gauss
-
Class that implements the Gaussian rule for
integrating a weighted
function.
- GaussIntegrator(double[], double[]) - Constructor for class fr.cnes.sirius.patrius.math.analysis.integration.gauss.GaussIntegrator
-
Creates an integrator from the given points and weights.
- GaussIntegrator(Pair<double[], double[]>) - Constructor for class fr.cnes.sirius.patrius.math.analysis.integration.gauss.GaussIntegrator
-
Creates an integrator from the given pair of points (first element of
the pair) and weights (second element of the pair.
- GaussIntegratorFactory - Class in fr.cnes.sirius.patrius.math.analysis.integration.gauss
-
- GaussIntegratorFactory() - Constructor for class fr.cnes.sirius.patrius.math.analysis.integration.gauss.GaussIntegratorFactory
-
- GaussNewtonOptimizer - Class in fr.cnes.sirius.patrius.math.optim.nonlinear.vector.jacobian
-
Gauss-Newton least-squares solver.
- GaussNewtonOptimizer(ConvergenceChecker<PointVectorValuePair>) - Constructor for class fr.cnes.sirius.patrius.math.optim.nonlinear.vector.jacobian.GaussNewtonOptimizer
-
Simple constructor with default settings.
- GaussNewtonOptimizer(boolean, ConvergenceChecker<PointVectorValuePair>) - Constructor for class fr.cnes.sirius.patrius.math.optim.nonlinear.vector.jacobian.GaussNewtonOptimizer
-
- gcd(int, int) - Static method in class fr.cnes.sirius.patrius.math.util.ArithmeticUtils
-
Computes the greatest common divisor of the absolute value of two
numbers, using a modified version of the "binary gcd" method.
- gcd(long, long) - Static method in class fr.cnes.sirius.patrius.math.util.ArithmeticUtils
-
Gets the greatest common divisor of the absolute value of two numbers, using the "binary gcd" method which avoids
division and modulo operations.
- gDataSetsComparison(long[], long[]) - Method in class fr.cnes.sirius.patrius.math.stat.inference.GTest
-
Computes a G (Log-Likelihood Ratio) two sample test statistic for independence comparing frequency counts in
observed1 and observed2.
- gDataSetsComparison(long[], long[]) - Static method in class fr.cnes.sirius.patrius.math.stat.inference.TestUtils
-
- GeneralizedFlamsteedSamson - Class in fr.cnes.sirius.patrius.projections
-
Despite the common name, the "Sanson-Flamsteed" projection was not first studied by either
Nicholas Sanson (ca.
- GeneralizedFlamsteedSamson(GeodeticPoint, ProjectionEllipsoid, double) - Constructor for class fr.cnes.sirius.patrius.projections.GeneralizedFlamsteedSamson
-
Constructor : Mercator constructor is used with :
a pivot point
a reference shape
a cap
parameter centered set to true
parameter series set to false indicating that inverse transformation is done with iterations : slower but
more accurate
- generate(CIPCoordinates, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.CIPCoordinatesGenerator
-
Generate a chronologically sorted list of entries to be cached.
- generate(TidalCorrection, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.tides.TidalCorrectionGenerator
-
Generate a chronologically sorted list of entries to be cached.
- generate(T, AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.time.TimeStampedGenerator
-
Generate a chronologically sorted list of entries to be cached.
- generateEphemeris(Frame) - Method in class fr.cnes.sirius.patrius.attitudes.AbstractAttitudeEphemerisGenerator
-
Computes attitude ephemeris using a fixed or variable time step.
- generateEphemeris(AbsoluteDateInterval, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.AbstractAttitudeEphemerisGenerator
-
Computes attitude ephemeris using a fixed or variable time step and choosing the interval of validity.
- GenericCodingEventDetector - Class in fr.cnes.sirius.patrius.events
-
- GenericCodingEventDetector(EventDetector, String, String, boolean, String) - Constructor for class fr.cnes.sirius.patrius.events.GenericCodingEventDetector
-
- GenericCodingEventDetector(EventDetector, String, String, boolean, String, double, int) - Constructor for class fr.cnes.sirius.patrius.events.GenericCodingEventDetector
-
Constructor for a
GenericCodingEventDetector that supports a
Phenomenon.
A delay and/or an occurrence number can be associated to the events detected by this detector.
When a delay is added to the detected events, two kinds of events will be coded:
- the original events, with their original codes;
- the delayed events, whose codes will be "DELAYED_" followed by the original code.
- GenericCodingEventDetector(EventDetector, String, String) - Constructor for class fr.cnes.sirius.patrius.events.GenericCodingEventDetector
-
- GenericCodingEventDetector(EventDetector, String, String, double, int) - Constructor for class fr.cnes.sirius.patrius.events.GenericCodingEventDetector
-
Constructor for a
GenericCodingEventDetector that does not
support a
Phenomenon.
When a delay is added to the detected events, two kinds of events will be coded:
- the original events, with their original codes;
- the delayed events, whose codes will be "DELAYED_" followed by the original code.
- GenericInterval<T> - Class in fr.cnes.sirius.patrius.math.interval
-
- Generic class to describe an interval.
- GenericInterval(IntervalEndpointType, T, T, IntervalEndpointType) - Constructor for class fr.cnes.sirius.patrius.math.interval.GenericInterval
-
Constructor.
The input parameters have to be not null.
Otherwise a MathIllegalArgumentException is thrown.
- GenericTargetDirection - Class in fr.cnes.sirius.patrius.attitudes.directions
-
Direction described by a target PVCoordinatesProvider.
- GenericTargetDirection(PVCoordinatesProvider) - Constructor for class fr.cnes.sirius.patrius.attitudes.directions.GenericTargetDirection
-
Build a direction from a target described by its
PVCoordinatesProvider
- GenericWrenchModel - Class in fr.cnes.sirius.patrius.wrenches
-
This class represents a generic wrench model.
- GenericWrenchModel(ForceModel, Vector3D) - Constructor for class fr.cnes.sirius.patrius.wrenches.GenericWrenchModel
-
Create a generic wrench model.
- GeneticAlgorithm - Class in fr.cnes.sirius.patrius.math.genetics
-
Implementation of a genetic algorithm.
- GeneticAlgorithm(CrossoverPolicy, double, MutationPolicy, double, SelectionPolicy) - Constructor for class fr.cnes.sirius.patrius.math.genetics.GeneticAlgorithm
-
Create a new genetic algorithm.
- genName(String) - Static method in class fr.cnes.sirius.patrius.assembly.properties.MassEquation
-
Generate a name in the form "MASS_
" for this equation.
- GEODETIC_PRECISION - Static variable in class fr.cnes.sirius.patrius.projections.ProjectionEllipsoid
-
Local precision for geodetic problem computation (in meters).
- GeodeticPoint - Class in fr.cnes.sirius.patrius.bodies
-
Point location relative to a 2D body surface.
- GeodeticPoint(double, double, double) - Constructor for class fr.cnes.sirius.patrius.bodies.GeodeticPoint
-
Build a new instance.
- GeodPosition - Class in fr.cnes.sirius.patrius.stela.bodies
-
Class representing the geodetic representation of a position.
It is used to compute the spacecraft geodetic latitude when computing the atmospheric drag acceleration.
- GeodPosition(double, double) - Constructor for class fr.cnes.sirius.patrius.stela.bodies.GeodPosition
-
Constructor
- GeoMagneticDataProvider - Interface in fr.cnes.sirius.patrius.models.earth
-
Interface for geomagnetic data provider.
- GeoMagneticElements - Class in fr.cnes.sirius.patrius.models.earth
-
Contains the elements to represent a magnetic field at a single point.
- GeoMagneticElements(Vector3D) - Constructor for class fr.cnes.sirius.patrius.models.earth.GeoMagneticElements
-
Construct a new element with the given field vector.
- GeoMagneticField - Class in fr.cnes.sirius.patrius.models.earth
-
Used to calculate the geomagnetic field at a given geodetic point on earth.
- GeoMagneticField(String, double, int, int, double, double) - Constructor for class fr.cnes.sirius.patrius.models.earth.GeoMagneticField
-
Create a new geomagnetic field model with the given parameters.
- GeoMagneticFieldFactory - Class in fr.cnes.sirius.patrius.models.earth
-
- GeoMagneticFieldFactory.FieldModel - Enum in fr.cnes.sirius.patrius.models.earth
-
The currently supported geomagnetic field models.
- GeoMagneticModelReader - Class in fr.cnes.sirius.patrius.models.earth
-
Loads geomagnetic field models from a given input stream.
- GeoMagneticModelReader(String) - Constructor for class fr.cnes.sirius.patrius.models.earth.GeoMagneticModelReader
-
Simple constructor.
- GeometricBodyShape - Interface in fr.cnes.sirius.patrius.bodies
-
Extended interface for celestial bodies shapes : extends the OREKIT's BodyShape interface by adding
geometric methods.
- GeometricMean - Class in fr.cnes.sirius.patrius.math.stat.descriptive.moment
-
- GeometricMean() - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.moment.GeometricMean
-
Create a GeometricMean instance
- GeometricMean(GeometricMean) - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.moment.GeometricMean
-
Copy constructor, creates a new GeometricMean identical
to the original
- GeometricMean(SumOfLogs) - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.moment.GeometricMean
-
Create a GeometricMean instance using the given SumOfLogs instance
- geometricMean(double[]) - Static method in class fr.cnes.sirius.patrius.math.stat.StatUtils
-
Returns the geometric mean of the entries in the input array, or Double.NaN if the array is empty.
- geometricMean(double[], int, int) - Static method in class fr.cnes.sirius.patrius.math.stat.StatUtils
-
Returns the geometric mean of the entries in the specified portion of
the input array, or Double.NaN if the designated subarray
is empty.
- GeometricProperty - Class in fr.cnes.sirius.patrius.assembly.properties
-
This class defines the Geometric Property to be used with
assemblies.
- GeometricProperty(SolidShape) - Constructor for class fr.cnes.sirius.patrius.assembly.properties.GeometricProperty
-
Constructor
- GeometricStationAntenna - Class in fr.cnes.sirius.patrius.groundstation
-
Class representing an a geometric model for a ground station antenna.
It is used in reverse station visibility event detection.
- GeometricStationAntenna(TopocentricFrame, IFieldOfView) - Constructor for class fr.cnes.sirius.patrius.groundstation.GeometricStationAntenna
-
Constructor of the ground station antenna (for reverse visibility detection)
- GeometricStationAntenna(TopocentricFrame, double[][]) - Constructor for class fr.cnes.sirius.patrius.groundstation.GeometricStationAntenna
-
Constructor of the ground station antenna (for reverse visibility detection)
- GEOMETRY_EPSILON - Static variable in class fr.cnes.sirius.patrius.utils.UtilsPatrius
-
Epsilon for the geometry aspects.
- get(int) - Method in class fr.cnes.sirius.patrius.math.util.OpenIntToDoubleHashMap
-
Get the stored value associated with the given key
- get(int) - Method in class fr.cnes.sirius.patrius.math.util.OpenIntToFieldHashMap
-
Get the stored value associated with the given key
- get24HoursKp(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.DTM2000InputParameters
-
Get the last 24H mean geomagnetic index.
- get24HoursKp(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.DTM2000SolarData
-
Get the last 24H mean geomagnetic index.
- get24HoursKp(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.MarshallSolarActivityFutureEstimation
-
The Kp index is derived from the Ap index.
- getA() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.TrigonometricPolynomialFunction
-
Get array of cosine coefficients
- getA(int, double) - Method in class fr.cnes.sirius.patrius.math.util.ContinuedFraction
-
Access the n-th a coefficient of the continued fraction.
- getA() - Method in class fr.cnes.sirius.patrius.orbits.ApsisOrbit
-
Get the semi-major axis.
- getA() - Method in class fr.cnes.sirius.patrius.orbits.CartesianOrbit
-
Get the semi-major axis.
- getA() - Method in class fr.cnes.sirius.patrius.orbits.CircularOrbit
-
Get the semi-major axis.
- getA() - Method in class fr.cnes.sirius.patrius.orbits.EquatorialOrbit
-
Get the semi-major axis.
- getA() - Method in class fr.cnes.sirius.patrius.orbits.EquinoctialOrbit
-
Get the semi-major axis.
- getA() - Method in class fr.cnes.sirius.patrius.orbits.KeplerianOrbit
-
Get the semi-major axis.
- getA() - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
Get the semi-major axis.
- getA() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CircularParameters
-
Get the semi-major axis.
- getA() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquatorialParameters
-
Get the semi-major axis.
- getA() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquinoctialParameters
-
Get the semi-major axis.
- getA() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.KeplerianParameters
-
Get the semi-major axis.
- getA() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.StelaEquinoctialParameters
-
Get the semi-major axis.
- getA() - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get the semi-major axis.
- getA() - Method in class fr.cnes.sirius.patrius.stela.orbits.StelaEquinoctialOrbit
-
Get the semi-major axis.
- getA0() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.TrigonometricPolynomialFunction
-
Get value of order zero coefficient
- getA1() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.RotationOrder
-
Get the axis of the first rotation.
- getA2() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.RotationOrder
-
Get the axis of the second rotation.
- getA3() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.RotationOrder
-
Get the axis of the second rotation.
- getAbscissa(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Line
-
Get the abscissa of a point with respect to the line.
- getAbscissaGrid() - Method in class fr.cnes.sirius.patrius.models.earth.InterpolationTableLoader
-
Returns a copy of the abscissa grid for the interpolation function.
- getAbsoluteAccuracy() - Method in class fr.cnes.sirius.patrius.math.analysis.integration.BaseAbstractUnivariateIntegrator
-
Get the actual absolute accuracy.
- getAbsoluteAccuracy() - Method in interface fr.cnes.sirius.patrius.math.analysis.integration.UnivariateIntegrator
-
Get the actual absolute accuracy.
- getAbsoluteAccuracy() - Method in class fr.cnes.sirius.patrius.math.analysis.solver.BaseAbstractUnivariateSolver
-
Get the absolute accuracy of the solver.
- getAbsoluteAccuracy() - Method in interface fr.cnes.sirius.patrius.math.analysis.solver.BaseUnivariateSolver
-
Get the absolute accuracy of the solver.
- getAbsoluteAccuracy() - Method in class fr.cnes.sirius.patrius.math.dfp.BracketingNthOrderBrentSolverDFP
-
Get the absolute accuracy.
- getAbsoluteThreshold() - Method in class fr.cnes.sirius.patrius.math.optim.AbstractConvergenceChecker
-
- getAbsorptionCoef() - Method in class fr.cnes.sirius.patrius.assembly.properties.RadiativeIRProperty
-
Get the parameter representing the absorption coefficient of the part.
- getAbsorptionRatio() - Method in class fr.cnes.sirius.patrius.assembly.properties.RadiativeProperty
-
Get the parameter representing the ratio of light absorbed: Ka = α.
- getAcceleration() - Method in class fr.cnes.sirius.patrius.frames.transformations.Transform
-
Get the second time derivative of the translation.
- getAcceleration() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.PVCoordinates
-
Gets the acceleration.
- getAccuracy() - Method in class fr.cnes.sirius.patrius.files.general.SatelliteInformation
-
Returns the estimated accuracy of the orbit entries for this
satellite (in m).
- getAddEquations() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaGTOPropagator
-
Get the additional equations.
- getAdditionalEquation(String) - Method in class fr.cnes.sirius.patrius.assembly.models.InertiaComputedModel
-
Get the mass equation related to the part.
- getAdditionalEquation(String) - Method in class fr.cnes.sirius.patrius.assembly.models.InertiaSimpleModel
-
Get the mass equation related to the part.
- getAdditionalEquation(String) - Method in class fr.cnes.sirius.patrius.assembly.models.MassModel
-
Get the mass equation related to the part.
- getAdditionalEquation(String) - Method in interface fr.cnes.sirius.patrius.propagation.MassProvider
-
Get the mass equation related to the part.
- getAdditionalEquation(String) - Method in class fr.cnes.sirius.patrius.propagation.SimpleMassModel
-
Get the mass equation related to the part.
- getAdditionalState(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.propagation.AdditionalStateProvider
-
Get the additional state.
- getAdditionalState(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.SimpleAdditionalStateProvider
-
Get the additional state.
- getAdditionalState(String) - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get one additional state.
- getAdditionalStateDimension() - Method in class fr.cnes.sirius.patrius.propagation.numerical.JacobiansMapper
-
Compute the length of the one-dimensional additional state array needed.
- getAdditionalStates() - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get additional states.
- getAdditionalStatesInfos() - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get the additional states informations map.
- getAdditionalStatesMass() - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get additional states with the prefix "MASS_".
- getAddStatesInfos(String) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiStateVectorInfo
-
Get the additional states informations associated with the given spacecraft ID.
- getAdjustedRSquared() - Method in class fr.cnes.sirius.patrius.math.stat.regression.RegressionResults
-
Returns the adjusted R-squared statistic, defined by the formula
- getAe() - Method in interface fr.cnes.sirius.patrius.forces.gravity.potential.PotentialCoefficientsProvider
-
Get the value of the central body reference radius.
- getAe() - Method in class fr.cnes.sirius.patrius.forces.gravity.potential.PotentialCoefficientsReader
-
Get the value of the central body reference radius.
- getAe() - Method in interface fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.VariablePotentialCoefficientsProvider
-
Get the value of the central body reference radius.
- getAe() - Method in class fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.VariablePotentialCoefficientsReader
-
Get the value of the central body reference radius.
- getAe() - Method in class fr.cnes.sirius.patrius.forces.gravity.variations.VariablePotentialAttractionModel
-
- getAe() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisAltitudeParameters
-
Getter for equatorial radius.
- getAe() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ReentryParameters
-
Getter for equatorial radius.
- getAerodynamicsProperties() - Method in class fr.cnes.sirius.patrius.assembly.Vehicle
-
Returns the aero properties : drag and lift coefficients.
- getAffineLocalExpression(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Ellipsoid
-
Express a Vector3D in ellipsoid local basis.
- getAffineLocalExpression(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCone
-
Express a Vector3D in spheroid local frame.
- getAffineLocalExpression(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCylinder
-
Express a Vector3D in spheroid local frame.
- getAffineStandardExpression(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Ellipsoid
-
Express a Vector3D in standard basis.
- getAffineStandardExpression(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCone
-
Express a Vector3D in standard basis.
- getAffineStandardExpression(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCylinder
-
Express a Vector3D in standard basis.
- getAgency() - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Returns the agency that prepared this SP3 file.
- getAlbedoPressure() - Method in class fr.cnes.sirius.patrius.forces.radiation.ElementaryFlux
-
get the albedo pressure (N/M²)
- getAlignAngle() - Method in class fr.cnes.sirius.patrius.propagation.events.AlignmentDetector
-
Get the alignment angle (rad).
- getAlignmentAngle() - Method in class fr.cnes.sirius.patrius.propagation.events.ThreeBodiesAngleDetector
-
Get the alignment angle.
- getAllDerivatives() - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
Get all partial derivatives.
- getAllPartsNames() - Method in class fr.cnes.sirius.patrius.assembly.Assembly
-
Gets the list of the name of the parts in the assembly (the main part is excluded).
- getAllPartsNames() - Method in class fr.cnes.sirius.patrius.assembly.models.InertiaComputedModel
-
Get the list of the name of the parts.
- getAllPartsNames() - Method in class fr.cnes.sirius.patrius.assembly.models.InertiaSimpleModel
-
Get the list of the name of the parts.
- getAllPartsNames() - Method in class fr.cnes.sirius.patrius.assembly.models.MassModel
-
Get the list of the name of the parts.
- getAllPartsNames() - Method in interface fr.cnes.sirius.patrius.propagation.MassProvider
-
Get the list of the name of the parts.
- getAllPartsNames() - Method in class fr.cnes.sirius.patrius.propagation.SimpleMassModel
-
Get the list of the name of the parts.
- getAlpha(SpacecraftState) - Method in class fr.cnes.sirius.patrius.assembly.models.cook.AlphaConstant
-
Return alpha (energy accomodation coefficient) value.
- getAlpha(SpacecraftState) - Method in class fr.cnes.sirius.patrius.assembly.models.cook.AlphaCookModel
-
Return alpha (energy accomodation coefficient) value.
- getAlpha(SpacecraftState) - Method in interface fr.cnes.sirius.patrius.assembly.models.cook.AlphaProvider
-
Return alpha (energy accomodation coefficient) value.
- getAlpha() - Method in class fr.cnes.sirius.patrius.assembly.properties.AeroProperty
-
Getter for the alpha.
- getAlpha() - Method in class fr.cnes.sirius.patrius.math.distribution.BetaDistribution
-
Access the first shape parameter, alpha.
- getAlpha() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Get the azimuth of the vector.
- getAlpha() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Vector3D
-
Get the azimuth of the vector.
- getAlpha(PositionAngle) - Method in class fr.cnes.sirius.patrius.orbits.CircularOrbit
-
Get the latitude argument.
- getAlpha(PositionAngle) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CircularParameters
-
Get the latitude argument.
- getAlphaE() - Method in class fr.cnes.sirius.patrius.orbits.CircularOrbit
-
Get the eccentric latitude argument.
- getAlphaE() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CircularParameters
-
Get the eccentric latitude argument.
- getAlphaM() - Method in class fr.cnes.sirius.patrius.orbits.CircularOrbit
-
Get the mean latitude argument.
- getAlphaM() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CircularParameters
-
Get the mean latitude argument.
- getAlphaV() - Method in class fr.cnes.sirius.patrius.orbits.CircularOrbit
-
Get the true latitude argument.
- getAlphaV() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CircularParameters
-
Get the true latitude argument.
- getAlt() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Input
-
Getter for alt.
- getAltitude() - Method in class fr.cnes.sirius.patrius.bodies.GeodeticPoint
-
Get the altitude.
- getAltitude() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ReentryParameters
-
Getter for altitude.
- getAltitude() - Method in class fr.cnes.sirius.patrius.propagation.events.AltitudeDetector
-
Get the threshold altitude value.
- getAltitude() - Method in class fr.cnes.sirius.patrius.stela.PerigeeAltitudeDetector
-
Get the threshold altitude value.
- getAncestor(int) - Method in class fr.cnes.sirius.patrius.frames.Frame
-
Get the nth ancestor of the frame.
- getAnelasticityCorrectionLoveNumber2() - Method in interface fr.cnes.sirius.patrius.forces.gravity.tides.ITerrestrialTidesDataProvider
-
Get second degree Love number for the third body perturbation.
- getAnelasticityCorrectionLoveNumber2() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.TerrestrialTidesDataProvider
-
- getAnelasticityCorrectionLoveNumber3() - Method in interface fr.cnes.sirius.patrius.forces.gravity.tides.ITerrestrialTidesDataProvider
-
Get third degree Love number for the third body perturbation.
- getAnelasticityCorrectionLoveNumber3() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.TerrestrialTidesDataProvider
-
- getAngle() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldRotation
-
Get the angle of the rotation.
- getAngle() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRightCircularCone
-
- getAngle() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.RightCircularCone
-
- getAngle() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Rotation
-
Get the angle of the rotation.
- getAngle() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Line
-
Get the angle of the line.
- getAngle() - Method in class fr.cnes.sirius.patrius.propagation.events.BetaAngleDetector
-
Returns beta angle triggering the event.
- getAngleBewteen2Vector3D(Vector3D, Vector3D) - Static method in class fr.cnes.sirius.patrius.math.interval.AngleTools
-
Computes the angle between 2 vectors 3D.
- getAngleFromCosineAndSine(double, double) - Static method in class fr.cnes.sirius.patrius.math.interval.AngleTools
-
Computes an angle from the sine and the cosine
- getAngles(RotationOrder) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldRotation
-
Get the Cardan or Euler angles corresponding to the instance.
- getAngles(RotationOrder) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Rotation
-
Get the Cardan or Euler angles corresponding to the instance.
- getAngleU() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.EllipticCone
-
- getAngleU() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRectangleCone
-
- getAngleV() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.EllipticCone
-
- getAngleV() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRectangleCone
-
- getAngleX() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCone
-
This method returns the angle of the cone along X axis
- getAngleY() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCone
-
This method returns the angle of the cone along Y axis
- getAngular() - Method in class fr.cnes.sirius.patrius.frames.transformations.Transform
-
Get the orientation and rotation rate of the "destination" frame in the "origin" one.
- getAngularDistance(Vector3D) - Method in class fr.cnes.sirius.patrius.fieldsofview.AzimuthElevationField
-
Computes the angular distance between a vector and the border of the field.
- getAngularDistance(Vector3D) - Method in class fr.cnes.sirius.patrius.fieldsofview.BooleanField
-
Computes the angular distance between a vector and the border of the field.
- getAngularDistance(Vector3D) - Method in class fr.cnes.sirius.patrius.fieldsofview.CircularField
-
Computes the angular distance between a vector and the border of the field.
- getAngularDistance(Vector3D) - Method in class fr.cnes.sirius.patrius.fieldsofview.EllipticField
-
Computes the angular distance between a vector and the border of the field.
- getAngularDistance(Vector3D) - Method in interface fr.cnes.sirius.patrius.fieldsofview.IFieldOfView
-
Computes the angular distance between a vector and the border of the field.
- getAngularDistance(Vector3D) - Method in class fr.cnes.sirius.patrius.fieldsofview.InvertField
-
Computes the angular distance between a vector and the border of the field.
- getAngularDistance(Vector3D) - Method in class fr.cnes.sirius.patrius.fieldsofview.OmnidirectionalField
-
this method has no sense in the case of an omnidirectional field.
- getAngularDistance(Vector3D) - Method in class fr.cnes.sirius.patrius.fieldsofview.PyramidalField
-
- getAngularDistance(Vector3D) - Method in class fr.cnes.sirius.patrius.fieldsofview.RectangleField
-
Computes the angular distance between a vector and the border of the field.
- getAngularDistance(Vector3D) - Method in class fr.cnes.sirius.patrius.fieldsofview.SectorField
-
Computes the angular distance between a vector and the border of the field.
- getAngularFrequencies() - Method in class fr.cnes.sirius.patrius.guidance.AngularVelocitiesHarmonicProfile
-
- getAngularFrequencies() - Method in class fr.cnes.sirius.patrius.guidance.QuaternionHarmonicProfile
-
- getAngularFrequency() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.FourierSeries
-
- getAngularVelocity() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.PVCoordinates
-
Get the angular velocity (spin) of this point as seen from the origin.
- getAnomaly(PositionAngle) - Method in class fr.cnes.sirius.patrius.orbits.ApsisOrbit
-
Get the anomaly.
- getAnomaly(PositionAngle) - Method in class fr.cnes.sirius.patrius.orbits.EquatorialOrbit
-
Get the anomaly.
- getAnomaly(PositionAngle) - Method in class fr.cnes.sirius.patrius.orbits.KeplerianOrbit
-
Get the anomaly.
- getAnomaly(PositionAngle) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisAltitudeParameters
-
Get the anomaly.
- getAnomaly(PositionAngle) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisRadiusParameters
-
Get the anomaly.
- getAnomaly(PositionAngle) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquatorialParameters
-
Get the anomaly.
- getAnomaly(PositionAngle) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.KeplerianParameters
-
Get the anomaly.
- getAnomaly() - Method in class fr.cnes.sirius.patrius.propagation.events.AnomalyDetector
-
Get the anomaly to detect.
- getAnomalyType() - Method in class fr.cnes.sirius.patrius.propagation.events.AnomalyDetector
-
Get the type of anomaly to detect.
- getAOL() - Method in class fr.cnes.sirius.patrius.propagation.events.AOLDetector
-
Get the AOL to detect.
- getAOLFrame() - Method in class fr.cnes.sirius.patrius.propagation.events.AOLDetector
-
Get the reference frame.
- getAolModel() - Method in class fr.cnes.sirius.patrius.propagation.analytical.twod.Analytical2DOrbitModel
-
Get the argument of latitude parameter model.
- getAOLType() - Method in class fr.cnes.sirius.patrius.propagation.events.AOLDetector
-
Get the type of AOL to detect.
- getAp(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.JB2006InputParameters
-
Get the Geomagnetic planetary 3-hour index Ap.
- getAp() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.ApCoef
-
Getter for AP.
- getAp() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Input
-
Getter for ap.
- getAp(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.ConstantSolarActivity
-
Get Ap value at given user date
- getAp(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.ExtendedSolarActivityWrapper
-
Get Ap value at given user date
- getAp(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataProvider
-
Get Ap value at given user date
- getAp(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataReader
-
Get Ap value at given user date
- getApA() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Input
-
Getter for apA.
- getApertureX() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCone
-
This method returns the aperture of the cone along X axis
- getApertureY() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCone
-
This method returns the aperture of the cone along Y axis
- getApKpMaxDate() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.ConstantSolarActivity
-
Get maximum date of ap / kp values
- getApKpMaxDate() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.ExtendedSolarActivityWrapper
-
Get maximum date of ap / kp values
- getApKpMaxDate() - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataProvider
-
Get maximum date of ap / kp values
- getApKpMaxDate() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataReader
-
Get maximum date of ap / kp values
- getApKpMinDate() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.ConstantSolarActivity
-
Get minimum date of ap / kp values
- getApKpMinDate() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.ExtendedSolarActivityWrapper
-
Get minimum date of ap / kp values
- getApKpMinDate() - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataProvider
-
Get minimum date of ap / kp values
- getApKpMinDate() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataReader
-
Get minimum date of ap / kp values
- getApKpValues(AbsoluteDate, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.ConstantSolarActivity
-
Get ap / kp values between the given dates
- getApKpValues(AbsoluteDate, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.ExtendedSolarActivityWrapper
-
Get ap / kp values between the given dates
- getApKpValues(AbsoluteDate, AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataProvider
-
Get ap / kp values between the given dates
- getApKpValues(AbsoluteDate, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataReader
-
Get ap / kp values between the given dates
- getApoapsis() - Method in class fr.cnes.sirius.patrius.orbits.ApsisOrbit
-
Get the apoapsis.
- getApoapsis() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisRadiusParameters
-
Get the apoapsis.
- getApoapsisAltitude() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisAltitudeParameters
-
Get the apoapsis altitude.
- getApplicationPoint() - Method in class fr.cnes.sirius.patrius.assembly.properties.AeroApplicationPoint
-
Get the application point in the given frame at the given date.
- getApplicationPoint() - Method in class fr.cnes.sirius.patrius.assembly.properties.RadiativeApplicationPoint
-
Get the application point in the part frame
- getApsisAltitudeParameters(double) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisAltitudeParameters
-
Convert current orbital parameters into apsis (using altitude) parameters.
- getApsisAltitudeParameters(double) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisRadiusParameters
-
Convert current orbital parameters into apsis (using altitude) parameters.
- getApsisAltitudeParameters(double) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CartesianParameters
-
Convert current orbital parameters into apsis (using altitude) parameters.
- getApsisAltitudeParameters(double, double) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CartesianParameters
-
Convert current orbital parameters into apsis (using altitude) parameters.
- getApsisAltitudeParameters(double) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CircularParameters
-
Convert current orbital parameters into apsis (using altitude) parameters.
- getApsisAltitudeParameters(double) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquatorialParameters
-
Convert current orbital parameters into apsis (using altitude) parameters.
- getApsisAltitudeParameters(double) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquinoctialParameters
-
Convert current orbital parameters into apsis (using altitude) parameters.
- getApsisAltitudeParameters(double) - Method in interface fr.cnes.sirius.patrius.orbits.orbitalparameters.IOrbitalParameters
-
Convert current orbital parameters into apsis (using altitude) parameters.
- getApsisAltitudeParameters(double) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.KeplerianParameters
-
Convert current orbital parameters into apsis (using altitude) parameters.
- getApsisAltitudeParameters(double) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ReentryParameters
-
Convert current orbital parameters into apsis (using altitude) parameters.
- getApsisAltitudeParameters(double) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.StelaEquinoctialParameters
-
Convert current orbital parameters into apsis (using altitude) parameters.
- getApsisParameters() - Method in class fr.cnes.sirius.patrius.orbits.ApsisOrbit
-
Getter for underlying apsis parameters.
- getApsisRadiusParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisAltitudeParameters
-
Convert current orbital parameters into apsis (using radius) parameters.
- getApsisRadiusParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisRadiusParameters
-
Convert current orbital parameters into apsis (using radius) parameters.
- getApsisRadiusParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CartesianParameters
-
Convert current orbital parameters into apsis (using radius) parameters.
- getApsisRadiusParameters(double) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CartesianParameters
-
Convert current orbital parameters into apsis (using radius) parameters.
- getApsisRadiusParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CircularParameters
-
Convert current orbital parameters into apsis (using radius) parameters.
- getApsisRadiusParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquatorialParameters
-
Convert current orbital parameters into apsis (using radius) parameters.
- getApsisRadiusParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquinoctialParameters
-
Convert current orbital parameters into apsis (using radius) parameters.
- getApsisRadiusParameters() - Method in interface fr.cnes.sirius.patrius.orbits.orbitalparameters.IOrbitalParameters
-
Convert current orbital parameters into apsis (using radius) parameters.
- getApsisRadiusParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.KeplerianParameters
-
Convert current orbital parameters into apsis (using radius) parameters.
- getApsisRadiusParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ReentryParameters
-
Convert current orbital parameters into apsis (using radius) parameters.
- getApsisRadiusParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.StelaEquinoctialParameters
-
Convert current orbital parameters into apsis (using radius) parameters.
- getApValues(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.MSISE2000InputParameters
-
Get the array containing the 7 ap values
- getApValues(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.AbstractMSISE2000SolarData
-
Get the array containing the 7 ap values
- getApValues(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.ClassicalMSISE2000SolarData
-
Get the array containing the 7 ap values
- getApValues(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.ContinuousMSISE2000SolarData
-
Get the array containing the 7 ap values
- getArea() - Method in class fr.cnes.sirius.patrius.assembly.properties.features.Facet
-
- getArgument() - Method in class fr.cnes.sirius.patrius.math.complex.Complex
-
Compute the argument of this complex number.
- getArgument() - Method in exception fr.cnes.sirius.patrius.math.exception.MathIllegalNumberException
-
- getArity() - Method in class fr.cnes.sirius.patrius.math.genetics.TournamentSelection
-
Gets the arity (number of chromosomes drawn to the tournament).
- getArrayRef() - Method in class fr.cnes.sirius.patrius.math.util.ResizableDoubleArray
-
Provides direct access to the internal storage array.
- getAssembly() - Method in class fr.cnes.sirius.patrius.assembly.models.SensorModel
-
- getAssembly() - Method in class fr.cnes.sirius.patrius.events.sensor.MaskingDetector
-
Get the assembly.
- getAssembly() - Method in class fr.cnes.sirius.patrius.events.sensor.SecondarySpacecraft
-
- getAssembly() - Method in class fr.cnes.sirius.patrius.events.sensor.SensorInhibitionDetector
-
Get the assembly.
- getAssembly() - Method in class fr.cnes.sirius.patrius.events.sensor.SensorVisibilityDetector
-
Get the assembly.
- getAssembly() - Method in class fr.cnes.sirius.patrius.events.sensor.StationToSatMutualVisibilityDetector
-
Get the assembly.
- getAssembly() - Method in class fr.cnes.sirius.patrius.events.sensor.TargetInFieldOfViewDetector
-
Get the assembly.
- getAtmosphericLoss(double) - Method in class fr.cnes.sirius.patrius.groundstation.RFStationAntenna
-
Gets the atmospheric loss using a spline interpolation.
- getAttitude(Orbit) - Method in class fr.cnes.sirius.patrius.attitudes.AbstractAttitudeLaw
-
Compute the attitude corresponding to an orbital state.
- getAttitude(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.AbstractIsisSpinBiasSlew
-
Compute the attitude.
- getAttitude(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.AbstractSlew
-
- getAttitude(Orbit) - Method in class fr.cnes.sirius.patrius.attitudes.AbstractSlew
-
Compute the attitude corresponding to an orbital state.
- getAttitude(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.AeroAttitudeLaw
-
Compute the attitude corresponding to an orbital state.
- getAttitude(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeLawLeg
-
- getAttitude(Orbit) - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeLawLeg
-
Compute the attitude corresponding to an orbital state.
- getAttitude(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeLegLaw
-
Compute the attitude corresponding to an orbital state.
- getAttitude(Orbit) - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeLegLaw
-
Compute the attitude corresponding to an orbital state.
- getAttitude(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeLegsSequence
-
Gets the attitude from the sequence.
The AttitudeLeg matching the date is called to compute the attitude.
- getAttitude(Orbit) - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeLegsSequence
-
Compute the attitude corresponding to an orbital state.
- getAttitude(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in interface fr.cnes.sirius.patrius.attitudes.AttitudeProvider
-
Compute the attitude corresponding to an orbital state.
- getAttitude(Orbit) - Method in interface fr.cnes.sirius.patrius.attitudes.AttitudeProvider
-
Compute the attitude corresponding to an orbital state.
- getAttitude(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.AttitudesSequence
-
Compute the attitude corresponding to an orbital state.
- getAttitude(Orbit) - Method in class fr.cnes.sirius.patrius.attitudes.AttitudesSequence
-
Compute the attitude corresponding to an orbital state.
- getAttitude(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.BodyCenterPointing
-
Compute the attitude corresponding to an orbital state.
- getAttitude(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.CelestialBodyPointed
-
Compute the attitude corresponding to an orbital state.
- getAttitude(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.ComposedAttitudeLaw
-
- getAttitude(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.ConstantAttitudeLaw
-
Compute the attitude corresponding to an orbital state.
- getAttitude(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.ConstantSpinSlew
-
- getAttitude(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.FixedRate
-
Compute the attitude corresponding to an orbital state.
- getAttitude(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.GroundPointing
-
Compute the attitude corresponding to an orbital state.
- getAttitude(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.IsisSunPointing
-
Compute the attitude corresponding to an orbital state.
- getAttitude(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.LofOffset
-
Compute the attitude corresponding to an orbital state.
- getAttitude(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.LofOffsetPointing
-
Compute the attitude corresponding to an orbital state.
- getAttitude(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.RelativeTabulatedAttitudeLaw
-
Compute the attitude corresponding to an orbital state.
- getAttitude(Orbit) - Method in class fr.cnes.sirius.patrius.attitudes.RelativeTabulatedAttitudeLaw
-
Compute the attitude corresponding to an orbital state.
- getAttitude(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.RelativeTabulatedAttitudeLeg
-
Compute the attitude corresponding to an orbital state.
- getAttitude(Orbit) - Method in class fr.cnes.sirius.patrius.attitudes.RelativeTabulatedAttitudeLeg
-
Compute the attitude corresponding to an orbital state.
- getAttitude(AbsoluteDate, Frame) - Method in interface fr.cnes.sirius.patrius.attitudes.Slew
-
Compute the attitude.
- getAttitude(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.SpinStabilized
-
Compute the attitude corresponding to an orbital state.
- getAttitude(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.TabulatedAttitude
-
Compute the attitude corresponding to an orbital state.
- getAttitude(Orbit) - Method in class fr.cnes.sirius.patrius.attitudes.TabulatedAttitude
-
Compute the attitude corresponding to an orbital state.
- getAttitude(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.TargetPointing
-
Compute the attitude corresponding to an orbital state.
- getAttitude(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.TwoDirectionsAttitude
-
Compute the attitude corresponding to an orbital state.
- getAttitude(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.TwoSpinBiasSlew
-
- getAttitude(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.YawCompensation
-
Compute the attitude corresponding to an orbital state.
- getAttitude(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.YawSteering
-
Compute the attitude corresponding to an orbital state.
- getAttitude(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.guidance.AngularVelocitiesHarmonicProfile
-
Compute the attitude corresponding to an orbital state.
- getAttitude(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.guidance.AngularVelocitiesPolynomialProfile
-
Compute the attitude corresponding to an orbital state.
- getAttitude(Orbit) - Method in class fr.cnes.sirius.patrius.guidance.GuidanceProfile
-
Compute the attitude corresponding to an orbital state.
- getAttitude(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.guidance.QuaternionHarmonicProfile
-
Compute the attitude corresponding to an orbital state.
- getAttitude(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.guidance.QuaternionPolynomialProfile
-
Compute the attitude corresponding to an orbital state.
- getAttitude() - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get the default attitude : the attitude for forces computation.
- getAttitude(Frame) - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get the default attitude : the attitude for forces computation in given output frame.
- getAttitude(LOFType) - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get the default attitude : the attitude for forces computation in given local
orbital frame.
- getAttitudeEvents() - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get the attitude for events computation.
- getAttitudeEvents(Frame) - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get the attitude for events computation in given output frame.
- getAttitudeEvents(LOFType) - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get the attitude for events computation in given local orbital frame.
- getAttitudeForces() - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get the attitude for forces computation.
- getAttitudeForces(Frame) - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get the attitude for forces computation in given output frame.
- getAttitudeForces(LOFType) - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get the attitude for forces computation in given local orbital frame.
- getAttitudeLaw() - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeFrame
-
- getAttitudeLaw() - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeLawLeg
-
Gets the attitude law provider associated to the current attitude leg.
- getAttitudeLeg(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeLegsSequence
-
- getAttitudeLeg(String) - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeLegsSequence
-
Get the attitude leg in the sequence with the selected code.
- getAttitudeProvider() - Method in class fr.cnes.sirius.patrius.propagation.AbstractPropagator
-
Get attitude provider.
- getAttitudeProvider(String) - Method in interface fr.cnes.sirius.patrius.propagation.MultiPropagator
-
Get the default attitude provider.
- getAttitudeProvider(String) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
- getAttitudeProvider() - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Get attitude provider.
- getAttitudeProvider() - Method in interface fr.cnes.sirius.patrius.propagation.Propagator
-
Get attitude provider.
- getAttitudeProvider() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Get attitude provider.
- getAttitudeProviderEvents() - Method in class fr.cnes.sirius.patrius.propagation.AbstractPropagator
-
Get attitude provider for events computation.
- getAttitudeProviderEvents(String) - Method in interface fr.cnes.sirius.patrius.propagation.MultiPropagator
-
Get the attitude provider for events computation.
- getAttitudeProviderEvents(String) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
- getAttitudeProviderEvents() - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Get attitude provider for events computation.
- getAttitudeProviderEvents() - Method in interface fr.cnes.sirius.patrius.propagation.Propagator
-
Get attitude provider for events computation.
- getAttitudeProviderEvents() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Get attitude provider for events computation.
- getAttitudeProviderForces() - Method in class fr.cnes.sirius.patrius.propagation.AbstractPropagator
-
Get attitude provider for forces computation.
- getAttitudeProviderForces(String) - Method in interface fr.cnes.sirius.patrius.propagation.MultiPropagator
-
Get the attitude provider for forces computation.
- getAttitudeProviderForces(String) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
- getAttitudeProviderForces() - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Get attitude provider for forces computation.
- getAttitudeProviderForces() - Method in interface fr.cnes.sirius.patrius.propagation.Propagator
-
Get attitude provider for forces computation.
- getAttitudeProviderForces() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Get attitude provider for forces computation.
- getAttitudes() - Method in class fr.cnes.sirius.patrius.attitudes.TabulatedAttitude
-
Get the non-interpolated and rightly ordered attitudes.
- getAttitudeType() - Method in class fr.cnes.sirius.patrius.propagation.numerical.AttitudeEquation
-
Get the attitude type.
- getAttitudeType() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAttitudeAdditionalEquations
-
Get the attitude type.
- getAttribute() - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.BSPTree
-
Get the attribute associated with the instance.
- getAvailableForceModels() - Method in class fr.cnes.sirius.patrius.stela.propagation.data.TimeDerivativeData
-
Returns available force models.
- getAvailableForceModelsSTM() - Method in class fr.cnes.sirius.patrius.stela.propagation.data.TimeDerivativeData
-
Returns available force models for state transition matrix.
- getAvailableLocales() - Static method in class fr.cnes.sirius.patrius.math.complex.ComplexFormat
-
Get the set of locales for which complex formats are available.
- getAvailableLocales() - Static method in class fr.cnes.sirius.patrius.math.fraction.BigFractionFormat
-
Get the set of locales for which complex formats are available.
- getAvailableLocales() - Static method in class fr.cnes.sirius.patrius.math.fraction.FractionFormat
-
Get the set of locales for which complex formats are available.
- getAvailableLocales() - Static method in class fr.cnes.sirius.patrius.math.geometry.VectorFormat
-
Get the set of locales for which point/vector formats are available.
- getAvailableLocales() - Static method in class fr.cnes.sirius.patrius.math.linear.RealMatrixFormat
-
Get the set of locales for which real vectors formats are available.
- getAvailableLocales() - Static method in class fr.cnes.sirius.patrius.math.linear.RealVectorFormat
-
Get the set of locales for which real vectors formats are available.
- getAvailableParameters() - Method in class fr.cnes.sirius.patrius.propagation.numerical.PartialDerivativesEquations
-
Get the names of the available parameters in the propagator.
- getAvailableSatelliteNumbers() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLESeries
-
Get the available satellite numbers.
- getAverageFlux(AbsoluteDate, AbsoluteDate, SolarActivityDataProvider) - Static method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityToolbox
-
Compute mean flux between given dates.
- getAx() - Method in class fr.cnes.sirius.patrius.forces.EmpiricalForce
-
Get the parametereziable function for the Ax coefficient.
- getAxis() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldRotation
-
Get the normalized axis of the rotation.
- getAxis() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRectangleCone
-
- getAxis() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRightCircularCone
-
- getAxis() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Rotation
-
Get the normalized axis of the rotation.
- getAxis1() - Method in class fr.cnes.sirius.patrius.propagation.events.DihedralFieldOfViewDetector
-
Get the direction of fov 1st dihedral axis.
- getAxis2() - Method in class fr.cnes.sirius.patrius.propagation.events.DihedralFieldOfViewDetector
-
Get the direction of fov 2nd dihedral axis.
- getAy() - Method in class fr.cnes.sirius.patrius.forces.EmpiricalForce
-
Get the parametereziable function for the Ay coefficient.
- getAz() - Method in class fr.cnes.sirius.patrius.forces.EmpiricalForce
-
Get the parametereziable function for the Az coefficient.
- getAzimuth(Vector3D, Frame, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.TopocentricFrame
-
Get the azimuth of a point with regards to the topocentric frame center point.
- getAzimuth() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ReentryParameters
-
Getter for azimuth of velocity.
- getAzimuth() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.TopocentricPosition
-
Get the azimuth angle.
- getAzimuth() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.TopocentricPV
-
Get the azimuth angle.
- getAzimuth() - Method in class fr.cnes.sirius.patrius.projections.Mercator
-
Get the azimuth of the projection (CLOCKWISE).
- getAzimuthRate(PVCoordinates, Frame, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.TopocentricFrame
-
Get the azimuth rate of a point.
- getAzimuthRate() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.TopocentricPV
-
Get the azimuth rate.
- getB() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.TrigonometricPolynomialFunction
-
Get array of sine coefficients
- getB(int, double) - Method in class fr.cnes.sirius.patrius.math.util.ContinuedFraction
-
Access the n-th b coefficient of the continued fraction.
- getBalmino(EarthGravitationalModelFactory.GravityFieldNames, String, int, int, boolean) - Static method in class fr.cnes.sirius.patrius.forces.gravity.EarthGravitationalModelFactory
-
Create an instance of a central body attraction with normalized coefficients, Helmholtz Polynomials (Balmino
model) and specific data.
- getBarycenter() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.Interval
-
Get the barycenter of the interval.
- getBarycenter() - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.AbstractRegion
-
Get the barycenter of the instance.
- getBarycenter() - Method in interface fr.cnes.sirius.patrius.math.geometry.partitioning.Region
-
Get the barycenter of the instance.
- getBaseState(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.GroundPointingWrapper
-
Compute the base system state at given date, without compensation.
- getBasicDimension() - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Get state vector dimension without additional parameters.
- getBeta() - Method in class fr.cnes.sirius.patrius.math.distribution.BetaDistribution
-
Access the second shape parameter, beta.
- getBiggerLength() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.PolygonsSet
-
Get the polygon's bigger length, i.e.
- getBinCount() - Method in class fr.cnes.sirius.patrius.math.random.EmpiricalDistribution
-
Returns the number of bins.
- getBinStats() - Method in class fr.cnes.sirius.patrius.math.random.EmpiricalDistribution
-
Returns a List of
SummaryStatistics instances containing
statistics describing the values in each of the bins.
- getBitRate() - Method in class fr.cnes.sirius.patrius.assembly.properties.RFAntennaProperty
-
- getBody(String) - Static method in class fr.cnes.sirius.patrius.bodies.CelestialBodyFactory
-
Get a celestial body.
- getBody() - Method in class fr.cnes.sirius.patrius.propagation.events.DistanceDetector
-
Returns the body.
- getBody() - Method in class fr.cnes.sirius.patrius.propagation.events.ExtremaDistanceDetector
-
- getBodyFrame() - Method in class fr.cnes.sirius.patrius.attitudes.GroundPointing
-
Get the body frame.
- getBodyFrame() - Method in interface fr.cnes.sirius.patrius.bodies.BodyShape
-
Get body frame related to body shape.
- getBodyFrame() - Method in class fr.cnes.sirius.patrius.bodies.ExtendedOneAxisEllipsoid
-
- getBodyFrame() - Method in class fr.cnes.sirius.patrius.bodies.OneAxisEllipsoid
-
Get the body frame related to body shape.
- getBodyFrame() - Method in class fr.cnes.sirius.patrius.propagation.events.ExtremaLatitudeDetector
-
Returns the body frame.
- getBodyFrame() - Method in class fr.cnes.sirius.patrius.propagation.events.ExtremaLongitudeDetector
-
Returns the body frame.
- getBodyFrame() - Method in class fr.cnes.sirius.patrius.propagation.events.LongitudeDetector
-
Returns central body frame.
- getBodyOrientedFrame() - Method in class fr.cnes.sirius.patrius.bodies.AbstractCelestialBody
-
Get a body oriented, body centered frame.
- getBodyOrientedFrame() - Method in interface fr.cnes.sirius.patrius.bodies.CelestialBody
-
Get a body oriented, body centered frame.
- getBodyShape() - Method in class fr.cnes.sirius.patrius.attitudes.GroundPointing
-
Get the body shape.
- getBodyShape() - Method in class fr.cnes.sirius.patrius.propagation.events.AltitudeDetector
-
Get the body shape.
- getBoundarySize() - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.AbstractRegion
-
Get the size of the boundary.
- getBoundarySize() - Method in interface fr.cnes.sirius.patrius.math.geometry.partitioning.Region
-
Get the size of the boundary.
- getBoundIsAllowed() - Method in exception fr.cnes.sirius.patrius.math.exception.NumberIsTooLargeException
-
- getBoundIsAllowed() - Method in exception fr.cnes.sirius.patrius.math.exception.NumberIsTooSmallException
-
- getBracketingStep() - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.gradient.NonLinearConjugateGradientOptimizer.BracketingStep
-
Gets the initial step.
- getBStar() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLE
-
Get the ballistic coefficient.
- getBx() - Method in class fr.cnes.sirius.patrius.forces.EmpiricalForce
-
Get the parametereziable function for the Bx coefficient.
- getBy() - Method in class fr.cnes.sirius.patrius.forces.EmpiricalForce
-
Get the parametereziable function for the By coefficient.
- getBz() - Method in class fr.cnes.sirius.patrius.forces.EmpiricalForce
-
Get the parametereziable function for the Bz coefficient.
- getC(int, int, boolean) - Method in interface fr.cnes.sirius.patrius.forces.gravity.potential.PotentialCoefficientsProvider
-
Get the tesseral-sectorial and zonal coefficients.
- getC(int, int, boolean) - Method in class fr.cnes.sirius.patrius.forces.gravity.potential.PotentialCoefficientsReader
-
Get the tesseral-sectorial and zonal coefficients.
- getC() - Method in class fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.VariablePotentialCoefficientsSet
-
- getC1() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plate
-
- getC2() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plate
-
- getC3() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plate
-
- getC4() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plate
-
- getCacheSlotsNumber() - Static method in class fr.cnes.sirius.patrius.utils.PatriusConfiguration
-
Get the number of slots to use in caches.
- getCalendarWeek() - Method in class fr.cnes.sirius.patrius.time.DateComponents
-
Get the calendar week number.
- getCalls() - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
Get the number of calls to the differential equations computation method.
- getCalls() - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Get the number of calls to the differential equations computation method.
- getCapacity() - Method in class fr.cnes.sirius.patrius.math.util.ResizableDoubleArray
-
Gets the currently allocated size of the internal data structure used
for storing elements.
- getCapitalizedAbbreviation() - Method in enum fr.cnes.sirius.patrius.time.Month
-
Get the capitalized three letters abbreviation.
- getCapitalizedName() - Method in enum fr.cnes.sirius.patrius.time.Month
-
Get the capitalized full name.
- getCardanMountPosition() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.CardanMountPV
-
Get the Cardan mount position.
- getCartesian() - Method in class fr.cnes.sirius.patrius.frames.transformations.Transform
-
Get the position and velocity of the "destination" frame in the "origin" one.
- getCartesianCoordinates(double, double) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Ellipsoid
-
Convert from Ellipsoid to Cartesian coordinates
- getCartesianParameters() - Method in class fr.cnes.sirius.patrius.orbits.CartesianOrbit
-
Getter for underlying circular parameters.
- getCartesianParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisAltitudeParameters
-
Convert current orbital parameters into cartesian parameters.
- getCartesianParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisRadiusParameters
-
Convert current orbital parameters into cartesian parameters.
- getCartesianParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CartesianParameters
-
Convert current orbital parameters into cartesian parameters.
- getCartesianParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CircularParameters
-
Convert current orbital parameters into cartesian parameters.
- getCartesianParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquatorialParameters
-
Convert current orbital parameters into cartesian parameters.
- getCartesianParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquinoctialParameters
-
Convert current orbital parameters into cartesian parameters.
- getCartesianParameters() - Method in interface fr.cnes.sirius.patrius.orbits.orbitalparameters.IOrbitalParameters
-
Convert current orbital parameters into cartesian parameters.
- getCartesianParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.KeplerianParameters
-
Convert current orbital parameters into cartesian parameters.
- getCartesianParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ReentryParameters
-
Convert current orbital parameters into cartesian parameters.
- getCartesianParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.StelaEquinoctialParameters
-
Convert current orbital parameters into cartesian parameters.
- getCc() - Method in class fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.VariablePotentialCoefficientsSet
-
- getCcm() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsSet
-
- getCcp() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsSet
-
- getCd(Vector3D) - Method in class fr.cnes.sirius.patrius.stela.forces.drag.StelaCd
-
Compute the value of the Cd coefficient depending on spacecraft altitude.
- getCell(Vector<S>) - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.BSPTree
-
Get the cell to which a point belongs.
- getCenter() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.AbstractEllipse
-
- getCenter() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Ellipsoid
-
Get ellipsoid center
- getCenter() - Method in interface fr.cnes.sirius.patrius.math.geometry.euclidean.threed.IEllipsoid
-
Get ellipsoids' center
- getCenter() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Parallelepiped
-
- getCenter() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plate
-
- getCenter() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Sphere
-
- getCenter() - Method in class fr.cnes.sirius.patrius.math.stat.clustering.Cluster
-
Get the point chosen to be the center of this cluster.
- getCenter() - Method in class fr.cnes.sirius.patrius.propagation.events.CircularFieldOfViewDetector
-
Get the direction of fov center.
- getCenter() - Method in class fr.cnes.sirius.patrius.propagation.events.DihedralFieldOfViewDetector
-
Get the direction of fov center.
- getCenteredModel() - Method in class fr.cnes.sirius.patrius.propagation.analytical.twod.Analytical2DParameterModel
-
Get model for centered part of analytical model.
- getCenteredValue(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.analytical.twod.Analytical2DParameterModel
-
Get the centered value of the model.
- getCenters() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.PolynomialFunctionNewtonForm
-
Returns a copy of the centers array.
- getCentralBodyShape() - Method in class fr.cnes.sirius.patrius.events.EarthZoneDetector
-
Get the central body shape.
- getCentralEccentricity() - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.TesseralQuad
-
Getter for the central eccentricity ec.
- getCheck() - Method in class fr.cnes.sirius.patrius.math.linear.ConjugateGradient
-
Returns true if positive-definiteness should be checked for both
matrix and preconditioner.
- getCheck() - Method in class fr.cnes.sirius.patrius.math.linear.SymmLQ
-
Returns true if symmetry of the matrix, and symmetry as well as
positive definiteness of the preconditioner should be checked.
- getChiSquare() - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.vector.jacobian.AbstractLeastSquaresOptimizer
-
Get a Chi-Square-like value assuming the N residuals follow N
distinct normal distributions centered on 0 and whose variances are
the reciprocal of the weights.
- getChromosomeList() - Method in class fr.cnes.sirius.patrius.math.genetics.ListPopulation
-
Access the list of chromosomes.
- getChromosomes() - Method in class fr.cnes.sirius.patrius.math.genetics.ListPopulation
-
Returns an unmodifiable list of the chromosomes in this population.
- getCIPMotion(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.frames.configuration.FramesConfiguration
-
Compute the corrected Celestial Intermediate Pole motion (X, Y, S) in the GCRS.
- getCIPMotion(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.FramesConfigurationImplementation
-
Compute the corrected Celestial Intermediate Pole motion (X, Y, S) in the GCRS.
- getCIPMotion() - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.CIPCoordinates
-
Get CIP motion.
- getCIPMotion(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.PrecessionNutation
-
Compute the CIP pole coordinates at given date.
- getCIPMotion(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.IERS20032010PrecessionNutation
-
Compute the Celestial Intermediate pole motion in the GCRS.
- getCIPMotion(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.NoPrecessionNutation
-
Compute the Celestial Intermediate pole motion in the GCRS.
- getCIPMotion(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.PrecessionNutationCache
-
Compute the Celestial Intermediate pole motion in the GCRS.
- getCIPMotion(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.frames.configuration.precessionnutation.PrecessionNutationModel
-
Compute the Celestial Intermediate pole motion in the GCRS.
- getCIPMotion(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.PrecessionNutationPerThread
-
Compute the Celestial Intermediate pole motion in the GCRS.
- getCIPMotion(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.StelaPrecessionNutationModel
-
Compute the Celestial Intermediate pole motion in the GCRS.
- getCIPMotionTimeDerivative(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.frames.configuration.FramesConfiguration
-
Compute the time derivative Celestial Intermediate Pole motion in the GCRS.
- getCIPMotionTimeDerivative(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.FramesConfigurationImplementation
-
Compute the time derivative Celestial Intermediate Pole motion in the GCRS.
- getCIPMotionTimeDerivative(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.PrecessionNutation
-
Compute the CIP pole coordinate derivatives at given date.
- getCIPMotionTimeDerivative(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.IERS20032010PrecessionNutation
-
Compute the Celestial Intermediate pole motion in the GCRS.
- getCIPMotionTimeDerivative(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.NoPrecessionNutation
-
Compute the Celestial Intermediate pole motion in the GCRS.
- getCIPMotionTimeDerivative(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.PrecessionNutationCache
-
Compute the Celestial Intermediate pole motion in the GCRS.
- getCIPMotionTimeDerivative(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.frames.configuration.precessionnutation.PrecessionNutationModel
-
Compute the Celestial Intermediate pole motion in the GCRS.
- getCIPMotionTimeDerivative(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.PrecessionNutationPerThread
-
Compute the Celestial Intermediate pole motion in the GCRS.
- getCIPMotionTimeDerivative(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.StelaPrecessionNutationModel
-
Compute the Celestial Intermediate pole motion in the GCRS.
- getCIPMotionTimeDerivatives() - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.CIPCoordinates
-
Get CIP motion time derivatives.
- getCircuitLoss() - Method in class fr.cnes.sirius.patrius.assembly.properties.RFAntennaProperty
-
- getCircularEx() - Method in class fr.cnes.sirius.patrius.orbits.CircularOrbit
-
Get the first component of the circular eccentricity vector.
- getCircularEx() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CircularParameters
-
Get the first component of the circular eccentricity vector.
- getCircularEy() - Method in class fr.cnes.sirius.patrius.orbits.CircularOrbit
-
Get the second component of the circular eccentricity vector.
- getCircularEy() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CircularParameters
-
Get the second component of the circular eccentricity vector.
- getCircularFOVDetector() - Method in class fr.cnes.sirius.patrius.events.CentralBodyMaskCircularFOVDetector
-
Get the circular FOV detector.
- getCircularParameters() - Method in class fr.cnes.sirius.patrius.orbits.CircularOrbit
-
Getter for underlying circular parameters.
- getCircularParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisAltitudeParameters
-
Convert current orbital parameters into circular parameters.
- getCircularParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisRadiusParameters
-
Convert current orbital parameters into circular parameters.
- getCircularParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CartesianParameters
-
Convert current orbital parameters into circular parameters.
- getCircularParameters(double) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CartesianParameters
-
Convert current orbital parameters into circular parameters.
- getCircularParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CircularParameters
-
Convert current orbital parameters into circular parameters.
- getCircularParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquatorialParameters
-
Convert current orbital parameters into circular parameters.
- getCircularParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquinoctialParameters
-
Convert current orbital parameters into circular parameters.
- getCircularParameters() - Method in interface fr.cnes.sirius.patrius.orbits.orbitalparameters.IOrbitalParameters
-
Convert current orbital parameters into circular parameters.
- getCircularParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.KeplerianParameters
-
Convert current orbital parameters into circular parameters.
- getCircularParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ReentryParameters
-
Convert current orbital parameters into circular parameters.
- getCircularParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.StelaEquinoctialParameters
-
Convert current orbital parameters into circular parameters.
- getCIRF() - Static method in class fr.cnes.sirius.patrius.frames.FramesFactory
-
Get the CIRF reference frame.
- getClassification() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.PolygonsSet
-
- getClassification() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLE
-
Get the classification.
- getClockCorrection() - Method in class fr.cnes.sirius.patrius.files.general.SatelliteTimeCoordinate
-
Returns the clock correction value.
- getClockRateChange() - Method in class fr.cnes.sirius.patrius.files.general.SatelliteTimeCoordinate
-
Returns the clock rate change value.
- getClosestTLE(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLESeries
-
Get the closest TLE to the selected date.
- getCm() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsSet
-
- getCode() - Method in class fr.cnes.sirius.patrius.events.CodedEvent
-
- getCode() - Method in class fr.cnes.sirius.patrius.events.Phenomenon
-
- getCodedEvent() - Method in class fr.cnes.sirius.patrius.events.CodedEventsLogger.LoggedCodedEvent
-
Gets the coded event.
- getCodedEvent() - Method in class fr.cnes.sirius.patrius.events.multi.MultiCodedEventsLogger.MultiLoggedCodedEvent
-
Gets the coded event in multi propagation context.
- getCodedEvents() - Method in class fr.cnes.sirius.patrius.events.postprocessing.Timeline
-
- getCodedEventsList() - Method in class fr.cnes.sirius.patrius.events.CodedEventsLogger
-
- getCodedEventsList() - Method in class fr.cnes.sirius.patrius.events.multi.MultiCodedEventsLogger
-
- getCodedEventsList() - Method in class fr.cnes.sirius.patrius.events.postprocessing.Timeline
-
- getCoefficients(Vector3D, AtmosphereData, Assembly) - Method in interface fr.cnes.sirius.patrius.assembly.models.DragCoefficientProvider
-
Provides drag coefficient (x surface).
- getCoefficients(Vector3D, AtmosphereData, Assembly) - Method in class fr.cnes.sirius.patrius.assembly.models.GlobalDragCoefficientProvider
-
- getCoefficients() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.PolynomialFunction
-
Returns a copy of the coefficients array.
- getCoefficients() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.PolynomialFunctionLagrangeForm
-
Returns a copy of the coefficients array.
- getCoefficients() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.PolynomialFunctionNewtonForm
-
Returns a copy of the coefficients array.
- getCoefficients() - Method in class fr.cnes.sirius.patrius.math.analysis.solver.AbstractPolynomialSolver
-
- getCoefficients() - Method in class fr.cnes.sirius.patrius.math.optim.linear.LinearConstraint
-
Gets the coefficients of the constraint (left hand side).
- getCoefficients() - Method in class fr.cnes.sirius.patrius.math.optim.linear.LinearObjectiveFunction
-
Gets the coefficients of the linear equation being optimized.
- getCoefficientsProvider() - Static method in class fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsFactory
-
Get the ocean tides coefficients provider from the first supported file.
- getCoefPoly() - Method in class fr.cnes.sirius.patrius.propagation.analytical.twod.DatePolynomialFunction
-
Returns a copy of polynomial development coefficients.
- getColumn(int) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Get the entries in column number col as an array.
- getColumn(int) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Get the entries at the given column index as an array.
- getColumn(int) - Method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Get the entries in column number col as an array.
- getColumn(int) - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Get the entries at the given column index as an array.
- getColumn(int) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrix
-
Get the entries in column number col as an array.
- getColumn() - Method in exception fr.cnes.sirius.patrius.math.linear.NonPositiveDefiniteMatrixException
-
- getColumn() - Method in exception fr.cnes.sirius.patrius.math.linear.NonSymmetricMatrixException
-
- getColumn(int) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Get the entries at the given column index as an array.
- getColumnDimension() - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Returns the number of columns in the matrix.
- getColumnDimension() - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Returns the number of columns of this matrix.
- getColumnDimension() - Method in interface fr.cnes.sirius.patrius.math.linear.AnyMatrix
-
Returns the number of columns in the matrix.
- getColumnDimension() - Method in class fr.cnes.sirius.patrius.math.linear.Array2DRowFieldMatrix
-
Returns the number of columns in the matrix.
- getColumnDimension() - Method in class fr.cnes.sirius.patrius.math.linear.Array2DRowRealMatrix
-
Returns the number of columns of this matrix.
- getColumnDimension() - Method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Returns the number of columns in the matrix.
- getColumnDimension() - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Returns the number of columns of this matrix.
- getColumnDimension() - Method in class fr.cnes.sirius.patrius.math.linear.DiagonalMatrix
-
Returns the number of columns of this matrix.
- getColumnDimension() - Method in class fr.cnes.sirius.patrius.math.linear.JacobiPreconditioner
-
Returns the dimension of the domain of this operator.
- getColumnDimension() - Method in class fr.cnes.sirius.patrius.math.linear.RealLinearOperator
-
Returns the dimension of the domain of this operator.
- getColumnDimension() - Method in class fr.cnes.sirius.patrius.math.linear.SymmetricMatrix
-
Returns the number of columns of this matrix.
- getColumnMatrix(int) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Get the entries in column number column as a column matrix.
- getColumnMatrix(int) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Get the entries at the given column index as a column matrix.
- getColumnMatrix(int) - Method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Get the entries in column number column as a column matrix.
- getColumnMatrix(int) - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Get the entries at the given column index as a column matrix.
- getColumnMatrix(int) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrix
-
Get the entries in column number column as a column matrix.
- getColumnMatrix(int) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Get the entries at the given column index as a column matrix.
- getColumnSeparator() - Method in class fr.cnes.sirius.patrius.math.linear.RealMatrixFormat
-
Get the format separator between components.
- getColumnVector(int) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Returns the entries in column number column as a vector.
- getColumnVector(int) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Get the entries at the given column index as a vector.
- getColumnVector(int) - Method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Returns the entries in column number column as a vector.
- getColumnVector(int) - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Get the entries at the given column index as a vector.
- getColumnVector(int) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrix
-
Returns the entries in column number column as a vector.
- getColumnVector(int) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Get the entries at the given column index as a vector.
- getCombinerLoss() - Method in class fr.cnes.sirius.patrius.groundstation.RFStationAntenna
-
Returns loss due to the combiner of the antenna [dB].
- getComment() - Method in class fr.cnes.sirius.patrius.events.CodedEvent
-
- getComment() - Method in class fr.cnes.sirius.patrius.events.Phenomenon
-
- getCompensation(PVCoordinatesProvider, AbsoluteDate, Frame, Attitude) - Method in class fr.cnes.sirius.patrius.attitudes.GroundPointingWrapper
-
Compute the TimeStampedAngularCoordinates at a given time.
- getCompensation(PVCoordinatesProvider, AbsoluteDate, Frame, Attitude) - Method in class fr.cnes.sirius.patrius.attitudes.YawCompensation
-
Compute the TimeStampedAngularCoordinates at a given time.
- getCompensation(PVCoordinatesProvider, AbsoluteDate, Frame, Attitude) - Method in class fr.cnes.sirius.patrius.attitudes.YawSteering
-
Compute the TimeStampedAngularCoordinates at a given time.
- getCompiler(int, int) - Static method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DSCompiler
-
Get the compiler for number of free parameters and order.
- getComplement(Region<S>) - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.RegionFactory
-
Get the complement of the region (exchanged interior/exterior).
- getComplementaryIntervals() - Method in class fr.cnes.sirius.patrius.time.AbsoluteDateIntervalsList
-
Gets the list of complementary intervals of the given list of intervals.
- getCompleteState() - Method in class fr.cnes.sirius.patrius.math.ode.ExpandableStatefulODE
-
Get the complete current state.
- getComponents() - Method in class fr.cnes.sirius.patrius.math.distribution.MixtureMultivariateRealDistribution
-
Gets the distributions that make up the mixture model.
- getComponents() - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.utilities.OrderedTuple
-
Get the components array.
- getComponents(TimeScale) - Method in class fr.cnes.sirius.patrius.time.AbsoluteDate
-
Split the instance into date/time components.
- getConditionNumber() - Method in class fr.cnes.sirius.patrius.math.linear.SingularValueDecomposition
-
Return the condition number of the matrix.
- getConfiguration() - Method in class fr.cnes.sirius.patrius.frames.configuration.FramesConfigurationBuilder
-
Configuration builder using the current builder providers.
- getConfiguration() - Static method in class fr.cnes.sirius.patrius.frames.FramesFactory
-
Getter for the current configuration.
- getConjugate() - Method in class fr.cnes.sirius.patrius.math.complex.Quaternion
-
Returns the conjugate quaternion of the instance.
- getConjugateRadius() - Method in class fr.cnes.sirius.patrius.bodies.ExtendedOneAxisEllipsoid
-
Return conjugate radius (minor semi axis)
- getConstant() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.FourierSeries
-
- getConstants() - Method in class fr.cnes.sirius.patrius.guidance.AngularVelocitiesHarmonicProfile
-
- getConstants() - Method in class fr.cnes.sirius.patrius.guidance.QuaternionHarmonicProfile
-
- getConstantTerm() - Method in class fr.cnes.sirius.patrius.math.optim.linear.LinearObjectiveFunction
-
Gets the constant of the linear equation being optimized.
- getConstraints() - Method in class fr.cnes.sirius.patrius.math.optim.linear.LinearConstraintSet
-
Gets the set of linear constraints.
- getConstraints() - Method in class fr.cnes.sirius.patrius.math.optim.linear.LinearOptimizer
-
- getContext() - Method in exception fr.cnes.sirius.patrius.math.exception.MathArithmeticException
-
Gets a reference to the "rich context" data structure that allows to
customize error messages and store key, value pairs in exceptions.
- getContext() - Method in exception fr.cnes.sirius.patrius.math.exception.MathIllegalArgumentException
-
Gets a reference to the "rich context" data structure that allows to
customize error messages and store key, value pairs in exceptions.
- getContext() - Method in exception fr.cnes.sirius.patrius.math.exception.MathIllegalStateException
-
Gets a reference to the "rich context" data structure that allows to
customize error messages and store key, value pairs in exceptions.
- getContext() - Method in exception fr.cnes.sirius.patrius.math.exception.MathRuntimeException
-
Gets a reference to the "rich context" data structure that allows to
customize error messages and store key, value pairs in exceptions.
- getContext() - Method in exception fr.cnes.sirius.patrius.math.exception.MathUnsupportedOperationException
-
Gets a reference to the "rich context" data structure that allows to
customize error messages and store key, value pairs in exceptions.
- getContext() - Method in interface fr.cnes.sirius.patrius.math.exception.util.ExceptionContextProvider
-
Gets a reference to the "rich context" data structure that allows to
customize error messages and store key, value pairs in exceptions.
- getContractionCriterion() - Method in class fr.cnes.sirius.patrius.math.util.ResizableDoubleArray
-
The contraction criterion defines when the internal array will contract
to store only the number of elements in the element array.
- getControlMatrix() - Method in class fr.cnes.sirius.patrius.math.filter.DefaultProcessModel
-
Returns the control matrix.
- getControlMatrix() - Method in interface fr.cnes.sirius.patrius.math.filter.ProcessModel
-
Returns the control matrix.
- getConvention() - Method in class fr.cnes.sirius.patrius.math.utils.AbstractSearchIndex
-
Returns the convention that can be applied to the interval during the search index algorithm.
- getConvention() - Method in interface fr.cnes.sirius.patrius.math.utils.ISearchIndex
-
Returns the convention that can be applied to the interval during the search index algorithm.
- getConvergence() - Method in class fr.cnes.sirius.patrius.math.ode.events.EventState
-
Get the convergence threshold for event localization.
- getConvergenceChecker() - Method in class fr.cnes.sirius.patrius.math.optim.BaseOptimizer
-
Gets the convergence checker.
- getCoordinate() - Method in class fr.cnes.sirius.patrius.files.general.SatelliteTimeCoordinate
-
Returns the coordinate of this entry.
- getCoordinateSystem() - Method in interface fr.cnes.sirius.patrius.files.general.OrbitFile
-
Returns the coordinate system of the entries in this orbit file.
- getCoordinateSystem() - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Returns the coordinate system of the entries in this orbit file.
- getCorners() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Parallelepiped
-
- getCorrectedVector(SpacecraftState) - Method in class fr.cnes.sirius.patrius.events.sensor.AbstractDetectorWithTropoCorrection
-
Compute the apparent vector from the station to the spacecraft with
tropospheric effects.
- getCorrection() - Method in class fr.cnes.sirius.patrius.events.sensor.AbstractDetectorWithTropoCorrection
-
Get the correction.
- getCorrectionsFromGeometricElevation(double) - Method in class fr.cnes.sirius.patrius.signalpropagation.AzoulayModel
-
Computes the corrections due to the troposphere from the geometric value
of the elevation.
- getCorrectionsFromTrueElevation(double) - Method in class fr.cnes.sirius.patrius.signalpropagation.AzoulayModel
-
Computes the corrections due to the troposphere from the TRUE value
of the elevation.
- getCorrelationMatrix() - Method in class fr.cnes.sirius.patrius.math.stat.correlation.PearsonsCorrelation
-
Returns the correlation matrix
- getCorrelationMatrix() - Method in class fr.cnes.sirius.patrius.math.stat.correlation.SpearmansCorrelation
-
Calculate the Spearman Rank Correlation Matrix.
- getCorrelationPValues() - Method in class fr.cnes.sirius.patrius.math.stat.correlation.PearsonsCorrelation
-
Returns a matrix of p-values associated with the (two-sided) null
hypothesis that the corresponding correlation coefficient is zero.
- getCorrelationStandardErrors() - Method in class fr.cnes.sirius.patrius.math.stat.correlation.PearsonsCorrelation
-
Returns a matrix of standard errors associated with the estimates
in the correlation matrix.
getCorrelationStandardErrors().getEntry(i,j) is the standard
error associated with getCorrelationMatrix.getEntry(i,j)
- getCosArray() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.FourierSeries
-
- getCosArrays() - Method in class fr.cnes.sirius.patrius.guidance.AngularVelocitiesHarmonicProfile
-
- getCosArrays() - Method in class fr.cnes.sirius.patrius.guidance.QuaternionHarmonicProfile
-
- getCount(Comparable<?>) - Method in class fr.cnes.sirius.patrius.math.stat.Frequency
-
Returns the number of values = v.
- getCount(int) - Method in class fr.cnes.sirius.patrius.math.stat.Frequency
-
Returns the number of values = v.
- getCount(long) - Method in class fr.cnes.sirius.patrius.math.stat.Frequency
-
Returns the number of values = v.
- getCount(char) - Method in class fr.cnes.sirius.patrius.math.stat.Frequency
-
Returns the number of values = v.
- getCount() - Method in class fr.cnes.sirius.patrius.math.util.Incrementor
-
Gets the current count.
- getCount(int...) - Method in class fr.cnes.sirius.patrius.math.util.MultidimensionalCounter
-
Convert to unidimensional counter.
- getCount() - Method in class fr.cnes.sirius.patrius.math.util.MultidimensionalCounter.Iterator
-
Get the current unidimensional counter slot.
- getCount(int) - Method in class fr.cnes.sirius.patrius.math.util.MultidimensionalCounter.Iterator
-
Get the current count in the selected dimension.
- getCounts(int) - Method in class fr.cnes.sirius.patrius.math.util.MultidimensionalCounter
-
Convert to multidimensional counter.
- getCounts() - Method in class fr.cnes.sirius.patrius.math.util.MultidimensionalCounter.Iterator
-
Get the current multidimensional counter slots.
- getCovariance(double) - Method in class fr.cnes.sirius.patrius.math.linear.SingularValueDecomposition
-
Returns the n × n covariance matrix.
- getCovariance(int, int) - Method in class fr.cnes.sirius.patrius.math.stat.correlation.StorelessCovariance
-
Get the covariance for an individual element of the covariance matrix.
- getCovariance() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.MultivariateSummaryStatistics
-
Returns the covariance matrix of the values that have been added.
- getCovariance() - Method in interface fr.cnes.sirius.patrius.math.stat.descriptive.StatisticalMultivariateSummary
-
Returns the covariance of the available values.
- getCovariance() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics
-
Returns the covariance matrix of the values that have been added.
- getCovarianceMatrix() - Method in class fr.cnes.sirius.patrius.math.stat.correlation.Covariance
-
Returns the covariance matrix
- getCovarianceMatrix() - Method in class fr.cnes.sirius.patrius.math.stat.correlation.StorelessCovariance
-
Returns the covariance matrix
- getCovarianceMatrix() - Method in class fr.cnes.sirius.patrius.propagation.analytical.covariance.OrbitCovariance
-
Covariance matrix getter.
- getCovarianceMatrix(Orbit, OrbitType, Frame) - Method in class fr.cnes.sirius.patrius.propagation.analytical.covariance.OrbitCovariance
-
Covariance matrix getter.
- getCovarianceOfParameters(int, int) - Method in class fr.cnes.sirius.patrius.math.stat.regression.RegressionResults
-
Returns the covariance between regression parameters i and j.
- getCovariances() - Method in class fr.cnes.sirius.patrius.math.distribution.MultivariateNormalDistribution
-
Gets the covariance matrix.
- getCp() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsSet
-
- getCpmEpm(double, int, int) - Method in interface fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsProvider
-
Get the Clm± and εlm± for given wave
- getCpmEpm(double, int, int) - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsReader
-
Get the Clm± and εlm± for given wave
- getCpmEpm(double, int, int) - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.OceanTidesDataProvider
-
- getCpmSpm(double, int, int) - Method in interface fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsProvider
-
Get the Clm± and Slm± for given wave
- getCpmSpm(double, int, int) - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsReader
-
Get the Clm± and Slm± for given wave
- getCpmSpm(double, int, int) - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.OceanTidesDataProvider
-
- getCrossoverPoints() - Method in class fr.cnes.sirius.patrius.math.genetics.NPointCrossover
-
- getCrossoverPolicy() - Method in class fr.cnes.sirius.patrius.math.genetics.GeneticAlgorithm
-
Returns the crossover policy.
- getCrossoverRate() - Method in class fr.cnes.sirius.patrius.math.genetics.GeneticAlgorithm
-
Returns the crossover rate.
- getCrossSection(SpacecraftState, Vector3D, Frame, Frame) - Method in class fr.cnes.sirius.patrius.assembly.properties.AeroCrossSectionProperty
-
- getCrossSection(Vector3D) - Method in class fr.cnes.sirius.patrius.assembly.properties.AeroGlobalProperty
-
- getCrossSection(SpacecraftState, Vector3D, Frame, Frame) - Method in class fr.cnes.sirius.patrius.assembly.properties.AeroSphereProperty
-
- getCrossSection(Vector3D) - Method in class fr.cnes.sirius.patrius.assembly.properties.CrossSectionProviderProperty
-
Computes the cross section of the geometry from a direction
defined by a Vector3D.
- getCrossSection(Vector3D) - Method in class fr.cnes.sirius.patrius.assembly.properties.features.Facet
-
- getCrossSection(SpacecraftState, Vector3D, Frame, Frame) - Method in class fr.cnes.sirius.patrius.assembly.properties.RadiativeCrossSectionProperty
-
- getCrossSection(SpacecraftState, Vector3D, Frame, Frame) - Method in class fr.cnes.sirius.patrius.assembly.properties.RadiativeSphereProperty
-
- getCrossSection(Vector3D) - Method in interface fr.cnes.sirius.patrius.math.geometry.euclidean.threed.CrossSectionProvider
-
Computes the cross section from the direction
defined by a Vector3D.
- getCrossSection(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Parallelepiped
-
Computes the cross section from the direction
defined by a Vector3D.
- getCrossSection(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plate
-
Computes the cross section from the direction
defined by a Vector3D.
- getCrossSection(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.RightCircularCylinder
-
Computes the cross section from the direction
defined by a Vector3D.
- getCrossSection(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Sphere
-
Computes the cross section from the direction
defined by a Vector3D.
- getCsm() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsSet
-
- getCsp() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsSet
-
- getCumFreq(Comparable<?>) - Method in class fr.cnes.sirius.patrius.math.stat.Frequency
-
Returns the cumulative frequency of values less than or equal to v.
- getCumFreq(int) - Method in class fr.cnes.sirius.patrius.math.stat.Frequency
-
Returns the cumulative frequency of values less than or equal to v.
- getCumFreq(long) - Method in class fr.cnes.sirius.patrius.math.stat.Frequency
-
Returns the cumulative frequency of values less than or equal to v.
- getCumFreq(char) - Method in class fr.cnes.sirius.patrius.math.stat.Frequency
-
Returns the cumulative frequency of values less than or equal to v.
- getCumPct(Comparable<?>) - Method in class fr.cnes.sirius.patrius.math.stat.Frequency
-
Returns the cumulative percentage of values less than or equal to v
(as a proportion between 0 and 1).
- getCumPct(int) - Method in class fr.cnes.sirius.patrius.math.stat.Frequency
-
Returns the cumulative percentage of values less than or equal to v
(as a proportion between 0 and 1).
- getCumPct(long) - Method in class fr.cnes.sirius.patrius.math.stat.Frequency
-
Returns the cumulative percentage of values less than or equal to v
(as a proportion between 0 and 1).
- getCumPct(char) - Method in class fr.cnes.sirius.patrius.math.stat.Frequency
-
Returns the cumulative percentage of values less than or equal to v
(as a proportion between 0 and 1).
- getCumulatedIntegration() - Method in class fr.cnes.sirius.patrius.math.analysis.integration.FixedStepSimpsonIntegrator
-
Returns cumulated integration data (specific to COLOSUS).
- getCunningham(EarthGravitationalModelFactory.GravityFieldNames, String, int, int, boolean) - Static method in class fr.cnes.sirius.patrius.forces.gravity.EarthGravitationalModelFactory
-
Create an instance of the gravitational field of a celestial body using Cunningham model and specific data.
- getCurrentDate() - Method in class fr.cnes.sirius.patrius.propagation.sampling.AdaptedStepHandler
-
Get the current grid date.
- getCurrentDate() - Method in class fr.cnes.sirius.patrius.propagation.sampling.BasicStepInterpolator
-
Get the current grid date.
- getCurrentDate() - Method in class fr.cnes.sirius.patrius.propagation.sampling.multi.MultiAdaptedStepHandler
-
Get the current grid date.
- getCurrentDate() - Method in interface fr.cnes.sirius.patrius.propagation.sampling.multi.MultiPatriusStepInterpolator
-
Get the current grid date.
- getCurrentDate() - Method in interface fr.cnes.sirius.patrius.propagation.sampling.PatriusStepInterpolator
-
Get the current grid date.
- getCurrentDate() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaBasicInterpolator
-
Get the current grid date.
- getCurrentMainSetJacobian(double[][]) - Method in class fr.cnes.sirius.patrius.math.ode.JacobianMatrices
-
Get the current value of the Jacobian matrix with respect to state.
- getCurrentOccurrence() - Method in class fr.cnes.sirius.patrius.propagation.events.NthOccurrenceDetector
-
Get the current occurrence (during propagation).
- getCurrentParameterJacobian(String, double[]) - Method in class fr.cnes.sirius.patrius.math.ode.JacobianMatrices
-
Get the current value of the Jacobian matrix with respect to one parameter.
- getCurrentSignedStepsize() - Method in class fr.cnes.sirius.patrius.math.ode.AbstractIntegrator
-
Get the current signed value of the integration stepsize.
- getCurrentSignedStepsize() - Method in interface fr.cnes.sirius.patrius.math.ode.ODEIntegrator
-
Get the current signed value of the integration stepsize.
- getCurrentStepStart() - Method in class fr.cnes.sirius.patrius.math.ode.AbstractIntegrator
-
Get the current value of the step start time ti.
- getCurrentStepStart() - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.AdaptiveStepsizeIntegrator
-
Get the current value of the step start time ti.
- getCurrentStepStart() - Method in interface fr.cnes.sirius.patrius.math.ode.ODEIntegrator
-
Get the current value of the step start time ti.
- getCurrentTime() - Method in class fr.cnes.sirius.patrius.math.ode.sampling.AbstractStepInterpolator
-
Get the current soft grid point time.
- getCurrentTime() - Method in interface fr.cnes.sirius.patrius.math.ode.sampling.StepInterpolator
-
Get the current grid point time.
- getCut() - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.BSPTree
-
Get the cut sub-hyperplane.
- getCx() - Method in class fr.cnes.sirius.patrius.forces.EmpiricalForce
-
Get the parametereziable function for the Ax coefficient.
- getCy() - Method in class fr.cnes.sirius.patrius.forces.EmpiricalForce
-
Get the parametereziable function for the Cy coefficient.
- getCz() - Method in class fr.cnes.sirius.patrius.forces.EmpiricalForce
-
Get the parametereziable function for the Cz coefficient.
- getD() - Method in class fr.cnes.sirius.patrius.data.BodiesElements
-
Get the mean elongation of the Moon from the Sun.
- getD() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Output
-
Getter for density (d).
- getD(int) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Output
-
Getter for density component.
- getD() - Method in class fr.cnes.sirius.patrius.math.linear.EigenDecomposition
-
Gets the block diagonal matrix D of the decomposition.
- getD() - Method in interface fr.cnes.sirius.patrius.math.linear.UDDecomposition
-
Returns the matrix D of the decomposition.
- getD() - Method in class fr.cnes.sirius.patrius.math.linear.UDDecompositionImpl
-
get the D matrix
- getData(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.DTM2000
-
Get detailed atmospheric data.
- getData(AbsoluteDate, Vector3D, Frame) - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.ExtendedAtmosphere
-
Get detailed atmospheric data.
- getData(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSISE2000
-
Get detailed atmospheric data.
- getData() - Method in interface fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.VariablePotentialCoefficientsProvider
-
Get the normalized variable potential coefficients
- getData() - Method in class fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.VariablePotentialCoefficientsReader
-
Get the normalized variable potential coefficients
- getData() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Matrix3D
-
- getData() - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Returns matrix entries as a two-dimensional array.
- getData() - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Returns matrix entries as a two-dimensional array.
- getData() - Method in class fr.cnes.sirius.patrius.math.linear.Array2DRowFieldMatrix
-
Returns matrix entries as a two-dimensional array.
- getData() - Method in class fr.cnes.sirius.patrius.math.linear.Array2DRowRealMatrix
-
Returns matrix entries as a two-dimensional array.
- getData() - Method in class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Returns the vector data (copy).
- getData() - Method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Returns matrix entries as a two-dimensional array.
- getData() - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Returns matrix entries as a two-dimensional array.
- getData() - Method in class fr.cnes.sirius.patrius.math.linear.DiagonalMatrix
-
Returns matrix entries as a two-dimensional array.
- getData() - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrix
-
Returns matrix entries as a two-dimensional array.
- getData() - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Returns matrix entries as a two-dimensional array.
- getData() - Method in class fr.cnes.sirius.patrius.math.stat.correlation.StorelessCovariance
-
Return the covariance matrix as two-dimensional array.
- getData() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.AbstractUnivariateStatistic
-
Get a copy of the stored data array.
- getData(AbsoluteDate, double) - Method in class fr.cnes.sirius.patrius.signalpropagation.iono.USKLoader
-
Returns the USK data for the Bent model.
- getData(AbsoluteDate, double) - Method in interface fr.cnes.sirius.patrius.signalpropagation.iono.USKProvider
-
Returns the USK data for the Bent model.
- getData(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.stela.forces.atmospheres.MSIS00Adapter
-
Get detailed atmospheric data.
- getDataLocation() - Method in enum fr.cnes.sirius.patrius.frames.configuration.precessionnutation.PrecessionNutationConvention
-
Get the location of the data for the selected convention.
- getDataRef() - Method in class fr.cnes.sirius.patrius.math.linear.Array2DRowFieldMatrix
-
Get a reference to the underlying data array.
- getDataRef() - Method in class fr.cnes.sirius.patrius.math.linear.Array2DRowRealMatrix
-
Get a reference to the underlying data array.
- getDataRef() - Method in class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Returns a reference to the underlying data array.
- getDataRef() - Method in class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Get a reference to the underlying data array.
- getDataRef() - Method in class fr.cnes.sirius.patrius.math.linear.DiagonalMatrix
-
Gets a reference to the underlying data array.
- getDataRef() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.AbstractUnivariateStatistic
-
Get a reference to the stored data array.
- getDataUsed() - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Returns the data used indicator from the SP3 file.
- getDate() - Method in class fr.cnes.sirius.patrius.attitudes.Attitude
-
Get the date of attitude parameters.
- getDate() - Method in class fr.cnes.sirius.patrius.bodies.PosVelChebyshev
-
Get the date.
- getDate() - Method in class fr.cnes.sirius.patrius.events.CodedEvent
-
- getDate() - Method in class fr.cnes.sirius.patrius.events.CodedEventsLogger.LoggedCodedEvent
-
- getDate() - Method in class fr.cnes.sirius.patrius.events.multi.MultiCodedEventsLogger.MultiLoggedCodedEvent
-
- getDate() - Method in class fr.cnes.sirius.patrius.files.general.SatelliteTimeCoordinate
-
Get the date.
- getDate() - Method in interface fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.VariablePotentialCoefficientsProvider
-
Get the reference date of the file
- getDate() - Method in class fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.VariablePotentialCoefficientsReader
-
- getDate() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.SmallManeuverAnalyticalModel
-
Get the date of the maneuver.
- getDate() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOPEntry
-
Get the date.
- getDate() - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.CIPCoordinates
-
Get the date.
- getDate() - Method in class fr.cnes.sirius.patrius.frames.configuration.tides.TidalCorrection
-
- getDate() - Method in class fr.cnes.sirius.patrius.frames.transformations.Transform
-
Get the date.
- getDate() - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
Get the date of orbital parameters.
- getDate(int, double) - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.AlmanacParameter
-
Returns GNSS date given a week number and second in the week.
- getDate(int, double) - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.GalileoAlmanacParameters
-
- getDate(int, double) - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.GPSAlmanacParameters
-
- getDate() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.TimeStampedPVCoordinates
-
Get the date.
- getDate() - Method in class fr.cnes.sirius.patrius.propagation.analytical.covariance.OrbitCovariance
-
Get the date.
- getDate() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLE
-
Get the TLE current date.
- getDate() - Method in class fr.cnes.sirius.patrius.propagation.events.DateDetector
-
Get the current event date according to the propagator.
- getDate() - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get the date.
- getDate() - Method in class fr.cnes.sirius.patrius.time.AbsoluteDate
-
Get the date.
- getDate() - Method in class fr.cnes.sirius.patrius.time.DateTimeComponents
-
Get the date component.
- getDate() - Method in interface fr.cnes.sirius.patrius.time.TimeStamped
-
Get the date.
- getDate() - Method in class fr.cnes.sirius.patrius.utils.TimeStampedAngularCoordinates
-
Get the date.
- getDateIntervals() - Method in class fr.cnes.sirius.patrius.propagation.analytical.twod.AbstractDateIntervalFunction
-
Returns a copy of date intervals.
- getDateRef() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.AbstractBoundedPVProvider
-
Get the reference date
- getDateZero() - Method in class fr.cnes.sirius.patrius.guidance.AngularVelocitiesPolynomialSegment
-
Get the date zero of the polynomial functions.
- getDay() - Method in class fr.cnes.sirius.patrius.time.DateComponents
-
Get the day.
- getDayFraction() - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Returns the day fraction for this SP3 file.
- getDayOfWeek() - Method in class fr.cnes.sirius.patrius.time.DateComponents
-
Get the day of week.
- getDayOfYear() - Method in class fr.cnes.sirius.patrius.time.DateComponents
-
Get the day number in year.
- getDdeps() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.NutationCorrection
-
Get the δΔε1980 parameter.
- getDdpsi() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.NutationCorrection
-
Get the δΔψ1980 parameter.
- getdDragdt() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaGTOPropagator
-
Method that returns the drag value in memory, only used for n steps drag computation purposes
- getDecimalDigits() - Method in class fr.cnes.sirius.patrius.math.dfp.DfpDec
-
Get the number of decimal digits this class is going to represent.
- getDecimalYear(AbsoluteDate) - Static method in class fr.cnes.sirius.patrius.models.earth.GeoMagneticField
-
Utility function to get a decimal year for a given AbsoluteDate.
- getDecimalYear(int, int, int) - Static method in class fr.cnes.sirius.patrius.models.earth.GeoMagneticField
-
Utility function to get a decimal year for a given day.
- getDeclination() - Method in class fr.cnes.sirius.patrius.models.earth.GeoMagneticElements
-
Returns the declination of the magnetic field in degrees.
- getDecreasingTimeShift() - Method in class fr.cnes.sirius.patrius.propagation.events.EventShifter
-
Get the decreasing events time shift.
- getDefaultModel(double) - Static method in class fr.cnes.sirius.patrius.models.earth.FixedDelayModel
-
Returns the default model, loading delay values from the file
"tropospheric-delay.txt".
- getDefaultNumberFormat() - Static method in class fr.cnes.sirius.patrius.math.fraction.AbstractFormat
-
Create a default number format.
- getDefaultNumberFormat(Locale) - Static method in class fr.cnes.sirius.patrius.math.fraction.AbstractFormat
-
Create a default number format.
- getDefaultNumberFormat() - Static method in class fr.cnes.sirius.patrius.math.fraction.FractionFormat
-
Create a default number format.
- getDefaultNumberFormat() - Static method in class fr.cnes.sirius.patrius.math.util.CompositeFormat
-
Create a default number format.
- getDefaultNumberFormat(Locale) - Static method in class fr.cnes.sirius.patrius.math.util.CompositeFormat
-
Create a default number format.
- getDegree() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsSet
-
- getDegree() - Method in class fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.VariablePotentialCoefficientsSet
-
- getDegree() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.TrigonometricPolynomialFunction
-
Get polynomial degree
- getDegreesOfFreedom() - Method in class fr.cnes.sirius.patrius.math.distribution.ChiSquaredDistribution
-
Access the number of degrees of freedom.
- getDegreesOfFreedom() - Method in class fr.cnes.sirius.patrius.math.distribution.TDistribution
-
Access the degrees of freedom.
- getDelta() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Get the elevation of the vector.
- getDelta() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Vector3D
-
Get the elevation of the vector.
- getDeltaEccentricity() - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.TesseralQuad
-
Getter for the delta eccentricity Δe.
- getDeltaVSat() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ImpulseManeuver
-
Get the velocity increment in satellite frame.
- getDenominator() - Method in class fr.cnes.sirius.patrius.math.fraction.BigFraction
-
Access the denominator as a BigInteger.
- getDenominator() - Method in class fr.cnes.sirius.patrius.math.fraction.Fraction
-
Access the denominator.
- getDenominatorAsInt() - Method in class fr.cnes.sirius.patrius.math.fraction.BigFraction
-
Access the denominator as a int.
- getDenominatorAsLong() - Method in class fr.cnes.sirius.patrius.math.fraction.BigFraction
-
Access the denominator as a long.
- getDenominatorDegreesOfFreedom() - Method in class fr.cnes.sirius.patrius.math.distribution.FDistribution
-
Access the denominator degrees of freedom.
- getDenominatorFormat() - Method in class fr.cnes.sirius.patrius.math.fraction.AbstractFormat
-
Access the denominator format.
- getDenormalizedCCoefs(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.OceanTides
-
Get denormalized C coefficients table
- getDenormalizedSCoefs(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.OceanTides
-
Get denormalized S coefficients table
- getDensity(AbsoluteDate, Vector3D, Frame) - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.Atmosphere
-
Get the local density.
- getDensity() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.AtmosphereData
-
Returns the total density.
- getDensity(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.DTM2000
-
Get the local density.
- getDensity(double, double, Vector3D, double) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.HarrisPriester
-
Get the local density.
- getDensity(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.HarrisPriester
-
Get the local density.
- getDensity(double, double, double, double, double, double, double, double, double, double, double, double, double) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.JB2006
-
Get the local density with initial entries.
- getDensity(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.JB2006
-
Get the local density.
- getDensity(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSISE2000
-
Get the local density.
- getDensity(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.SimpleExponentialAtmosphere
-
Get the local density.
- getDensity(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.US76
-
Get the local density for altitude in interval [0, 1E6] m
- getDensity(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.stela.forces.atmospheres.MSIS00Adapter
-
Get the local density.
- getDensityAnomalousOxygen() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.AtmosphereData
-
Returns the anomalous oxygen density.
- getDensityAr() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.AtmosphereData
-
Returns the Argon density.
- getDensityH() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.AtmosphereData
-
Returns the hydrogen density.
- getDensityHe() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.AtmosphereData
-
Return the Helium density.
- getDensityN() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.AtmosphereData
-
Returns the nitrogen density.
- getDensityN2() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.AtmosphereData
-
Returns the dinitrogen density.
- getDensityO() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.AtmosphereData
-
Returns the Oxygen density.
- getDensityO2() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.AtmosphereData
-
Returns the dioxygen density.
- getDepth() - Method in class fr.cnes.sirius.patrius.frames.Frame
-
Get the depth of the frame.
- getDerivatives(StelaForceModel) - Method in class fr.cnes.sirius.patrius.stela.propagation.data.TimeDerivativeData
-
Returns derivative dE'/dt (E' = mean orbital parameters) for provided force model.
- getDerivatives() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaPartialDerivativesEquations
-
Returns derivatives map .
- getDerivativesSTM(StelaForceModel) - Method in class fr.cnes.sirius.patrius.stela.propagation.data.TimeDerivativeData
-
Returns derivative dSTM/dt (STM = state transition matrix) for provided force model.
- getDetector() - Method in class fr.cnes.sirius.patrius.events.CodedEventsLogger.LoggedCodedEvent
-
- getDetector1() - Method in class fr.cnes.sirius.patrius.events.CombinedPhenomenaDetector
-
Returns first detector.
- getDetector2() - Method in class fr.cnes.sirius.patrius.events.CombinedPhenomenaDetector
-
Returns second detector.
- getDeterminant() - Method in class fr.cnes.sirius.patrius.math.linear.CholeskyDecomposition
-
Return the determinant of the matrix
- getDeterminant() - Method in class fr.cnes.sirius.patrius.math.linear.EigenDecomposition
-
Computes the determinant of the matrix.
- getDeterminant() - Method in class fr.cnes.sirius.patrius.math.linear.FieldLUDecomposition
-
Return the determinant of the matrix.
- getDeterminant() - Method in class fr.cnes.sirius.patrius.math.linear.LUDecomposition
-
Return the determinant of the matrix
- getDeterminant() - Method in interface fr.cnes.sirius.patrius.math.linear.UDDecomposition
-
Return the determinant of the matrix
- getDeterminant() - Method in class fr.cnes.sirius.patrius.math.linear.UDDecompositionImpl
-
get the determinant
- getDevelopmentOrders() - Method in class fr.cnes.sirius.patrius.propagation.analytical.twod.Analytical2DOrbitModel
-
Return the array with models trigonometric orders.
- getDiagonalOfHatMatrix(double[]) - Method in class fr.cnes.sirius.patrius.math.stat.regression.MillerUpdatingRegression
-
Gets the diagonal of the Hat matrix also known as the leverage matrix.
- getDifferentiator() - Method in class fr.cnes.sirius.patrius.attitudes.kinematics.AbstractOrientationFunction
-
Get the differentiator.
- getDifferentiator() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.AbstractVector3DFunction
-
Get the differentiator.
- getDiffTaylorCoeffs() - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.TesseralQuad
-
Getter for the Taylor coefficients (up to the 2nd order) of the eccentricity function derivative G'(e).
- getDiffuseReflectionCoef() - Method in class fr.cnes.sirius.patrius.assembly.properties.RadiativeIRProperty
-
Get the parameter representing the diffuse reflection coefficient of the part.
- getDiffuseReflectionRatio() - Method in class fr.cnes.sirius.patrius.assembly.properties.RadiativeProperty
-
Get the parameter representing the
ratio of light subjected to diffuse reflectance
: Kd = (1 - α) (1 - τ).
- getDimension() - Method in class fr.cnes.sirius.patrius.math.distribution.AbstractMultivariateRealDistribution
-
Gets the number of random variables of the distribution.
- getDimension() - Method in interface fr.cnes.sirius.patrius.math.distribution.MultivariateRealDistribution
-
Gets the number of random variables of the distribution.
- getDimension() - Method in exception fr.cnes.sirius.patrius.math.exception.DimensionMismatchException
-
- getDimension() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.Euclidean1D
-
Get the dimension of the space.
- getDimension() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Euclidean3D
-
Get the dimension of the space.
- getDimension() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Euclidean2D
-
Get the dimension of the space.
- getDimension() - Method in interface fr.cnes.sirius.patrius.math.geometry.Space
-
Get the dimension of the space.
- getDimension() - Method in class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Returns the size of the vector.
- getDimension() - Method in class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Returns the size of the vector.
- getDimension() - Method in interface fr.cnes.sirius.patrius.math.linear.FieldVector
-
Returns the size of the vector.
- getDimension() - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Returns the size of the vector.
- getDimension() - Method in class fr.cnes.sirius.patrius.math.ode.EquationsMapper
-
Get the dimension of the secondary state parameters.
- getDimension() - Method in class fr.cnes.sirius.patrius.math.ode.FirstOrderConverter
-
Get the dimension of the problem.
- getDimension() - Method in interface fr.cnes.sirius.patrius.math.ode.FirstOrderDifferentialEquations
-
Get the dimension of the problem.
- getDimension() - Method in interface fr.cnes.sirius.patrius.math.ode.SecondaryEquations
-
Get the dimension of the secondary state parameters.
- getDimension() - Method in interface fr.cnes.sirius.patrius.math.ode.SecondOrderDifferentialEquations
-
Get the dimension of the problem.
- getDimension() - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.noderiv.AbstractSimplex
-
Get simplex dimension.
- getDimension() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.MultivariateSummaryStatistics
-
Returns the dimension of the data
- getDimension() - Method in interface fr.cnes.sirius.patrius.math.stat.descriptive.StatisticalMultivariateSummary
-
Returns the dimension of the data
- getDimension() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics
-
Returns the dimension of the data
- getDimension() - Method in class fr.cnes.sirius.patrius.math.util.MultidimensionalCounter
-
Get the number of dimensions of the multidimensional counter.
- getDimension() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaDifferentialEquations
-
- getDirection(SpacecraftState) - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
Get the thrust direction.
- getDirection() - Method in exception fr.cnes.sirius.patrius.math.exception.NonMonotonicSequenceException
-
- getDirection() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.EllipticCone
-
- getDirection() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.EllipticCylinder
-
- getDirection() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCylinder
-
This method returns the main axis of the cylinder
- getDirection() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRectangleCylinder
-
- getDirection() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRightCircularCylinder
-
- getDirection() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Line
-
Get the normalized direction vector.
- getDirection() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.LineSegment
-
- getDirection() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.RectangleCone
-
- getDirection() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.RightCircularCone
-
- getDirection() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.RightCircularCylinder
-
- getDirFlux() - Method in class fr.cnes.sirius.patrius.forces.radiation.ElementaryFlux
-
get the direction flux
- getDistance(RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Distance between two vectors.
- getDistance(RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Distance between two vectors.
- getDistance() - Method in class fr.cnes.sirius.patrius.propagation.events.DistanceDetector
-
Returns the distance triggering the event.
- getDistortionFactor(double) - Method in class fr.cnes.sirius.patrius.projections.AbstractProjection
-
Returns the scale factor at a specific latitude.
- getDistortionFactor(double) - Method in class fr.cnes.sirius.patrius.projections.IdentityProjection
-
Returns the scale factor at a specific latitude.
- getDistortionFactor(double) - Method in class fr.cnes.sirius.patrius.projections.Mercator
-
Returns the scale factor at a specific latitude.
- getDiurnalRotationModel() - Method in interface fr.cnes.sirius.patrius.frames.configuration.FramesConfiguration
-
Get the diurnal rotation model.
- getDiurnalRotationModel() - Method in class fr.cnes.sirius.patrius.frames.configuration.FramesConfigurationImplementation
-
Get the diurnal rotation model.
- getDnonInertial() - Method in class fr.cnes.sirius.patrius.stela.propagation.ForcesStepHandler
-
Getter for non-inertial contribution.
- getDoodson() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsSet
-
- getDoodsonNumbers() - Method in interface fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsProvider
-
Get available Doodson numbers
- getDoodsonNumbers() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsReader
-
Get available Doodson numbers
- getDoodsonNumbers() - Method in interface fr.cnes.sirius.patrius.forces.gravity.tides.ITerrestrialTidesDataProvider
-
Get the Doodson numbers used by the standard.
- getDoodsonNumbers() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.OceanTidesDataProvider
-
- getDoodsonNumbers() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.TerrestrialTidesDataProvider
-
- getDoy() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Input
-
Getter for doy.
- getdPert() - Method in class fr.cnes.sirius.patrius.stela.forces.AbstractStelaGaussContribution
-
- getdPot() - Method in class fr.cnes.sirius.patrius.stela.forces.AbstractStelaLagrangeContribution
-
- getDpph() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.HelmholtzPolynomial
-
Get the H'lm coefficients
- getDragCoef() - Method in class fr.cnes.sirius.patrius.assembly.properties.AeroGlobalProperty
-
Get the drag coefficient.
- getDragForce() - Method in class fr.cnes.sirius.patrius.assembly.properties.AeroCrossSectionProperty
-
Get the drag force coefficient parametrizable function.
- getDragForceDerivativeValue(Parameter, SpacecraftState) - Method in class fr.cnes.sirius.patrius.assembly.properties.AeroCrossSectionProperty
-
Get the drag force coefficient derivative value with respect to the given parameter.
- getDragRecomputeStep() - Method in class fr.cnes.sirius.patrius.stela.forces.drag.StelaAtmosphericDrag
-
- getDroziner(EarthGravitationalModelFactory.GravityFieldNames, String, int, int, boolean) - Static method in class fr.cnes.sirius.patrius.forces.gravity.EarthGravitationalModelFactory
-
Create an instance of the gravitational field of a celestial body using Droziner model and specific data.
- getDryMass() - Method in class fr.cnes.sirius.patrius.assembly.Vehicle
-
Returns dry mass.
- getDsph() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.HelmholtzPolynomial
-
Get the H''lm coefficients
- getDuration() - Method in class fr.cnes.sirius.patrius.attitudes.AbstractSlew
-
- getDuration() - Method in class fr.cnes.sirius.patrius.time.AbsoluteDateInterval
-
Computes the interval duration (its length) in seconds.
The duration is the number of seconds physically elapsed between the lower and the upper endpoint, as computed by
AbsoluteDate.durationFrom().
This means the duration is measured in a linear time scale (TAI time scale).
- getDurations() - Method in class fr.cnes.sirius.patrius.attitudes.TabulatedAttitude
-
Getter for durations.
- getDX() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOPEntry
-
Get the dx correction of the X component of the celestial pole (IAU 2000) or celestial pole offset in longitude
(IAU 1980).
- getDX() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.NutationCorrection
-
Get the δX2000 parameter (radians).
- getDY() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOPEntry
-
Get the dy correction of the Y component of the celestial pole (IAU 2000) or celestial pole offset in obliquity
(IAU 1980).
- getDY() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.NutationCorrection
-
Get the δY2000 parameter (radians).
- getE() - Method in class fr.cnes.sirius.patrius.math.dfp.DfpField
-
Get the constant e.
- getE() - Method in class fr.cnes.sirius.patrius.orbits.ApsisOrbit
-
Get the eccentricity.
- getE() - Method in class fr.cnes.sirius.patrius.orbits.CartesianOrbit
-
Get the eccentricity.
- getE() - Method in class fr.cnes.sirius.patrius.orbits.CircularOrbit
-
Get the eccentricity.
- getE() - Method in class fr.cnes.sirius.patrius.orbits.EquatorialOrbit
-
Get the eccentricity.
- getE() - Method in class fr.cnes.sirius.patrius.orbits.EquinoctialOrbit
-
Get the eccentricity.
- getE() - Method in class fr.cnes.sirius.patrius.orbits.KeplerianOrbit
-
Get the eccentricity.
- getE() - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
Get the eccentricity.
- getE() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquatorialParameters
-
Get the eccentricity.
- getE() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.KeplerianParameters
-
Get the eccentricity.
- getE() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLE
-
Get the eccentricity.
- getE() - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get the eccentricity.
- getE() - Method in class fr.cnes.sirius.patrius.stela.orbits.StelaEquinoctialOrbit
-
- getEarliest() - Method in class fr.cnes.sirius.patrius.time.TimeStampedCache
-
Get the earliest cached entry.
- getEarth() - Static method in class fr.cnes.sirius.patrius.bodies.CelestialBodyFactory
-
Get the Earth singleton body.
- getEarthMoonBarycenter() - Static method in class fr.cnes.sirius.patrius.bodies.CelestialBodyFactory
-
Get the Earth-Moon barycenter singleton bodies pair.
- getEarthRadius() - Method in class fr.cnes.sirius.patrius.stela.PerigeeAltitudeDetector
-
Get the earth radius.
- getEarthRotationAngle(AbsoluteDate) - Static method in class fr.cnes.sirius.patrius.frames.transformations.TIRFProvider
-
Get the Earth Rotation Angle at the current date.
- getEarthRotationRate() - Static method in class fr.cnes.sirius.patrius.frames.transformations.TIRFProvider
-
Get the Earth Rotation rate.
- getEarthShape() - Method in class fr.cnes.sirius.patrius.propagation.events.LatitudeDetector
-
Returns the Earth shape.
- getEarthShape() - Method in class fr.cnes.sirius.patrius.propagation.events.NadirSolarIncidenceDetector
-
Returns Earth shape.
- getEast() - Method in class fr.cnes.sirius.patrius.bodies.GeodeticPoint
-
Get the direction to the east of point, expressed in parent shape frame.
- getEast() - Method in class fr.cnes.sirius.patrius.frames.TopocentricFrame
-
Get the east direction of topocentric frame, expressed in parent shape frame.
- getEccentricAnomaly() - Method in class fr.cnes.sirius.patrius.orbits.EquatorialOrbit
-
Get the eccentric anomaly.
- getEccentricAnomaly() - Method in class fr.cnes.sirius.patrius.orbits.KeplerianOrbit
-
Get the eccentric anomaly.
- getEccentricAnomaly() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquatorialParameters
-
Get the eccentric anomaly.
- getEccentricAnomaly() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.KeplerianParameters
-
Get the eccentric anomaly.
- getEccentricity() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.AlmanacParameter
-
- getEccentricity() - Method in class fr.cnes.sirius.patrius.projections.ProjectionEllipsoid
-
Get the eccentricity.
- getEclipseDetector() - Method in class fr.cnes.sirius.patrius.events.CentralBodyMaskCircularFOVDetector
-
Get the eclipse detector.
- getEdges() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plate
-
- getEffects() - Method in class fr.cnes.sirius.patrius.propagation.analytical.AdapterPropagator
-
Get the differential effects.
- getEigenvector(int) - Method in class fr.cnes.sirius.patrius.math.linear.EigenDecomposition
-
Gets a copy of the ith eigenvector of the original matrix.
- getElement() - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.utilities.AVLTree.Node
-
Get the contained element.
- getElement(int) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Returns the element at the specified index
- getElement(int) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedDescriptiveStatistics
-
Returns the element at the specified index
- getElement(int) - Method in interface fr.cnes.sirius.patrius.math.util.DoubleArray
-
Returns the element at the specified index.
- getElement(int) - Method in class fr.cnes.sirius.patrius.math.util.ResizableDoubleArray
-
Returns the element at the specified index
- getElementNumber() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLE
-
Get the element number.
- getElements() - Method in interface fr.cnes.sirius.patrius.math.util.DoubleArray
-
Returns a double[] array containing the elements of this DoubleArray.
- getElements() - Method in class fr.cnes.sirius.patrius.math.util.ResizableDoubleArray
-
Returns a double array containing the elements of this ResizableArray.
- getElevation(Vector3D, Frame, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.TopocentricFrame
-
Get the elevation of a point with regards to the local point.
- getElevation() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.TopocentricPosition
-
Get the elevation angle.
- getElevation() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.TopocentricPV
-
Get the elevation angle.
- getElevation() - Method in class fr.cnes.sirius.patrius.propagation.events.ApparentElevationDetector
-
Get the threshold apparent elevation value.
- getElevation() - Method in class fr.cnes.sirius.patrius.propagation.events.ElevationDetector
-
Get the threshold elevation value.
- getElevation(double) - Method in class fr.cnes.sirius.patrius.propagation.events.GroundMaskElevationDetector
-
Get the interpolated elevation for a given azimuth according to the mask.
- getElevationRate(PVCoordinates, Frame, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.TopocentricFrame
-
Get the elevation rate of a point.
- getElevationRate() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.TopocentricPV
-
Get the elevation rate.
- getElitismRate() - Method in class fr.cnes.sirius.patrius.math.genetics.ElitisticListPopulation
-
Access the elitism rate.
- getEllipsoidicCoordinates(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Ellipsoid
-
Convert from Cartesian to Ellipsoid coordinates
- getEllipticity(double, double) - Method in class fr.cnes.sirius.patrius.assembly.properties.RFAntennaProperty
-
Gets the factor of ellipticity using a spline interpolation.
- getEllipticityCorrectionLoveNumber2() - Method in interface fr.cnes.sirius.patrius.forces.gravity.tides.ITerrestrialTidesDataProvider
-
Get second degree Love number for the ellipticity perturbation.
- getEllipticityCorrectionLoveNumber2() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.TerrestrialTidesDataProvider
-
- getEllipticityFactor() - Method in class fr.cnes.sirius.patrius.groundstation.RFStationAntenna
-
- getEm() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsSet
-
- getEME2000() - Static method in class fr.cnes.sirius.patrius.frames.FramesFactory
-
Get the unique EME2000 frame.
- getEmissivity(AbsoluteDate, double, double) - Method in interface fr.cnes.sirius.patrius.forces.radiation.IEmissivityModel
-
Get the albedo and infrared emissivities.
- getEmissivity(AbsoluteDate, double, double) - Method in class fr.cnes.sirius.patrius.forces.radiation.KnockeRiesModel
-
Computing of the emissivities of earth (albedo and infrared) based of the Knocke-Reis model (the longitude is not
used in this model)
- getEmpiricalDistribution() - Method in class fr.cnes.sirius.patrius.math.random.ValueServer
-
- getEnd() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.LineSegment
-
- getEnd() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Segment
-
Get the end point of the segment.
- getEnd() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Segment
-
Get the end point of the segment.
- getEndDate() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
Return the maneuver stop date (if a date or a
DateDetector as been provided).
- getEndDate() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
Return the maneuver stop date (if a date or a
DateDetector as been provided).
- getEndDate() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.AbstractEOPHistory
-
Get the date of the last available Earth Orientation Parameters.
- getEndDate() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOP2000HistoryConstantOutsideInterval
-
- getEndDate() - Method in interface fr.cnes.sirius.patrius.frames.configuration.eop.EOPHistory
-
Get the date of the last available Earth Orientation Parameters.
- getEndDate() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.NoEOP2000History
-
getEndDate.
- getEndDate() - Method in class fr.cnes.sirius.patrius.signalpropagation.SignalPropagation
-
- getEndingEvent() - Method in class fr.cnes.sirius.patrius.events.Phenomenon
-
Get the ending event.
- getEndingIsDefined() - Method in class fr.cnes.sirius.patrius.events.Phenomenon
-
True if the second boundary value is defined.
- getEnginesList() - Method in class fr.cnes.sirius.patrius.assembly.Vehicle
-
Returns the engines list.
- getEntries() - Method in class fr.cnes.sirius.patrius.time.TimeStampedCache
-
Get the total number of entries cached.
- getEntry(int, int) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Matrix3D
-
Returns the value of one entry of the matrix
- getEntry(int, int) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Returns the entry in the specified row and column.
- getEntry(int, int) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Get the entry in the specified row and column.
- getEntry(int, int) - Method in class fr.cnes.sirius.patrius.math.linear.Array2DRowFieldMatrix
-
Returns the entry in the specified row and column.
- getEntry(int, int) - Method in class fr.cnes.sirius.patrius.math.linear.Array2DRowRealMatrix
-
Get the entry in the specified row and column.
- getEntry(int) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Returns the entry in the specified index.
- getEntry(int) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Return the entry at the specified index.
- getEntry(int, int) - Method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Returns the entry in the specified row and column.
- getEntry(int, int) - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Get the entry in the specified row and column.
- getEntry(int, int) - Method in class fr.cnes.sirius.patrius.math.linear.DiagonalMatrix
-
Get the entry in the specified row and column.
- getEntry(int, int) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrix
-
Returns the entry in the specified row and column.
- getEntry(int) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldVector
-
Returns the entry in the specified index.
- getEntry(int, int) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Get the entry in the specified row and column.
- getEntry(int) - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Return the entry at the specified index.
- getEntry(int, int) - Method in class fr.cnes.sirius.patrius.math.linear.SymmetricMatrix
-
Get the entry in the specified row and column.
- getEODFrame(boolean) - Static method in class fr.cnes.sirius.patrius.frames.FramesFactory
-
This class implements the EOD frame (mean ecliptic and equinox of the epoch).
- getEOP1980History() - Static method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOPHistoryFactory
-
Get Earth Orientation Parameters history (IAU1980) data.
- getEOP1980History(EOPInterpolators) - Static method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOPHistoryFactory
-
Get Earth Orientation Parameters history (IAU1980) data.
- getEOP2000History() - Static method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOPHistoryFactory
-
Get Earth Orientation Parameters history (IAU2000) data.
- getEOP2000History(EOPInterpolators) - Static method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOPHistoryFactory
-
Get Earth Orientation Parameters history (IAU2000) data.
- getEOP2000History(EOPInterpolators, EOP2000HistoryLoader) - Static method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOPHistoryFactory
-
Get Earth Orientation Parameters history (IAU2000) data using a specific loader.
- getEOP2000HistoryConstant() - Static method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOPHistoryFactory
-
Get Earth Orientation Parameters history (IAU2000) data.
- getEOP2000HistoryConstant(EOPInterpolators) - Static method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOPHistoryFactory
-
Get Earth Orientation Parameters history (IAU2000) data.
- getEOP2000HistoryConstant(EOPInterpolators, EOP2000HistoryLoader) - Static method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOPHistoryFactory
-
Get Earth Orientation Parameters history (IAU2000) data using a specific loader.
- getEOPHistory() - Method in interface fr.cnes.sirius.patrius.frames.configuration.FramesConfiguration
-
Get the EOP history.
- getEOPHistory() - Method in class fr.cnes.sirius.patrius.frames.configuration.FramesConfigurationImplementation
-
Get the EOP history.
- getEOPInterpolationMethod() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.AbstractEOPHistory
-
Return the EOP interpolation method.
- getEOPInterpolationMethod() - Method in interface fr.cnes.sirius.patrius.frames.configuration.eop.EOPHistory
-
Return the EOP interpolation method.
- getEOPInterpolationMethod() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.NoEOP2000History
-
EOPInterpolators.
- getEOPInterpolationMethod() - Method in interface fr.cnes.sirius.patrius.frames.configuration.FramesConfiguration
-
Return the EOP interpolation method.
- getEOPInterpolationMethod() - Method in class fr.cnes.sirius.patrius.frames.configuration.FramesConfigurationImplementation
-
Get the EOP interpolation method.
- getEp() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsSet
-
- getEphemeris() - Method in class fr.cnes.sirius.patrius.attitudes.AbstractIsisSpinBiasSlew
-
Get the attitude ephemeris representing the slew.
- getEphemeris() - Method in class fr.cnes.sirius.patrius.attitudes.TwoSpinBiasSlew
-
Get the attitude ephemeris representing the slew
- getEphemeris() - Method in class fr.cnes.sirius.patrius.propagation.analytical.AnalyticalEphemerisModeHandler
-
Get the generated ephemeris.
- getEphemeris(String) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiEphemerisModeHandler
-
Get the generated ephemeris of the given spacecraft Id.
- getEphemerisType() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLE
-
Get the type of ephemeris.
- getEpoch() - Method in interface fr.cnes.sirius.patrius.files.general.OrbitFile
-
Returns the start epoch of the orbit file.
- getEpoch() - Method in class fr.cnes.sirius.patrius.files.general.SatelliteTimeCoordinate
-
Returns the epoch for this coordinate.
- getEpoch() - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Returns the start epoch of the orbit file.
- getEpoch() - Method in class fr.cnes.sirius.patrius.frames.transformations.HelmertTransformation
-
Get the reference epoch of the transform.
- getEpoch() - Method in class fr.cnes.sirius.patrius.models.earth.GeoMagneticField
-
Returns the epoch for this magnetic field model.
- getEpoch() - Method in class fr.cnes.sirius.patrius.time.AbsoluteDate
-
- getEpochInterval() - Method in interface fr.cnes.sirius.patrius.files.general.OrbitFile
-
Returns the time interval between epochs (in seconds).
- getEpochInterval() - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Returns the time interval between epochs (in seconds).
- getEps() - Method in class fr.cnes.sirius.patrius.math.stat.clustering.DBSCANClusterer
-
Returns the maximum radius of the neighborhood to be considered.
- getEpsilon() - Method in class fr.cnes.sirius.patrius.assembly.properties.AeroProperty
-
Getter for the specular reemission percentage.
- getEquationOfEquinoxes(AbsoluteDate) - Static method in class fr.cnes.sirius.patrius.frames.transformations.TODProvider
-
Get the Equation of the Equinoxes at the current date.
- getEquationsDimension() - Method in interface fr.cnes.sirius.patrius.stela.propagation.StelaAdditionalEquations
-
- getEquationsDimension() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaPartialDerivativesEquations
-
- getEquatorialParameters() - Method in class fr.cnes.sirius.patrius.orbits.EquatorialOrbit
-
Getter for underlying equatorial parameters.
- getEquatorialParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisAltitudeParameters
-
Convert current orbital parameters into equatorial parameters.
- getEquatorialParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisRadiusParameters
-
Convert current orbital parameters into equatorial parameters.
- getEquatorialParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CartesianParameters
-
Convert current orbital parameters into equatorial parameters.
- getEquatorialParameters(double) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CartesianParameters
-
Convert current orbital parameters into equatorial parameters.
- getEquatorialParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CircularParameters
-
Convert current orbital parameters into equatorial parameters.
- getEquatorialParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquatorialParameters
-
Convert current orbital parameters into equatorial parameters.
- getEquatorialParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquinoctialParameters
-
Convert current orbital parameters into equatorial parameters.
- getEquatorialParameters() - Method in interface fr.cnes.sirius.patrius.orbits.orbitalparameters.IOrbitalParameters
-
Convert current orbital parameters into equatorial parameters.
- getEquatorialParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.KeplerianParameters
-
Convert current orbital parameters into equatorial parameters.
- getEquatorialParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ReentryParameters
-
Convert current orbital parameters into equatorial parameters.
- getEquatorialParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.StelaEquinoctialParameters
-
Convert current orbital parameters into equatorial parameters.
- getEquatorialRadius() - Method in class fr.cnes.sirius.patrius.bodies.ExtendedOneAxisEllipsoid
-
Get the equatorial radius of the body.
- getEquatorialRadius() - Method in class fr.cnes.sirius.patrius.bodies.OneAxisEllipsoid
-
Get the equatorial radius of the body.
- getEquatorialRadius() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Spheroid
-
Get equatorial radius of Spheroid.
- getEquinoctialEx() - Method in class fr.cnes.sirius.patrius.orbits.ApsisOrbit
-
Get the first component of the equinoctial eccentricity vector.
- getEquinoctialEx() - Method in class fr.cnes.sirius.patrius.orbits.CartesianOrbit
-
Get the first component of the equinoctial eccentricity vector.
- getEquinoctialEx() - Method in class fr.cnes.sirius.patrius.orbits.CircularOrbit
-
Get the first component of the equinoctial eccentricity vector.
- getEquinoctialEx() - Method in class fr.cnes.sirius.patrius.orbits.EquatorialOrbit
-
Get the first component of the equinoctial eccentricity vector.
- getEquinoctialEx() - Method in class fr.cnes.sirius.patrius.orbits.EquinoctialOrbit
-
Get the first component of the eccentricity vector.
- getEquinoctialEx() - Method in class fr.cnes.sirius.patrius.orbits.KeplerianOrbit
-
Get the first component of the equinoctial eccentricity vector.
- getEquinoctialEx() - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
Get the first component of the equinoctial eccentricity vector.
- getEquinoctialEx() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquinoctialParameters
-
Get the first component of the eccentricity vector.
- getEquinoctialEx() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.StelaEquinoctialParameters
-
Get the first component of the eccentricity vector.
- getEquinoctialEx() - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get the first component of the eccentricity vector (as per equinoctial parameters).
- getEquinoctialEx() - Method in class fr.cnes.sirius.patrius.stela.orbits.StelaEquinoctialOrbit
-
Get the first component of the eccentricity vector.
- getEquinoctialEy() - Method in class fr.cnes.sirius.patrius.orbits.ApsisOrbit
-
Get the second component of the equinoctial eccentricity vector.
- getEquinoctialEy() - Method in class fr.cnes.sirius.patrius.orbits.CartesianOrbit
-
Get the second component of the equinoctial eccentricity vector.
- getEquinoctialEy() - Method in class fr.cnes.sirius.patrius.orbits.CircularOrbit
-
Get the second component of the equinoctial eccentricity vector.
- getEquinoctialEy() - Method in class fr.cnes.sirius.patrius.orbits.EquatorialOrbit
-
Get the second component of the equinoctial eccentricity vector.
- getEquinoctialEy() - Method in class fr.cnes.sirius.patrius.orbits.EquinoctialOrbit
-
Get the second component of the eccentricity vector.
- getEquinoctialEy() - Method in class fr.cnes.sirius.patrius.orbits.KeplerianOrbit
-
Get the second component of the equinoctial eccentricity vector.
- getEquinoctialEy() - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
Get the second component of the equinoctial eccentricity vector.
- getEquinoctialEy() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquinoctialParameters
-
Get the second component of the eccentricity vector.
- getEquinoctialEy() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.StelaEquinoctialParameters
-
Get the second component of the eccentricity vector.
- getEquinoctialEy() - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get the second component of the eccentricity vector (as per equinoctial parameters).
- getEquinoctialEy() - Method in class fr.cnes.sirius.patrius.stela.orbits.StelaEquinoctialOrbit
-
Get the second component of the eccentricity vector.
- getEquinoctialParameters() - Method in class fr.cnes.sirius.patrius.orbits.EquinoctialOrbit
-
Getter for underlying equinoctial parameters.
- getEquinoctialParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisAltitudeParameters
-
Convert current orbital parameters into equinoctial parameters.
- getEquinoctialParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisRadiusParameters
-
Convert current orbital parameters into equinoctial parameters.
- getEquinoctialParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CartesianParameters
-
Convert current orbital parameters into equinoctial parameters.
- getEquinoctialParameters(double) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CartesianParameters
-
Convert current orbital parameters into equinoctial parameters.
- getEquinoctialParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CircularParameters
-
Convert current orbital parameters into equinoctial parameters.
- getEquinoctialParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquatorialParameters
-
Convert current orbital parameters into equinoctial parameters.
- getEquinoctialParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquinoctialParameters
-
Convert current orbital parameters into equinoctial parameters.
- getEquinoctialParameters() - Method in interface fr.cnes.sirius.patrius.orbits.orbitalparameters.IOrbitalParameters
-
Convert current orbital parameters into equinoctial parameters.
- getEquinoctialParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.KeplerianParameters
-
Convert current orbital parameters into equinoctial parameters.
- getEquinoctialParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ReentryParameters
-
Convert current orbital parameters into equinoctial parameters.
- getEquinoctialParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.StelaEquinoctialParameters
-
Convert current orbital parameters into equinoctial parameters.
- getEquinoctialParameters() - Method in class fr.cnes.sirius.patrius.stela.orbits.StelaEquinoctialOrbit
-
Getter for underlying equinoctial parameters.
- getERA(AbsoluteDate) - Static method in class fr.cnes.sirius.patrius.stela.bodies.EarthRotation
-
Compute the Earth Rotation Angle (ERA) using Capitaine model (2000).
- getERADerivative(AbsoluteDate) - Static method in class fr.cnes.sirius.patrius.stela.bodies.EarthRotation
-
Compute the Earth Rotation Angle (ERA) derivative.
- getErgolsMass() - Method in class fr.cnes.sirius.patrius.assembly.Vehicle
-
Returns the sum of ergols masses.
- getErrorCovariance() - Method in class fr.cnes.sirius.patrius.math.filter.KalmanFilter
-
Returns the current error covariance matrix.
- getErrorCovarianceMatrix() - Method in class fr.cnes.sirius.patrius.math.filter.KalmanFilter
-
Returns a copy of the current error covariance matrix.
- getErrorSumSquares() - Method in class fr.cnes.sirius.patrius.math.stat.regression.RegressionResults
-
- getESplit() - Method in class fr.cnes.sirius.patrius.math.dfp.DfpField
-
Get the constant e split in two pieces.
- getEulerAngles(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.transformations.MODProvider
-
Compute Euler angles (3, 2, 3) of MOD => EME2000 transformation and their derivatives with respect to time.
- getEvaluations() - Method in class fr.cnes.sirius.patrius.math.analysis.integration.BaseAbstractUnivariateIntegrator
-
Get the number of function evaluations of the last run of the integrator.
- getEvaluations() - Method in interface fr.cnes.sirius.patrius.math.analysis.integration.UnivariateIntegrator
-
Get the number of function evaluations of the last run of the integrator.
- getEvaluations() - Method in class fr.cnes.sirius.patrius.math.analysis.solver.BaseAbstractUnivariateSolver
-
Get the number of evaluations of the objective function.
- getEvaluations() - Method in interface fr.cnes.sirius.patrius.math.analysis.solver.BaseUnivariateSolver
-
Get the number of evaluations of the objective function.
- getEvaluations() - Method in class fr.cnes.sirius.patrius.math.dfp.BracketingNthOrderBrentSolverDFP
-
Get the number of evaluations of the objective function.
- getEvaluations() - Method in class fr.cnes.sirius.patrius.math.ode.AbstractIntegrator
-
Get the number of evaluations of the differential equations function.
- getEvaluations() - Method in interface fr.cnes.sirius.patrius.math.ode.ODEIntegrator
-
Get the number of evaluations of the differential equations function.
- getEvaluations() - Method in class fr.cnes.sirius.patrius.math.optim.BaseMultiStartMultivariateOptimizer
-
Gets the number of evaluations of the objective function.
- getEvaluations() - Method in class fr.cnes.sirius.patrius.math.optim.BaseOptimizer
-
Gets the number of evaluations of the objective function.
- getEvaluations() - Method in class fr.cnes.sirius.patrius.math.optim.univariate.BracketFinder
-
- getEvaluations() - Method in class fr.cnes.sirius.patrius.math.optim.univariate.MultiStartUnivariateOptimizer
-
Gets the number of evaluations of the objective function.
- getEvent() - Method in class fr.cnes.sirius.patrius.propagation.events.NthOccurrenceDetector
-
Get event to detect.
- getEventDetector() - Method in class fr.cnes.sirius.patrius.events.multi.MultiEventsLogger.MultiLoggedEvent
-
Get the event detector triggered.
- getEventDetector() - Method in class fr.cnes.sirius.patrius.propagation.events.EventsLogger.LoggedEvent
-
Get the event detector triggered.
- getEventDetector() - Method in class fr.cnes.sirius.patrius.propagation.events.EventState
-
Get the underlying event detector.
- getEventHandler() - Method in class fr.cnes.sirius.patrius.math.ode.events.EventState
-
Get the underlying event handler.
- getEventHandlers() - Method in class fr.cnes.sirius.patrius.math.ode.AbstractIntegrator
-
Get all the event handlers that have been added to the integrator.
- getEventHandlers() - Method in interface fr.cnes.sirius.patrius.math.ode.ODEIntegrator
-
Get all the event handlers that have been added to the integrator.
- getEvents(String, String, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.events.CodedEventsList
-
Finds one/more events in the list of
CodedEvent following some criteria.
When a comment and a date are available, the method looks for a specific event in the list, otherwise if only the
code is given as input, it looks for a list of events with the same code.
- getEventsDetectors() - Method in class fr.cnes.sirius.patrius.forces.drag.DragForce
-
There are no discrete events for this model.
- getEventsDetectors() - Method in class fr.cnes.sirius.patrius.forces.EmpiricalForce
-
- getEventsDetectors() - Method in interface fr.cnes.sirius.patrius.forces.ForceModel
-
Get the discrete events related to the model.
- getEventsDetectors() - Method in class fr.cnes.sirius.patrius.forces.gravity.BalminoAttractionModel
-
Get the discrete events related to the model.
- getEventsDetectors() - Method in class fr.cnes.sirius.patrius.forces.gravity.CunninghamAttractionModel
-
Get the discrete events related to the model.
- getEventsDetectors() - Method in class fr.cnes.sirius.patrius.forces.gravity.DrozinerAttractionModel
-
Get the discrete events related to the model.
- getEventsDetectors() - Method in class fr.cnes.sirius.patrius.forces.gravity.NewtonianAttraction
-
Get the discrete events related to the model.
- getEventsDetectors() - Method in class fr.cnes.sirius.patrius.forces.gravity.ThirdBodyAttraction
-
Get the discrete events related to the model.
- getEventsDetectors() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.AbstractTides
-
Get the discrete events related to the model.
- getEventsDetectors() - Method in class fr.cnes.sirius.patrius.forces.gravity.variations.VariablePotentialAttractionModel
-
Get the discrete events related to the model.
- getEventsDetectors() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
Get the discrete events related to the model.
- getEventsDetectors() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
Get the discrete events related to the model.
- getEventsDetectors() - Method in class fr.cnes.sirius.patrius.forces.radiation.RediffusedRadiationPressure
-
Get the discrete events related to the model.
- getEventsDetectors() - Method in class fr.cnes.sirius.patrius.forces.radiation.SolarRadiationPressureCircular
-
Get the discrete events related to the model.
- getEventsDetectors() - Method in class fr.cnes.sirius.patrius.forces.radiation.SolarRadiationPressureEllipsoid
-
Get the discrete events related to the model.
- getEventsDetectors() - Method in class fr.cnes.sirius.patrius.forces.relativistic.CoriolisRelativisticEffect
-
Get the discrete events related to the model.
- getEventsDetectors() - Method in class fr.cnes.sirius.patrius.forces.relativistic.LenseThirringRelativisticEffect
-
Get the discrete events related to the model.
- getEventsDetectors() - Method in class fr.cnes.sirius.patrius.forces.relativistic.SchwarzschildRelativisticEffect
-
Get the discrete events related to the model.
- getEventsDetectors() - Method in class fr.cnes.sirius.patrius.propagation.AbstractPropagator
-
Get all the events detectors that have been added.
- getEventsDetectors() - Method in interface fr.cnes.sirius.patrius.propagation.MultiPropagator
-
Get all the events
detectors that have been added.
- getEventsDetectors() - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
- getEventsDetectors() - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Get all the events detectors that have been added.
- getEventsDetectors() - Method in interface fr.cnes.sirius.patrius.propagation.Propagator
-
Get all the events detectors that have been added.
- getEventsDetectors() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Get all the events detectors that have been added.
- getEventTime() - Method in class fr.cnes.sirius.patrius.math.ode.events.EventState
-
Get the occurrence time of the event triggered in the current step.
- getEventTime() - Method in class fr.cnes.sirius.patrius.propagation.events.EventState
-
Get the occurrence time of the event triggered in the current step.
- getEventType() - Method in interface fr.cnes.sirius.patrius.events.CodingEventDetector
-
Gets a code indicating the type of event we want to log: DELAY when a delay
is associated to the logged events with respect to the detected events, N_OCCURRENCE
when we want to log the nth occurrence of the detected events, STANDARD when no delays
and no occurrence numbers are taken into consideration.
- getEventType() - Method in class fr.cnes.sirius.patrius.events.GenericCodingEventDetector
-
- getEventType() - Method in interface fr.cnes.sirius.patrius.events.multi.MultiCodingEventDetector
-
Gets a code indicating the type of event we want to log: DELAY when a delay
is associated to the logged events with respect to the detected events, N_OCCURRENCE
when we want to log the nth occurrence of the detected events, STANDARD when no delays
and no occurrence numbers are taken into consideration.
- getEventType() - Method in class fr.cnes.sirius.patrius.events.multi.MultiGenericCodingEventDetector
-
- getException() - Method in exception fr.cnes.sirius.patrius.utils.exception.PatriusExceptionWrapper
-
Get the wrapped exception.
- getExModel() - Method in class fr.cnes.sirius.patrius.propagation.analytical.twod.Analytical2DOrbitModel
-
Get the x eccentricity component parameter model.
- getExosphericTemp() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.JB2006
-
Get the exospheric temperature above input position.
- getExosphericTemperature() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.AtmosphereData
-
Returns the exospheric temperature.
- getExpectedColumnDimension() - Method in exception fr.cnes.sirius.patrius.math.linear.MatrixDimensionMismatchException
-
- getExpectedDimension(int) - Method in exception fr.cnes.sirius.patrius.math.exception.MultiDimensionMismatchException
-
- getExpectedDimensions() - Method in exception fr.cnes.sirius.patrius.math.exception.MultiDimensionMismatchException
-
- getExpectedRowDimension() - Method in exception fr.cnes.sirius.patrius.math.linear.MatrixDimensionMismatchException
-
- getExponent() - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
Return the exponent of the instance value, removing the bias.
- getExponent() - Method in class fr.cnes.sirius.patrius.math.distribution.ZipfDistribution
-
Get the exponent characterizing the distribution.
- getExponent(double) - Static method in class fr.cnes.sirius.patrius.math.util.FastMath
-
Return the exponent of a double number, removing the bias.
- getExponent(float) - Static method in class fr.cnes.sirius.patrius.math.util.FastMath
-
Return the exponent of a float number, removing the bias.
- getEyModel() - Method in class fr.cnes.sirius.patrius.propagation.analytical.twod.Analytical2DOrbitModel
-
Get the y eccentricity component parameter model.
- getF() - Method in class fr.cnes.sirius.patrius.data.BodiesElements
-
Get L - Ω where L is the mean longitude of the Moon.
- getF() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ReentryParameters
-
Getter for flattening.
- getF10(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.JB2006InputParameters
-
Get the value of the instantaneous solar flux index
(1e-22*Watt/(m2*Hertz)).
- getF107() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Input
-
Getter for f107.
- getF107A() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Input
-
Getter for f107A.
- getF10B(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.JB2006InputParameters
-
Get the value of the mean solar flux.
- getFaces() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Parallelepiped
-
- getFacet() - Method in class fr.cnes.sirius.patrius.assembly.properties.AeroFacetProperty
-
Get the facet.
- getFacet() - Method in class fr.cnes.sirius.patrius.assembly.properties.RadiativeFacetProperty
-
Get the facet.
- getFactoryKey() - Method in class fr.cnes.sirius.patrius.frames.FactoryManagedFrame
-
Get the key of the frame within the factory.
- getFc() - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.TesseralQuad
-
Getter for fc.
- getFHi() - Method in exception fr.cnes.sirius.patrius.math.exception.NoBracketingException
-
Get the value at the higher end of the interval.
- getFHi() - Method in class fr.cnes.sirius.patrius.math.optim.univariate.BracketFinder
-
- getField() - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
Get the
Field to which the instance belongs.
- getField() - Method in class fr.cnes.sirius.patrius.math.complex.Complex
-
Get the
Field to which the instance belongs.
- getField() - Method in class fr.cnes.sirius.patrius.math.dfp.Dfp
-
- getField() - Method in interface fr.cnes.sirius.patrius.math.FieldElement
-
Get the
Field to which the instance belongs.
- getField() - Method in class fr.cnes.sirius.patrius.math.fraction.BigFraction
-
Get the
Field to which the instance belongs.
- getField() - Method in class fr.cnes.sirius.patrius.math.fraction.Fraction
-
Get the
Field to which the instance belongs.
- getField() - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Get the type of field elements of the matrix.
- getField() - Method in class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Get the type of field elements of the vector.
- getField() - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrix
-
Get the type of field elements of the matrix.
- getField() - Method in interface fr.cnes.sirius.patrius.math.linear.FieldVector
-
Get the type of field elements of the vector.
- getField() - Method in class fr.cnes.sirius.patrius.math.util.BigReal
-
Get the
Field to which the instance belongs.
- getField() - Method in class fr.cnes.sirius.patrius.math.util.Decimal64
-
Get the
Field to which the instance belongs.
- getField(GeoMagneticFieldFactory.FieldModel, AbsoluteDate) - Static method in class fr.cnes.sirius.patrius.models.earth.GeoMagneticFieldFactory
-
- getField(GeoMagneticFieldFactory.FieldModel, double) - Static method in class fr.cnes.sirius.patrius.models.earth.GeoMagneticFieldFactory
-
- getFieldVector() - Method in class fr.cnes.sirius.patrius.models.earth.GeoMagneticElements
-
Returns the magnetic field vector in the topocentric frame (North=X, East=Y, Nadir=Z) in nTesla.
- getFileDate(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.MarshallSolarActivityFutureEstimation
-
Get the date of the file from which data at the specified date comes from.
- getFilter(int) - Static method in enum fr.cnes.sirius.patrius.utils.AngularDerivativesFilter
-
Get the filter corresponding to a maximum derivation order.
- getFilter(int) - Static method in enum fr.cnes.sirius.patrius.utils.CartesianDerivativesFilter
-
Get the filter corresponding to a maximum derivation order.
- getFinalTime() - Method in class fr.cnes.sirius.patrius.math.ode.ContinuousOutputModel
-
Get the final integration time.
- getFirst() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.AbstractEOPHistory
-
Returns first EOP entry.
- getFirst() - Method in class fr.cnes.sirius.patrius.math.genetics.ChromosomePair
-
Access the first chromosome.
- getFirst() - Method in class fr.cnes.sirius.patrius.math.util.Pair
-
Get the first element of the pair.
- getFirst() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLESeries
-
Get the first TLE.
- getFirstAttitudeLeg() - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeLegsSequence
-
Gets the first leg.
- getFirstBody() - Method in class fr.cnes.sirius.patrius.propagation.events.ExtremaThreeBodiesAngleDetector
-
Get 1st body
- getFirstBody() - Method in class fr.cnes.sirius.patrius.propagation.events.ThreeBodiesAngleDetector
-
Get 1st body.
- getFirstCovarianceMatrix() - Method in class fr.cnes.sirius.patrius.propagation.analytical.covariance.CovarianceInterpolation
-
- getFirstDate() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLESeries
-
Get the start date of the series.
- getFirstIndex() - Method in class fr.cnes.sirius.patrius.math.ode.EquationsMapper
-
Get the index of the first equation element in complete state arrays.
- getFirstKnownLeapSecond() - Method in class fr.cnes.sirius.patrius.time.UTCScale
-
Get the date of the first known leap second.
- getFitness() - Method in class fr.cnes.sirius.patrius.math.genetics.Chromosome
-
Access the fitness of this chromosome.
- getFittedParameters() - Method in class fr.cnes.sirius.patrius.math.fitting.SecularAndHarmonic
-
Get a copy of the last fitted parameters.
- getFittestChromosome() - Method in class fr.cnes.sirius.patrius.math.genetics.ListPopulation
-
Access the fittest chromosome in this population.
- getFittestChromosome() - Method in interface fr.cnes.sirius.patrius.math.genetics.Population
-
Access the fittest chromosome in this population.
- getFixedDateType() - Method in class fr.cnes.sirius.patrius.signalpropagation.SignalPropagation
-
- getFlagAlbedo() - Method in class fr.cnes.sirius.patrius.assembly.models.RediffusedRadiativeModel
-
- getFlagAlbedo() - Method in interface fr.cnes.sirius.patrius.forces.radiation.RediffusedRadiationSensitive
-
albedo getter
- getFlagIr() - Method in class fr.cnes.sirius.patrius.assembly.models.RediffusedRadiativeModel
-
- getFlagIr() - Method in interface fr.cnes.sirius.patrius.forces.radiation.RediffusedRadiationSensitive
-
infrared setter
- getFlattening() - Method in class fr.cnes.sirius.patrius.bodies.ExtendedOneAxisEllipsoid
-
Return the flattening
- getFLo() - Method in exception fr.cnes.sirius.patrius.math.exception.NoBracketingException
-
Get the value at the lower end of the interval.
- getFLo() - Method in class fr.cnes.sirius.patrius.math.optim.univariate.BracketFinder
-
- getFlowRate(SpacecraftState) - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
Get the flow rate.
- getFlux() - Method in class fr.cnes.sirius.patrius.forces.radiation.RediffusedFlux
-
getFlux : return all elementary rediffused fluxes
- getFluxMaxDate() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.ConstantSolarActivity
-
Get maximum date of flux values
- getFluxMaxDate() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.ExtendedSolarActivityWrapper
-
Get maximum date of flux values
- getFluxMaxDate() - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataProvider
-
Get maximum date of flux values
- getFluxMaxDate() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataReader
-
Get maximum date of flux values
- getFluxMinDate() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.ConstantSolarActivity
-
Get minimum date of flux values
- getFluxMinDate() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.ExtendedSolarActivityWrapper
-
Get minimum date of flux values
- getFluxMinDate() - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataProvider
-
Get minimum date of flux values
- getFluxMinDate() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataReader
-
Get minimum date of flux values
- getFMid() - Method in class fr.cnes.sirius.patrius.math.optim.univariate.BracketFinder
-
- getForce() - Method in class fr.cnes.sirius.patrius.wrenches.Wrench
-
- getForceModels(String) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
Get perturbing force models list.
- getForceModels() - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Get perturbing force models list.
- getForceModels() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaGTOPropagator
-
Get perturbing force models list.
- getForcesStepHandler() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaGTOPropagator
-
Getter for forces step handler.
- getFormat() - Method in class fr.cnes.sirius.patrius.math.geometry.VectorFormat
-
Get the components format.
- getFormat() - Method in class fr.cnes.sirius.patrius.math.linear.RealMatrixFormat
-
Get the components format.
- getFormat() - Method in class fr.cnes.sirius.patrius.math.linear.RealVectorFormat
-
Get the components format.
- getFourier() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.FourierSeriesApproximation
-
- getFOV() - Method in class fr.cnes.sirius.patrius.events.EarthZoneDetector
-
Get FOV list
- getFOV() - Method in class fr.cnes.sirius.patrius.groundstation.GeometricStationAntenna
-
- getFractionSeconds() - Method in class fr.cnes.sirius.patrius.time.TimeComponents
-
Get the fractional part of seconds.
- getFrame() - Method in interface fr.cnes.sirius.patrius.assembly.IPart
-
- getFrame() - Method in class fr.cnes.sirius.patrius.assembly.MainPart
-
- getFrame() - Method in class fr.cnes.sirius.patrius.assembly.Part
-
- getFrame() - Method in class fr.cnes.sirius.patrius.attitudes.directions.ConstantVectorDirection
-
- getFrame() - Method in class fr.cnes.sirius.patrius.events.EarthZoneDetector
-
Get the frame.
- getFrame() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
Get the frame of the acceleration inDirection.
- getFrame() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ImpulseManeuver
-
Get the frame of the velocity increment.
- getFrame(Predefined) - Static method in class fr.cnes.sirius.patrius.frames.FramesFactory
-
Get one of the predefined frames.
- getFrame() - Method in class fr.cnes.sirius.patrius.groundstation.RFStationAntenna
-
Returns ground station topocentric frame.
- getFrame() - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
Get the frame in which the orbital parameters are defined.
- getFrame() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.AbstractBoundedPVProvider
-
Get the reference frame
- getFrame() - Method in class fr.cnes.sirius.patrius.propagation.AbstractPropagator
-
Get the frame in which the orbit is propagated.
- getFrame() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLEPropagator
-
Get the frame in which the orbit is propagated.
- getFrame() - Method in class fr.cnes.sirius.patrius.propagation.AnalyticalIntegratedEphemeris
-
Get the frame in which the orbit is propagated.
- getFrame() - Method in class fr.cnes.sirius.patrius.propagation.events.NodeDetector
-
Get the frame in which the equator is defined.
- getFrame(String) - Method in interface fr.cnes.sirius.patrius.propagation.MultiPropagator
-
Get the frame in which the orbit is propagated.
- getFrame(String) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
- getFrame() - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Get the frame in which the orbit is propagated.
- getFrame() - Method in interface fr.cnes.sirius.patrius.propagation.Propagator
-
Get the frame in which the orbit is propagated.
- getFrame() - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get the inertial frame.
- getFrame() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Get the frame in which the orbit is propagated.
- getFreeParameters() - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
Get the number of free parameters.
- getFreeParameters() - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DSCompiler
-
Get the number of free parameters.
- getFrequency() - Method in class fr.cnes.sirius.patrius.assembly.properties.RFAntennaProperty
-
- getFrequencyCorrection() - Method in interface fr.cnes.sirius.patrius.forces.gravity.tides.ITerrestrialTidesDataProvider
-
Get the frequency corrections as a table of Love number corrections associated to a Doodson number i.e.
- getFrequencyCorrection() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.TerrestrialTidesDataProvider
-
- getFrobeniusNorm() - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
- getFrobeniusNorm() - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
- getFrobeniusNorm() - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
- getFrozenFrame(Frame, AbsoluteDate, String) - Method in class fr.cnes.sirius.patrius.frames.Frame
-
Get a new version of the instance, frozen with respect to a reference frame.
- getFs() - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.TesseralQuad
-
Getter for fs.
- getFunction() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.FourierSeriesApproximation
-
- getFunction() - Method in class fr.cnes.sirius.patrius.math.optim.linear.LinearOptimizer
-
- getFunctionValueAccuracy() - Method in class fr.cnes.sirius.patrius.math.analysis.solver.BaseAbstractUnivariateSolver
-
Get the function value accuracy of the solver.
- getFunctionValueAccuracy() - Method in interface fr.cnes.sirius.patrius.math.analysis.solver.BaseUnivariateSolver
-
Get the function value accuracy of the solver.
- getFunctionValueAccuracy() - Method in class fr.cnes.sirius.patrius.math.dfp.BracketingNthOrderBrentSolverDFP
-
Get the function accuracy.
- getGain(double, double) - Method in class fr.cnes.sirius.patrius.assembly.properties.RFAntennaProperty
-
Gets the antenna gain using a spline interpolation.
- getGAST(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.transformations.GTODProvider
-
Get the Greenwich apparent sidereal time, in radians.
- getGAST(AbsoluteDate, FramesConfiguration) - Method in class fr.cnes.sirius.patrius.frames.transformations.GTODProvider
-
Get the Greenwich apparent sidereal time, in radians.
- getGaussForceModels() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaGTOPropagator
-
Get perturbing Gauss force models list.
- getGCRF() - Static method in class fr.cnes.sirius.patrius.frames.FramesFactory
-
Get the unique GCRF frame.
- getGenerateCalls() - Method in class fr.cnes.sirius.patrius.time.TimeStampedCache
-
Get the number of calls to the generate method.
- getGeneratedEphemeris() - Method in class fr.cnes.sirius.patrius.propagation.AbstractPropagator
-
Get the ephemeris generated during propagation.
- getGeneratedEphemeris(String) - Method in interface fr.cnes.sirius.patrius.propagation.MultiPropagator
-
Get the ephemeris generated during propagation for a defined spacecraft.
- getGeneratedEphemeris(String) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
- getGeneratedEphemeris() - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Get the ephemeris generated during propagation.
- getGeneratedEphemeris() - Method in interface fr.cnes.sirius.patrius.propagation.Propagator
-
Get the ephemeris generated during propagation.
- getGeneratedEphemeris() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Get the ephemeris generated during propagation.
- getGenerationsEvolved() - Method in class fr.cnes.sirius.patrius.math.genetics.GeneticAlgorithm
-
Returns the number of generations evolved to reach
StoppingCondition in the last run.
- getGenerator() - Method in class fr.cnes.sirius.patrius.math.random.CorrelatedRandomVectorGenerator
-
Get the underlying normalized components generator.
- getGenerator() - Method in class fr.cnes.sirius.patrius.math.random.UniformlyCorrelatedRandomVectorGenerator
-
Get the underlying normalized components generator.
- getGenerator() - Method in class fr.cnes.sirius.patrius.time.TimeStampedCache
-
Get the generator.
- getGeneratorUpperBounds() - Method in class fr.cnes.sirius.patrius.math.random.EmpiricalDistribution
-
Returns a fresh copy of the array of upper bounds of the subintervals of [0,1] used in generating data from the
empirical distribution.
- getGeodeticAltitude(Vector3D) - Method in class fr.cnes.sirius.patrius.stela.bodies.GeodPosition
-
Compute geodetic altitude.
- getGeodeticLatitude(Vector3D) - Method in class fr.cnes.sirius.patrius.stela.bodies.GeodPosition
-
Compute geodetic latitude.
- getGeodeticLongitude(Vector3D, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.stela.bodies.GeodPosition
-
Compute the geodetic longitude at a given date.
- getGeoMeanImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.MultivariateSummaryStatistics
-
Returns the currently configured geometric mean implementation
- getGeoMeanImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Returns the currently configured geometric mean implementation
- getGeoMeanImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics
-
Returns the currently configured geometric mean implementation
- getGeoMeanImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Returns the currently configured geometric mean implementation
- getGeometricMean() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.AggregateSummaryStatistics
-
Returns the geometric mean of all the aggregated data.
- getGeometricMean() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
- getGeometricMean() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.MultivariateSummaryStatistics
-
- getGeometricMean() - Method in interface fr.cnes.sirius.patrius.math.stat.descriptive.StatisticalMultivariateSummary
-
Returns an array whose ith entry is the
geometric mean of the ith entries of the arrays
that correspond to each multivariate sample
- getGeometricMean() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Returns the geometric mean of the values that have been added.
- getGeometricMean() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics
-
- getGeometricMean() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Returns the geometric mean of the values that have been added.
- getGeometricMeanImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Returns the currently configured geometric mean implementation.
- getgLat() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Input
-
Getter for gLat.
- getGlobalCurrentTime() - Method in class fr.cnes.sirius.patrius.math.ode.sampling.AbstractStepInterpolator
-
Get the current global grid point time.
- getGlobalPreviousTime() - Method in class fr.cnes.sirius.patrius.math.ode.sampling.AbstractStepInterpolator
-
Get the previous global grid point time.
- getgLong() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Input
-
Getter for gLong.
- getGM() - Method in class fr.cnes.sirius.patrius.bodies.AbstractCelestialBody
-
Get the attraction coefficient of the body.
- getGM() - Method in interface fr.cnes.sirius.patrius.bodies.CelestialBody
-
Get the attraction coefficient of the body.
- getGMST(AbsoluteDate) - Static method in class fr.cnes.sirius.patrius.frames.transformations.GTODProvider
-
Get the Greenwich mean sidereal time, in radians.
- getGMST(AbsoluteDate, FramesConfiguration) - Static method in class fr.cnes.sirius.patrius.frames.transformations.GTODProvider
-
Get the Greenwich mean sidereal time, in radians.
- getGMST(AbsoluteDate) - Static method in class fr.cnes.sirius.patrius.stela.bodies.EarthRotation
-
Compute Greenwich Mean Sideral Time.
- getGMST() - Static method in class fr.cnes.sirius.patrius.time.TimeScalesFactory
-
Get the Greenwich Mean Sidereal Time scale.
- getGMSTDerivative(AbsoluteDate) - Static method in class fr.cnes.sirius.patrius.stela.bodies.EarthRotation
-
Compute Greenwich Mean Sideral Time derivative.
- getGoalType() - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.MultivariateOptimizer
-
- getGoalType() - Method in class fr.cnes.sirius.patrius.math.optim.univariate.UnivariateOptimizer
-
- getGPS() - Static method in class fr.cnes.sirius.patrius.time.TimeScalesFactory
-
Get the Global Positioning System scale.
- getGpsWeek() - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Returns the GPS week as contained in the SP3 file.
- getGravitationalModel(EarthGravitationalModelFactory.GravityFieldNames, String, int, int) - Static method in class fr.cnes.sirius.patrius.forces.gravity.EarthGravitationalModelFactory
-
Create an default instance of a gravitational field of a celestial body using Balmino model and specific data.
- getGravitationalModel(EarthGravitationalModelFactory.GravityFieldNames, String, int, int, boolean) - Static method in class fr.cnes.sirius.patrius.forces.gravity.EarthGravitationalModelFactory
-
Create an default instance of a gravitational field of a celestial body using Balmino model and specific data.
- getGroundLoss() - Method in class fr.cnes.sirius.patrius.groundstation.RFStationAntenna
-
- getGST() - Static method in class fr.cnes.sirius.patrius.time.TimeScalesFactory
-
Get the Galileo System Time scale.
- getGTOD(boolean) - Static method in class fr.cnes.sirius.patrius.frames.FramesFactory
-
Get the GTOD reference frame.
- getH() - Method in class fr.cnes.sirius.patrius.math.linear.QRDecomposition
-
Returns the Householder reflector vectors.
- getH0() - Method in class fr.cnes.sirius.patrius.frames.H0MinusNFrame
-
Getter for the reference date.
- getH0MinusN(String, AbsoluteDate, double, double) - Static method in class fr.cnes.sirius.patrius.frames.FramesFactory
-
Get the "H0 - n" reference frame.
- getH0MinusN(String, AbsoluteDate, double) - Static method in class fr.cnes.sirius.patrius.frames.FramesFactory
-
Get the "H0 - n" reference frame.
- getHalfAperture() - Method in class fr.cnes.sirius.patrius.propagation.events.CircularFieldOfViewDetector
-
Get fov half aperture angle.
- getHalfAperture1() - Method in class fr.cnes.sirius.patrius.propagation.events.DihedralFieldOfViewDetector
-
Get the half aperture angle of fov 1st dihedra.
- getHalfAperture2() - Method in class fr.cnes.sirius.patrius.propagation.events.DihedralFieldOfViewDetector
-
Get the half aperture angle of fov 2nd dihedra.
- getHarmonicAmplitude() - Method in class fr.cnes.sirius.patrius.math.fitting.SecularAndHarmonic
-
Get an upper bound of the fitted harmonic amplitude.
- getHeight() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.EllipticCone
-
- getHeight() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.EllipticCylinder
-
- getHeight() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Parallelepiped
-
- getHeight() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.RectangleCone
-
- getHi() - Method in exception fr.cnes.sirius.patrius.math.exception.NoBracketingException
-
Get the higher end of the interval.
- getHi() - Method in exception fr.cnes.sirius.patrius.math.exception.OutOfRangeException
-
- getHi() - Method in class fr.cnes.sirius.patrius.math.optim.univariate.BracketFinder
-
- getHorizontalIntensity() - Method in class fr.cnes.sirius.patrius.models.earth.GeoMagneticElements
-
Returns the horizontal intensity of the magnetic field (= norm of the
vector in the plane spanned by the x/y components of the field vector).
- getHour() - Method in class fr.cnes.sirius.patrius.time.TimeComponents
-
Get the hour number.
- getHP() - Method in class fr.cnes.sirius.patrius.propagation.numerical.ParameterConfiguration
-
Get parameter step.
- getHx() - Method in class fr.cnes.sirius.patrius.orbits.ApsisOrbit
-
Get hx = ix / (2 * cos(i/2)), where ix is the first component of the inclination vector.
- getHx() - Method in class fr.cnes.sirius.patrius.orbits.CartesianOrbit
-
Get hx = ix / (2 * cos(i/2)), where ix is the first component of the inclination vector.
- getHx() - Method in class fr.cnes.sirius.patrius.orbits.CircularOrbit
-
Get hx = ix / (2 * cos(i/2)), where ix is the first component of the inclination vector.
- getHx() - Method in class fr.cnes.sirius.patrius.orbits.EquatorialOrbit
-
Get hx = ix / (2 * cos(i/2)), where ix is the first component of the inclination vector.
- getHx() - Method in class fr.cnes.sirius.patrius.orbits.EquinoctialOrbit
-
Get the first component of the inclination vector.
- getHx() - Method in class fr.cnes.sirius.patrius.orbits.KeplerianOrbit
-
Get hx = ix / (2 * cos(i/2)), where ix is the first component of the inclination vector.
- getHx() - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
Get hx = ix / (2 * cos(i/2)), where ix is the first component of the inclination vector.
- getHx() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquinoctialParameters
-
Get the first component of the inclination vector.
- getHx() - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get the first component of the inclination vector (as per equinoctial parameters).
- getHx() - Method in class fr.cnes.sirius.patrius.stela.orbits.StelaEquinoctialOrbit
-
- getHy() - Method in class fr.cnes.sirius.patrius.orbits.ApsisOrbit
-
Get hy = iy / (2 * cos(i/2)), where iy is the second component of the inclination vector.
- getHy() - Method in class fr.cnes.sirius.patrius.orbits.CartesianOrbit
-
Get hy = iy / (2 * cos(i/2)), where iy is the second component of the inclination vector.
- getHy() - Method in class fr.cnes.sirius.patrius.orbits.CircularOrbit
-
Get hy = iy / (2 * cos(i/2)), where iy is the second component of the inclination vector.
- getHy() - Method in class fr.cnes.sirius.patrius.orbits.EquatorialOrbit
-
Get hy = iy / (2 * cos(i/2)), where iy is the second component of the inclination vector.
- getHy() - Method in class fr.cnes.sirius.patrius.orbits.EquinoctialOrbit
-
Get the second component of the inclination vector.
- getHy() - Method in class fr.cnes.sirius.patrius.orbits.KeplerianOrbit
-
Get hy = iy / (2 * cos(i/2)), where iy is the second component of the inclination vector.
- getHy() - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
Get hy = iy / (2 * cos(i/2)), where iy is the second component of the inclination vector.
- getHy() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquinoctialParameters
-
Get the second component of the inclination vector.
- getHy() - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get the second component of the inclination vector (as per equinoctial parameters).
- getHy() - Method in class fr.cnes.sirius.patrius.stela.orbits.StelaEquinoctialOrbit
-
- getHyperplane() - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.AbstractSubHyperplane
-
Get the underlying hyperplane.
- getHyperplane() - Method in interface fr.cnes.sirius.patrius.math.geometry.partitioning.SubHyperplane
-
Get the underlying hyperplane.
- getI() - Method in class fr.cnes.sirius.patrius.orbits.ApsisOrbit
-
Get the inclination.
- getI() - Method in class fr.cnes.sirius.patrius.orbits.CartesianOrbit
-
Get the inclination.
- getI() - Method in class fr.cnes.sirius.patrius.orbits.CircularOrbit
-
Get the inclination.
- getI() - Method in class fr.cnes.sirius.patrius.orbits.EquatorialOrbit
-
Get the inclination.
- getI() - Method in class fr.cnes.sirius.patrius.orbits.EquinoctialOrbit
-
Get the inclination.
- getI() - Method in class fr.cnes.sirius.patrius.orbits.KeplerianOrbit
-
Get the inclination.
- getI() - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
Get the inclination.
- getI() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisAltitudeParameters
-
Get the inclination.
- getI() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisRadiusParameters
-
Get the inclination.
- getI() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CircularParameters
-
Get the inclination.
- getI() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.KeplerianParameters
-
Get the inclination.
- getI() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.AlmanacParameter
-
- getI() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLE
-
Get the inclination.
- getI() - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get the inclination.
- getI() - Method in class fr.cnes.sirius.patrius.stela.orbits.StelaEquinoctialOrbit
-
- getIAUPole(JPLEphemeridesLoader.EphemerisType) - Static method in class fr.cnes.sirius.patrius.bodies.IAUPoleFactory
-
Get an IAU pole.
- getICRF() - Static method in class fr.cnes.sirius.patrius.frames.FramesFactory
-
Get the unique ICRF frame.
- getID() - Method in class fr.cnes.sirius.patrius.propagation.events.multi.OneSatEventDetectorWrapper
-
Returns the ID of the spacecraft associated with the detector.
- getIdList() - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiStateVectorInfo
-
Get the list of spacecraft ID.
- getIEEEFlags() - Method in class fr.cnes.sirius.patrius.math.dfp.DfpField
-
Get the IEEE 854 status flags.
- getIERS2003Configuration(boolean) - Static method in class fr.cnes.sirius.patrius.frames.configuration.FramesConfigurationFactory
-
Gets the default IERS2003 configuration (always the same instance, not a new one).
- getIERS2010Configuration() - Static method in class fr.cnes.sirius.patrius.frames.configuration.FramesConfigurationFactory
-
Gets the default IERS2010 configuration (always the same instance, not a new one).
- getIERSConvention() - Method in enum fr.cnes.sirius.patrius.frames.configuration.precessionnutation.PrecessionNutationConvention
-
Getter for IERS convention.
- getIGRF(AbsoluteDate) - Static method in class fr.cnes.sirius.patrius.models.earth.GeoMagneticFieldFactory
-
Get the IGRF model for the given year.
- getIGRF(double) - Static method in class fr.cnes.sirius.patrius.models.earth.GeoMagneticFieldFactory
-
Get the IGRF model for the given year.
- getImagEigenvalue(int) - Method in class fr.cnes.sirius.patrius.math.linear.EigenDecomposition
-
Gets the imaginary part of the ith eigenvalue of the original
matrix.
- getImagEigenvalues() - Method in class fr.cnes.sirius.patrius.math.linear.EigenDecomposition
-
Gets a copy of the imaginary parts of the eigenvalues of the original
matrix.
- getImaginary() - Method in class fr.cnes.sirius.patrius.math.complex.Complex
-
Access the imaginary part.
- getImaginary(int) - Method in class fr.cnes.sirius.patrius.math.complex.RootsOfUnity
-
Get the imaginary part of the k-th n-th root of unity.
- getImaginaryCharacter() - Method in class fr.cnes.sirius.patrius.math.complex.ComplexFormat
-
Access the imaginaryCharacter.
- getImaginaryFormat() - Method in class fr.cnes.sirius.patrius.math.complex.ComplexFormat
-
Access the imaginaryFormat.
- getImproperInstance() - Static method in class fr.cnes.sirius.patrius.math.fraction.BigFractionFormat
-
Returns the default complex format for the current locale.
- getImproperInstance(Locale) - Static method in class fr.cnes.sirius.patrius.math.fraction.BigFractionFormat
-
Returns the default complex format for the given locale.
- getImproperInstance() - Static method in class fr.cnes.sirius.patrius.math.fraction.FractionFormat
-
Returns the default complex format for the current locale.
- getImproperInstance(Locale) - Static method in class fr.cnes.sirius.patrius.math.fraction.FractionFormat
-
Returns the default complex format for the given locale.
- getIncidence() - Method in class fr.cnes.sirius.patrius.propagation.events.NadirSolarIncidenceDetector
-
Returns incidence.
- getInclination() - Method in class fr.cnes.sirius.patrius.models.earth.GeoMagneticElements
-
Returns the inclination of the magnetic field in degrees.
- getInclusiveInterval() - Method in class fr.cnes.sirius.patrius.time.AbsoluteDateIntervalsList
-
Gets the shortest interval containing all the intervals belonging to the list.
While a date included in at least one of the listed intervals must be contained in
this global interval, the opposite is not guaranteed (the inclusive interval can contain
dates that do not belong to any listed interval).
- getIncModel() - Method in class fr.cnes.sirius.patrius.propagation.analytical.twod.Analytical2DOrbitModel
-
Get the inclination parameter model.
- getIncreasingTimeShift() - Method in class fr.cnes.sirius.patrius.propagation.events.EventShifter
-
Get the increasing events time shift.
- getIndex() - Method in exception fr.cnes.sirius.patrius.math.exception.NonMonotonicSequenceException
-
Get the index of the wrong value.
- getIndex() - Method in class fr.cnes.sirius.patrius.math.linear.RealVector.Entry
-
Get the index of the entry.
- getIndex(double) - Method in class fr.cnes.sirius.patrius.math.utils.BinarySearchIndexClosedOpen
-
- getIndex(double, int, int) - Method in class fr.cnes.sirius.patrius.math.utils.BinarySearchIndexClosedOpen
-
- getIndex(double) - Method in class fr.cnes.sirius.patrius.math.utils.BinarySearchIndexOpenClosed
-
- getIndex(double, int, int) - Method in class fr.cnes.sirius.patrius.math.utils.BinarySearchIndexOpenClosed
-
- getIndex(double) - Method in interface fr.cnes.sirius.patrius.math.utils.ISearchIndex
-
Returns the index of x in a tab depending on the convention used.
- getIndex(double, int, int) - Method in interface fr.cnes.sirius.patrius.math.utils.ISearchIndex
-
Returns the index of x in the extracted tab [tab[iMin], tab[iMax]]
depending on the convention used.
- getIndex(double) - Method in class fr.cnes.sirius.patrius.math.utils.RecordSegmentSearchIndex
-
Returns the index of x in a tab depending on the convention used.
- getIndex(double, int, int) - Method in class fr.cnes.sirius.patrius.math.utils.RecordSegmentSearchIndex
-
Returns the index of x in the extracted tab [tab[iMin], tab[iMax]]
depending on the convention used.
- getIndex() - Method in class fr.cnes.sirius.patrius.propagation.numerical.AdditionalStateInfo
-
Get the index of the additional state in the state vector.
- getIndexClosedOpen(double) - Method in class fr.cnes.sirius.patrius.math.utils.RecordSegmentSearchIndex
-
Returns the index of x in a tab depending on the convention used.
- getIndexInterval(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.analytical.twod.AbstractDateIntervalFunction
-
Returns index such as dateIntervals[k] <= date <= dateIntervals[k+1].
- getIndexOpenClosed(double) - Method in class fr.cnes.sirius.patrius.math.utils.RecordSegmentSearchIndex
-
Returns the index of x in a tab depending on the convention used.
- getInertialDV() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.SmallManeuverAnalyticalModel
-
Get the inertial velocity increment of the maneuver.
- getInertialFrame() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.SmallManeuverAnalyticalModel
-
Get the inertial frame in which the velocity increment is defined.
- getInertiallyOrientedFrame() - Method in class fr.cnes.sirius.patrius.bodies.AbstractCelestialBody
-
Get an inertially oriented, body centered frame.
- getInertiallyOrientedFrame() - Method in interface fr.cnes.sirius.patrius.bodies.CelestialBody
-
Get an inertially oriented, body centered frame.
- getInertiaMatrix(Frame, AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.assembly.models.IInertiaModel
-
Getter for the inertia matrix of the spacecraft,
expressed with respect to the MASS CENTER in a given frame.
- getInertiaMatrix(Frame, AbsoluteDate, Vector3D) - Method in interface fr.cnes.sirius.patrius.assembly.models.IInertiaModel
-
Getter for the inertia matrix of the spacecraft,
once expressed with respect to a point
that can be different from the mass center.
- getInertiaMatrix(Frame, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.assembly.models.InertiaComputedModel
-
Getter for the inertia matrix of the spacecraft,
expressed with respect to the MASS CENTER in a given frame.
- getInertiaMatrix(Frame, AbsoluteDate, Vector3D) - Method in class fr.cnes.sirius.patrius.assembly.models.InertiaComputedModel
-
Getter for the inertia matrix of the spacecraft,
once expressed with respect to a point
that can be different from the mass center.
- getInertiaMatrix(Frame, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.assembly.models.InertiaSimpleModel
-
Getter for the inertia matrix of the spacecraft,
expressed with respect to the MASS CENTER in a given frame.
- getInertiaMatrix(Frame, AbsoluteDate, Vector3D) - Method in class fr.cnes.sirius.patrius.assembly.models.InertiaSimpleModel
-
Getter for the inertia matrix of the spacecraft,
once expressed with respect to a point
that can be different from the mass center.
- getInertiaMatrix() - Method in class fr.cnes.sirius.patrius.assembly.properties.AbstractInertiaProperty
- getInertiaMatrix() - Method in interface fr.cnes.sirius.patrius.assembly.properties.IInertiaProperty
-
- getInertiaMatrix() - Method in class fr.cnes.sirius.patrius.assembly.properties.InertiaCylinderProperty
- getInertiaMatrix() - Method in class fr.cnes.sirius.patrius.assembly.properties.InertiaParallelepipedProperty
- getInertiaMatrix() - Method in class fr.cnes.sirius.patrius.assembly.properties.InertiaSphereProperty
- getInf() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.Interval
-
Get the lower bound of the interval.
- getInf() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.IntervalsSet
-
Get the lowest value belonging to the instance.
- getInfraRedPressure() - Method in class fr.cnes.sirius.patrius.forces.radiation.ElementaryFlux
-
get the infrared pressure (N/M²)
- getInhibitionFields() - Method in class fr.cnes.sirius.patrius.assembly.properties.SensorProperty
-
- getInhibitionFieldsNumber() - Method in class fr.cnes.sirius.patrius.assembly.models.SensorModel
-
- getInhibitionNumber() - Method in class fr.cnes.sirius.patrius.events.sensor.SensorInhibitionDetector
-
Get the inhibition number.
- getInhibitionNumber() - Method in class fr.cnes.sirius.patrius.events.sensor.SensorVisibilityDetector
-
Get the inhibition number.
- getInhibitionTargetAngularRadius(AbsoluteDate, int) - Method in class fr.cnes.sirius.patrius.assembly.models.SensorModel
-
Computes the angular radius from the sensor of the main target at a date.
- getInhibitionTargets() - Method in class fr.cnes.sirius.patrius.assembly.properties.SensorProperty
-
- getInhibitionTargetsRadiuses() - Method in class fr.cnes.sirius.patrius.assembly.properties.SensorProperty
-
- getInhibitTargetCenterToFieldAngle(AbsoluteDate, int) - Method in class fr.cnes.sirius.patrius.assembly.models.SensorModel
-
Computes the angular distance of the CENTER of an inhibition target to the border
of the associated inhibition field
at a date.
- getInitialErrorCovariance() - Method in class fr.cnes.sirius.patrius.math.filter.DefaultProcessModel
-
Returns the initial error covariance matrix.
- getInitialErrorCovariance() - Method in interface fr.cnes.sirius.patrius.math.filter.ProcessModel
-
Returns the initial error covariance matrix.
- getInitialGuess() - Method in class fr.cnes.sirius.patrius.math.optim.InitialGuess
-
Gets the initial guess.
- getInitialState() - Method in class fr.cnes.sirius.patrius.propagation.AbstractPropagator
-
Get the propagator initial state.
- getInitialState() - Method in class fr.cnes.sirius.patrius.propagation.analytical.AdapterPropagator
-
Get the propagator initial state.
- getInitialState() - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Get the propagator initial state.
- getInitialState() - Method in class fr.cnes.sirius.patrius.propagation.precomputed.Ephemeris
-
Get the propagator initial state.
- getInitialState() - Method in class fr.cnes.sirius.patrius.propagation.precomputed.IntegratedEphemeris
-
Get the propagator initial state.
- getInitialState() - Method in class fr.cnes.sirius.patrius.propagation.precomputed.multi.MultiIntegratedEphemeris
-
Get the propagator initial state.
- getInitialState() - Method in interface fr.cnes.sirius.patrius.propagation.Propagator
-
Get the propagator initial state.
- getInitialState() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Get the propagator initial state.
- getInitialState() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaBasicInterpolator
-
- getInitialStateEstimate() - Method in class fr.cnes.sirius.patrius.math.filter.DefaultProcessModel
-
Returns the initial state estimation vector.
- getInitialStateEstimate() - Method in interface fr.cnes.sirius.patrius.math.filter.ProcessModel
-
Returns the initial state estimation vector.
- getInitialStates() - Method in interface fr.cnes.sirius.patrius.propagation.MultiPropagator
-
Get the propagator initial states.
- getInitialStates() - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
- getInitialTime() - Method in class fr.cnes.sirius.patrius.math.ode.ContinuousOutputModel
-
Get the initial integration time.
- getInMainSpacecraftId() - Method in class fr.cnes.sirius.patrius.events.sensor.SatToSatMutualVisibilityDetector
-
Get the main spacecraft id.
- getInSecondarySpacecraftId() - Method in class fr.cnes.sirius.patrius.events.sensor.SatToSatMutualVisibilityDetector
-
Get the secondary spacecraft id.
- getInSightAxis() - Method in class fr.cnes.sirius.patrius.assembly.properties.SensorProperty
-
- getInSpacecraftId1() - Method in class fr.cnes.sirius.patrius.propagation.events.ExtremaThreeBodiesAngleDetector
-
Get the first spacecraft id
- getInSpacecraftId1() - Method in class fr.cnes.sirius.patrius.propagation.events.ThreeBodiesAngleDetector
-
Get the first spacecraft id.
- getInSpacecraftId2() - Method in class fr.cnes.sirius.patrius.propagation.events.ExtremaThreeBodiesAngleDetector
-
Get the second spacecraft id
- getInSpacecraftId2() - Method in class fr.cnes.sirius.patrius.propagation.events.ThreeBodiesAngleDetector
-
Get the second spacecraft id.
- getInSpacecraftId3() - Method in class fr.cnes.sirius.patrius.propagation.events.ExtremaThreeBodiesAngleDetector
-
Get the third spacecraft id
- getInSpacecraftId3() - Method in class fr.cnes.sirius.patrius.propagation.events.ThreeBodiesAngleDetector
-
Get the third spacecraft id.
- getInstance() - Static method in class fr.cnes.sirius.patrius.data.DataProvidersManager
-
Get the unique instance.
- getInstance() - Static method in class fr.cnes.sirius.patrius.math.complex.ComplexField
-
Get the unique instance.
- getInstance() - Static method in class fr.cnes.sirius.patrius.math.complex.ComplexFormat
-
Returns the default complex format for the current locale.
- getInstance(Locale) - Static method in class fr.cnes.sirius.patrius.math.complex.ComplexFormat
-
Returns the default complex format for the given locale.
- getInstance(String, Locale) - Static method in class fr.cnes.sirius.patrius.math.complex.ComplexFormat
-
Returns the default complex format for the given locale.
- getInstance() - Static method in class fr.cnes.sirius.patrius.math.fraction.BigFractionField
-
Get the unique instance.
- getInstance() - Static method in class fr.cnes.sirius.patrius.math.fraction.FractionField
-
Get the unique instance.
- getInstance() - Static method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.Euclidean1D
-
Get the unique instance.
- getInstance() - Static method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.Vector1DFormat
-
Returns the default 1D vector format for the current locale.
- getInstance(Locale) - Static method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.Vector1DFormat
-
Returns the default 1D vector format for the given locale.
- getInstance() - Static method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Euclidean3D
-
Get the unique instance.
- getInstance() - Static method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Vector3DFormat
-
Returns the default 3D vector format for the current locale.
- getInstance(Locale) - Static method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Vector3DFormat
-
Returns the default 3D vector format for the given locale.
- getInstance() - Static method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Euclidean2D
-
Get the unique instance.
- getInstance() - Static method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Vector2DFormat
-
Returns the default 2D vector format for the current locale.
- getInstance(Locale) - Static method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Vector2DFormat
-
Returns the default 2D vector format for the given locale.
- getInstance() - Static method in class fr.cnes.sirius.patrius.math.linear.RealMatrixFormat
-
Returns the default real vector format for the current locale.
- getInstance(Locale) - Static method in class fr.cnes.sirius.patrius.math.linear.RealMatrixFormat
-
Returns the default real vector format for the given locale.
- getInstance() - Static method in class fr.cnes.sirius.patrius.math.linear.RealVectorFormat
-
Returns the default real vector format for the current locale.
- getInstance(Locale) - Static method in class fr.cnes.sirius.patrius.math.linear.RealVectorFormat
-
Returns the default real vector format for the given locale.
- getInstance(int) - Static method in class fr.cnes.sirius.patrius.math.ode.nonstiff.AdamsNordsieckTransformer
-
Get the Nordsieck transformer for a given number of steps.
- getInstance() - Static method in class fr.cnes.sirius.patrius.math.ode.sampling.DummyStepHandler
-
Get the only instance.
- getInstance() - Static method in class fr.cnes.sirius.patrius.math.util.BigRealField
-
Get the unique instance.
- getInstance() - Static method in class fr.cnes.sirius.patrius.math.util.Decimal64Field
-
Returns the unique instance of this class.
- getInstantFlux(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.DTM2000InputParameters
-
Get the value of the instantaneous solar flux.
- getInstantFlux(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.MSISE2000InputParameters
-
Get the value of the instantaneous solar flux.
- getInstantFlux(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.ConstantSolarActivity
-
Get the value of the instantaneous solar flux.
- getInstantFlux(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.AbstractMSISE2000SolarData
-
Get the value of the instantaneous solar flux.
- getInstantFlux(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.ContinuousMSISE2000SolarData
-
Get the value of the instantaneous solar flux.
- getInstantFlux(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.DTM2000SolarData
-
Get the value of the instantaneous solar flux.
- getInstantFlux(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.MarshallSolarActivityFutureEstimation
-
Get the value of the instantaneous solar flux.
- getInstantFluxValue(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.ConstantSolarActivity
-
Get instant flux values at the given dates (possibly interpolated)
- getInstantFluxValue(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.ExtendedSolarActivityWrapper
-
Get instant flux values at the given dates (possibly interpolated)
- getInstantFluxValue(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataProvider
-
Get instant flux values at the given dates (possibly interpolated)
- getInstantFluxValue(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataReader
-
Get instant flux values at the given dates (possibly interpolated)
- getInstantFluxValues(AbsoluteDate, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.ConstantSolarActivity
-
Get raw instant flux values between the given dates
- getInstantFluxValues(AbsoluteDate, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.ExtendedSolarActivityWrapper
-
Get raw instant flux values between the given dates
- getInstantFluxValues(AbsoluteDate, AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataProvider
-
Get raw instant flux values between the given dates
- getInstantFluxValues(AbsoluteDate, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataReader
-
Get raw instant flux values between the given dates
- getIntegrator() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.AbstractVector3DFunction
-
Get the integrator.
- getIntercept() - Method in class fr.cnes.sirius.patrius.math.stat.regression.SimpleRegression
-
- getInterceptStdErr() - Method in class fr.cnes.sirius.patrius.math.stat.regression.SimpleRegression
-
- getInterpolatedDate() - Method in class fr.cnes.sirius.patrius.propagation.sampling.AdaptedStepHandler
-
Get the interpolated date.
- getInterpolatedDate() - Method in class fr.cnes.sirius.patrius.propagation.sampling.BasicStepInterpolator
-
Get the interpolated date.
- getInterpolatedDate() - Method in class fr.cnes.sirius.patrius.propagation.sampling.multi.MultiAdaptedStepHandler
-
Get the interpolated date.
- getInterpolatedDate() - Method in interface fr.cnes.sirius.patrius.propagation.sampling.multi.MultiPatriusStepInterpolator
-
Get the interpolated date.
- getInterpolatedDate() - Method in interface fr.cnes.sirius.patrius.propagation.sampling.PatriusStepInterpolator
-
Get the interpolated date.
- getInterpolatedDate() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaBasicInterpolator
-
Get the interpolated date.
- getInterpolatedDerivatives() - Method in class fr.cnes.sirius.patrius.math.ode.sampling.AbstractStepInterpolator
-
Get the derivatives of the state vector of the interpolated point.
- getInterpolatedDerivatives() - Method in interface fr.cnes.sirius.patrius.math.ode.sampling.StepInterpolator
-
Get the derivatives of the state vector of the interpolated point.
- getInterpolatedSecondaryDerivatives(int) - Method in class fr.cnes.sirius.patrius.math.ode.sampling.AbstractStepInterpolator
-
Get the interpolated secondary derivatives corresponding to the secondary equations.
- getInterpolatedSecondaryDerivatives(int) - Method in interface fr.cnes.sirius.patrius.math.ode.sampling.StepInterpolator
-
Get the interpolated secondary derivatives corresponding to the secondary equations.
- getInterpolatedSecondaryState(int) - Method in class fr.cnes.sirius.patrius.math.ode.sampling.AbstractStepInterpolator
-
Get the interpolated secondary state corresponding to the secondary equations.
- getInterpolatedSecondaryState(int) - Method in interface fr.cnes.sirius.patrius.math.ode.sampling.StepInterpolator
-
Get the interpolated secondary state corresponding to the secondary equations.
- getInterpolatedState() - Method in class fr.cnes.sirius.patrius.math.ode.ContinuousOutputModel
-
Get the state vector of the interpolated point.
- getInterpolatedState() - Method in class fr.cnes.sirius.patrius.math.ode.sampling.AbstractStepInterpolator
-
Get the state vector of the interpolated point.
- getInterpolatedState() - Method in interface fr.cnes.sirius.patrius.math.ode.sampling.StepInterpolator
-
Get the state vector of the interpolated point.
- getInterpolatedState() - Method in class fr.cnes.sirius.patrius.propagation.sampling.AdaptedStepHandler
-
Get the interpolated state.
- getInterpolatedState() - Method in class fr.cnes.sirius.patrius.propagation.sampling.BasicStepInterpolator
-
Get the interpolated state.
- getInterpolatedState() - Method in interface fr.cnes.sirius.patrius.propagation.sampling.PatriusStepInterpolator
-
Get the interpolated state.
- getInterpolatedState() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaBasicInterpolator
-
Get the interpolated state.
- getInterpolatedStates() - Method in class fr.cnes.sirius.patrius.propagation.sampling.multi.MultiAdaptedStepHandler
-
Get all the interpolated states.
- getInterpolatedStates() - Method in interface fr.cnes.sirius.patrius.propagation.sampling.multi.MultiPatriusStepInterpolator
-
Get all the interpolated states.
- getInterpolatedStateVariation() - Method in class fr.cnes.sirius.patrius.math.ode.sampling.NordsieckStepInterpolator
-
Get the state vector variation from current to interpolated state.
- getInterpolatedTime() - Method in class fr.cnes.sirius.patrius.math.ode.ContinuousOutputModel
-
Get the time of the interpolated point.
- getInterpolatedTime() - Method in class fr.cnes.sirius.patrius.math.ode.sampling.AbstractStepInterpolator
-
Get the time of the interpolated point.
- getInterpolatedTime() - Method in interface fr.cnes.sirius.patrius.math.ode.sampling.StepInterpolator
-
Get the time of the interpolated point.
- getInterpolatingPoints() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.PolynomialFunctionLagrangeForm
-
Returns a copy of the interpolating points array.
- getInterpolatingTabValues() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.PolynomialFunctionLagrangeForm
-
Returns a copy of the interpolating values matrix.
- getInterpolatingValues() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.PolynomialFunctionLagrangeForm
-
Returns a copy of the interpolating values array.
- getIntersectionPoint(Line, Vector3D, Frame, AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.bodies.BodyShape
-
Get the intersection point of a line with the surface of the body.
- getIntersectionPoint(Line, Vector3D, Frame, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.bodies.ExtendedOneAxisEllipsoid
-
- getIntersectionPoint(Line, Vector3D, Frame, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.bodies.OneAxisEllipsoid
-
Get the intersection point of a line with the surface of the body.
- getIntersectionPoints(Line, Frame, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.bodies.ExtendedOneAxisEllipsoid
-
- getIntersectionPoints(Line, Frame, AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.bodies.GeometricBodyShape
-
Compute the intersection points with a line.
- getIntersectionPoints(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.AbstractEllipse
-
Compute the intersection points with a line.
- getIntersectionPoints(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Ellipsoid
-
If more than one intersection points are found, the closest to the line's origin is returned first
- getIntersectionPoints(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.EllipticCone
-
Compute the intersection points with a line.
- getIntersectionPoints(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.EllipticCylinder
-
Compute the intersection points with a line.
- getIntersectionPoints(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCone
-
This methods computes and returns the intersection points between a line and the cone.
- getIntersectionPoints(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCylinder
-
This methods computes and returns the intersection points between a line and the cylinder.
- getIntersectionPoints(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRectangleCone
-
Compute the intersection points with a line.
- getIntersectionPoints(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRectangleCylinder
-
Compute the intersection points with a line.
- getIntersectionPoints(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRightCircularCone
-
Compute the intersection points with a line.
- getIntersectionPoints(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRightCircularCylinder
-
Compute the intersection points with a line.
- getIntersectionPoints(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Line
-
Compute the intersection points with another line if it exists.
- getIntersectionPoints(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Parallelepiped
-
Compute the intersection points with a line.
- getIntersectionPoints(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plane
-
Compute the intersection points with a line.
- getIntersectionPoints(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plate
-
Compute the intersection points with a line.
- getIntersectionPoints(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.RectangleCone
-
Compute the intersection points with a line.
- getIntersectionPoints(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.RightCircularCone
-
Compute the intersection points with a line.
- getIntersectionPoints(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.RightCircularCylinder
-
Compute the intersection points with a line.
- getIntersectionPoints(Line) - Method in interface fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Shape
-
Compute the intersection points with a line.
- getIntersectionPoints(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Sphere
-
Compute the intersection points with a line.
- getIntersectionPoints(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.SphericalCap
-
Returns a list of intersection points between the line and the spherical cap.
Only the border points are given.
- getIntersectionWith(AbsoluteDateInterval) - Method in class fr.cnes.sirius.patrius.time.AbsoluteDateInterval
-
Intersects the interval with another interval if possible (i.e.
- getIntervalOfValidity() - Method in class fr.cnes.sirius.patrius.events.postprocessing.Timeline
-
- getIntervalsContainingDate(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.time.AbsoluteDateIntervalsList
-
- getInverse(boolean) - Method in class fr.cnes.sirius.patrius.frames.transformations.Transform
-
Get the inverse transform of the instance.
- getInverse() - Method in class fr.cnes.sirius.patrius.frames.transformations.Transform
-
Get the inverse transform of the instance.
- getInverse() - Method in class fr.cnes.sirius.patrius.math.complex.Quaternion
-
Returns the inverse of this instance.
- getInverse() - Method in interface fr.cnes.sirius.patrius.math.linear.DecompositionSolver
-
Get the inverse (or pseudo-inverse) of the decomposed matrix.
- getInverse() - Method in interface fr.cnes.sirius.patrius.math.linear.FieldDecompositionSolver
-
Get the inverse (or pseudo-inverse) of the decomposed matrix.
- getInverseConditionNumber() - Method in class fr.cnes.sirius.patrius.math.linear.SingularValueDecomposition
-
Computes the inverse of the condition number.
- getIsp() - Method in class fr.cnes.sirius.patrius.assembly.properties.PropulsiveProperty
-
- getIsp(SpacecraftState) - Method in class fr.cnes.sirius.patrius.assembly.properties.PropulsiveProperty
-
- getISP(SpacecraftState) - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
Get the specific impulse.
- getISP() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
Get the specific impulse.
- getIsp() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ImpulseManeuver
-
Get the specific impulse.
- getIspParam() - Method in class fr.cnes.sirius.patrius.assembly.properties.PropulsiveProperty
-
- getIterationManager() - Method in class fr.cnes.sirius.patrius.math.linear.IterativeLinearSolver
-
Returns the iteration manager attached to this solver.
- getIterations() - Method in class fr.cnes.sirius.patrius.math.analysis.integration.BaseAbstractUnivariateIntegrator
-
Get the number of iterations of the last run of the integrator.
- getIterations() - Method in interface fr.cnes.sirius.patrius.math.analysis.integration.UnivariateIntegrator
-
Get the number of iterations of the last run of the integrator.
- getIterations() - Method in class fr.cnes.sirius.patrius.math.optim.BaseOptimizer
-
Gets the number of iterations performed by the algorithm.
- getIterations() - Method in class fr.cnes.sirius.patrius.math.util.IterationEvent
-
Returns the number of iterations performed at the time this event
is created.
- getIterations() - Method in class fr.cnes.sirius.patrius.math.util.IterationManager
-
Returns the number of iterations of this solver, 0 if no iterations has
been performed yet.
- getITRF() - Static method in class fr.cnes.sirius.patrius.frames.FramesFactory
-
Get the ITRF reference frame.
- getITRFEquinox() - Static method in class fr.cnes.sirius.patrius.frames.FramesFactory
-
Get the equinox-based ITRF reference frame.
- getIx() - Method in class fr.cnes.sirius.patrius.orbits.EquatorialOrbit
-
Get the first component of the inclination vector.
- getIx() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquatorialParameters
-
Get the first component of the inclination vector.
- getIx() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.StelaEquinoctialParameters
-
Get the first component of the inclination vector.
- getIx() - Method in class fr.cnes.sirius.patrius.stela.orbits.StelaEquinoctialOrbit
-
Get the first component of the inclination vector.
- getIy() - Method in class fr.cnes.sirius.patrius.orbits.EquatorialOrbit
-
Get the second component of the inclination vector.
- getIy() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquatorialParameters
-
Get the second component of the inclination vector.
- getIy() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.StelaEquinoctialParameters
-
Get the second component of the inclination vector.
- getIy() - Method in class fr.cnes.sirius.patrius.stela.orbits.StelaEquinoctialOrbit
-
Get the second component of the inclination vector.
- getJ(boolean, int) - Method in interface fr.cnes.sirius.patrius.forces.gravity.potential.PotentialCoefficientsProvider
-
Get the zonal coefficients.
- getJ(boolean, int) - Method in class fr.cnes.sirius.patrius.forces.gravity.potential.PotentialCoefficientsReader
-
Get the zonal coefficients.
- getJ2000Day() - Method in class fr.cnes.sirius.patrius.time.DateComponents
-
Get the day number with respect to J2000 epoch.
- getJacobian(Orbit, PositionAngle, double[][]) - Method in class fr.cnes.sirius.patrius.forces.maneuvers.SmallManeuverAnalyticalModel
-
Compute the Jacobian of the orbit with respect to maneuver parameters.
- getJacobian(double[][]) - Method in class fr.cnes.sirius.patrius.frames.transformations.Transform
-
- getJacobian(OrbitType, OrbitType) - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
Get coordinate conversion jacobian.
- getJacobianParameters() - Method in class fr.cnes.sirius.patrius.assembly.models.AeroModel
-
Get the list of all jacobian parameters supported.
- getJacobianParameters() - Method in class fr.cnes.sirius.patrius.assembly.models.DirectRadiativeModel
-
Get the list of all jacobian parameters supported.
- getJacobianParameters() - Method in class fr.cnes.sirius.patrius.assembly.models.DragLiftModel
-
- getJacobianParameters() - Method in class fr.cnes.sirius.patrius.assembly.models.GlobalAeroModel
-
Get the list of all jacobian parameters supported.
- getJacobianParameters() - Method in class fr.cnes.sirius.patrius.assembly.models.RediffusedRadiativeModel
-
Get the list of all jacobian parameters supported.
- getJacobianParameters() - Method in interface fr.cnes.sirius.patrius.propagation.numerical.JacobianParametersProvider
-
Get the list of all jacobian parameters supported.
- getJacobianParameters() - Method in class fr.cnes.sirius.patrius.stela.forces.drag.StelaAeroModel
-
Get the list of all jacobian parameters supported.
- getJacobianWrtCartesian(PositionAngle, double[][]) - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
Compute the Jacobian of the orbital parameters with respect to the Cartesian parameters.
- getJacobianWrtParameters(PositionAngle, double[][]) - Method in class fr.cnes.sirius.patrius.orbits.EquinoctialOrbit
-
Compute the Jacobian of the Cartesian parameters with respect to the orbital parameters.
- getJacobianWrtParameters(PositionAngle, double[][]) - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
Compute the Jacobian of the Cartesian parameters with respect to the orbital parameters.
- getJacobianWrtParametersEccentric() - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
- getJacobianWrtParametersMean() - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
- getJacobianWrtParametersTrue() - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
- getJulianDay() - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Returns the julian day for this SP3 file.
- getJupiter() - Static method in class fr.cnes.sirius.patrius.bodies.CelestialBodyFactory
-
Get the Jupiter singleton body.
- getK() - Method in class fr.cnes.sirius.patrius.math.util.Combinations
-
Gets the number of elements in each combination.
- getKeplerianMeanMotion() - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
Get the keplerian mean motion.
- getKeplerianMeanMotion() - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get the keplerian mean motion.
- getKeplerianParameters() - Method in class fr.cnes.sirius.patrius.orbits.KeplerianOrbit
-
Getter for underlying keplerian parameters.
- getKeplerianParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisAltitudeParameters
-
Convert current orbital parameters into Keplerian parameters.
- getKeplerianParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisRadiusParameters
-
Convert current orbital parameters into Keplerian parameters.
- getKeplerianParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CartesianParameters
-
Convert current orbital parameters into Keplerian parameters.
- getKeplerianParameters(double) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CartesianParameters
-
Convert current orbital parameters into circular parameters.
- getKeplerianParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CircularParameters
-
Convert current orbital parameters into Keplerian parameters.
- getKeplerianParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquatorialParameters
-
Convert current orbital parameters into Keplerian parameters.
- getKeplerianParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquinoctialParameters
-
Convert current orbital parameters into Keplerian parameters.
- getKeplerianParameters() - Method in interface fr.cnes.sirius.patrius.orbits.orbitalparameters.IOrbitalParameters
-
Convert current orbital parameters into Keplerian parameters.
- getKeplerianParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.KeplerianParameters
-
Convert current orbital parameters into Keplerian parameters.
- getKeplerianParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ReentryParameters
-
Convert current orbital parameters into Keplerian parameters.
- getKeplerianParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.StelaEquinoctialParameters
-
Convert current orbital parameters into Keplerian parameters.
- getKeplerianPeriod() - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
Get the keplerian period.
- getKeplerianPeriod() - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get the keplerian period.
- getKeplerianTransitionMatrix(double) - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
Get keplerian transition matrix.
- getKey() - Method in class fr.cnes.sirius.patrius.math.util.Pair
-
Get the key.
- getKeys() - Method in class fr.cnes.sirius.patrius.math.exception.util.ExceptionContext
-
Gets all the keys stored in the exception
- getKnots() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.PolynomialSplineFunction
-
Get an array copy of the knot points.
- getKp(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.ConstantSolarActivity
-
Get Kp value at given user date
- getKp(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.ExtendedSolarActivityWrapper
-
Get Kp value at given user date
- getKp(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataProvider
-
Get Kp value at given user date
- getKp(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataReader
-
Get Kp value at given user date
- getKurtosis() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Returns the Kurtosis of the available values.
- getKurtosisImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Returns the currently configured kurtosis implementation.
- getL() - Method in class fr.cnes.sirius.patrius.data.BodiesElements
-
Get the mean anomaly of the Moon.
- getL() - Method in class fr.cnes.sirius.patrius.math.linear.CholeskyDecomposition
-
Returns the matrix L of the decomposition.
- getL() - Method in class fr.cnes.sirius.patrius.math.linear.FieldLUDecomposition
-
Returns the matrix L of the decomposition.
- getL() - Method in class fr.cnes.sirius.patrius.math.linear.LUDecomposition
-
Returns the matrix L of the decomposition.
- getL(PositionAngle) - Method in class fr.cnes.sirius.patrius.orbits.EquinoctialOrbit
-
Get the longitude argument.
- getL(PositionAngle) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquinoctialParameters
-
Get the longitude argument.
- getL1Distance(RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Distance between two vectors.
- getL1Distance(RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Distance between two vectors.
- getL1Norm() - Method in class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Returns the L1 norm of the vector.
- getL1Norm() - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Returns the L1 norm of the vector.
- getLagrangeForceModels() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaGTOPropagator
-
Get perturbing Lagrange force models list.
- getLargest() - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.utilities.AVLTree
-
Get the node whose element is the largest one in the tree.
- getLast() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.AbstractEOPHistory
-
Returns last EOP entry.
- getLast() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLESeries
-
Get the last TLE.
- getLastAttitudeLeg() - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeLegsSequence
-
Gets the last leg.
- getLastDate() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLESeries
-
Get the last date of the series.
- getLastKnownLeapSecond() - Method in class fr.cnes.sirius.patrius.time.UTCScale
-
Get the date of the last known leap second.
- getLatest() - Method in class fr.cnes.sirius.patrius.time.TimeStampedCache
-
Get the latest cached entry.
- getLatitude() - Method in class fr.cnes.sirius.patrius.bodies.GeodeticPoint
-
Get the latitude.
- getLatitude() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ReentryParameters
-
Getter for latitude.
- getLatitudeToDetect() - Method in class fr.cnes.sirius.patrius.propagation.events.LatitudeDetector
-
Returns the latitude to detect.
- getLaunchNumber() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLE
-
Get the launch number.
- getLaunchPiece() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLE
-
Get the launch piece.
- getLaunchYear() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLE
-
Get the launch year.
- getLbModel() - Method in class fr.cnes.sirius.patrius.events.sensor.RFVisibilityDetector
-
Get the RF link budget model.
- getLbThreshold() - Method in class fr.cnes.sirius.patrius.events.sensor.RFVisibilityDetector
-
Get the RF link budget threshold.
- getLE() - Method in class fr.cnes.sirius.patrius.data.BodiesElements
-
Get the mean Earth longitude.
- getLE() - Method in class fr.cnes.sirius.patrius.orbits.ApsisOrbit
-
Get the eccentric longitude argument.
- getLE() - Method in class fr.cnes.sirius.patrius.orbits.CartesianOrbit
-
Get the eccentric longitude argument.
- getLE() - Method in class fr.cnes.sirius.patrius.orbits.CircularOrbit
-
Get the eccentric longitude argument.
- getLE() - Method in class fr.cnes.sirius.patrius.orbits.EquatorialOrbit
-
Get the eccentric longitude argument.
- getLE() - Method in class fr.cnes.sirius.patrius.orbits.EquinoctialOrbit
-
Get the eccentric longitude argument.
- getLE() - Method in class fr.cnes.sirius.patrius.orbits.KeplerianOrbit
-
Get the eccentric longitude argument.
- getLE() - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
Get the eccentric longitude argument.
- getLE() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquinoctialParameters
-
Get the eccentric longitude argument.
- getLE() - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get the eccentric longitude argument (as per equinoctial parameters).
- getLE() - Method in class fr.cnes.sirius.patrius.stela.orbits.StelaEquinoctialOrbit
-
Get the eccentric longitude argument.
- getLeap(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.time.UTCScale
-
Get the value of the previous leap.
- getLength() - Method in class fr.cnes.sirius.patrius.math.genetics.AbstractListChromosome
-
Returns the length of the chromosome.
- getLength() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRectangleCylinder
-
- getLength() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.LineSegment
-
- getLength() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Parallelepiped
-
- getLength() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plate
-
- getLength() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.RectangleCone
-
- getLength() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.RightCircularCone
-
- getLength() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.RightCircularCylinder
-
- getLength() - Method in class fr.cnes.sirius.patrius.math.interval.AngleInterval
-
- getLibrationCorrectionModel() - Method in class fr.cnes.sirius.patrius.frames.configuration.DiurnalRotation
-
- getLibrationCorrectionModel() - Method in class fr.cnes.sirius.patrius.frames.configuration.PolarMotion
-
- getLiftCoef() - Method in class fr.cnes.sirius.patrius.assembly.properties.AeroGlobalProperty
-
Get the lift coefficient.
- getLightningRatio(Vector3D, Frame, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.radiation.SolarRadiationPressureCircular
-
Get the lightning ratio ([0-1]).
- getLightningRatio(PVCoordinatesProvider, Vector3D, GeometricBodyShape, Vector3D, Frame, AbsoluteDate) - Static method in class fr.cnes.sirius.patrius.forces.radiation.SolarRadiationPressureEllipsoid
-
Get the lightning ratio ([0-1]).
- getLine(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.directions.CelestialBodyPolesAxisDirection
-
Provides the line containing the origin (given PV coordinates) and directed by the direction vector.
- getLine(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.directions.ConstantVectorDirection
-
Provides the line containing the given origin point and directed by the direction vector
- getLine(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.directions.CrossProductDirection
-
Provides the line containing the origin (given PV coordinates) and directed by the cross product of directions.
- getLine(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.directions.EarthCenterDirection
-
Provides the line containing the origin (given PV coordinates) and directed by the direction vector.
- getLine(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.directions.EarthToCelestialBodyCenterDirection
-
Provides the line containing the origin (given PV coordinates) and directed by the direction vector.
- getLine(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.directions.GenericTargetDirection
-
Provides the line containing the origin (given PV coordinates) and directed by the direction vector.
- getLine(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.directions.GlintApproximatePointingDirection
-
Provides the line containing the origin (given PV coordinates) and directed by the direction vector.
- getLine(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.directions.GroundVelocityDirection
-
- getLine(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in interface fr.cnes.sirius.patrius.attitudes.directions.IDirection
-
Provides the line containing the origin (given PV coordinates) and directed by the direction vector.
- getLine(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.directions.MomentumDirection
-
Provides the line containing the origin (given PV coordinates) and directed by the direction vector.
- getLine(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.directions.NadirDirection
-
- getLine(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.directions.ToCelestialBodyCenterDirection
-
Provides the line containing the origin (given PV coordinates) and directed by the direction vector.
- getLine(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.directions.VelocityDirection
-
Provides the line containing the origin (given PV coordinates) and directed by the direction vector.
- getLine(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.bodies.BasicBoardSun
-
Get the line from the position in pvCoord to the Sun.
- getLine() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Segment
-
Get the line containing the segment.
- getLine() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Segment
-
Get the line containing the segment.
- getLine1() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLE
-
Get the first line.
- getLine2() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLE
-
Get the second line.
- getLinearPolynomial() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.TrigonometricPolynomialPrimitive
-
Get the Linear Polynomial Part
- getLineProperty() - Method in class fr.cnes.sirius.patrius.projections.GeneralizedFlamsteedSamson
-
Getter for line property .
- getLineProperty() - Method in class fr.cnes.sirius.patrius.projections.IdentityProjection
-
Getter for line property .
- getLineProperty() - Method in interface fr.cnes.sirius.patrius.projections.IProjection
-
Getter for line property .
- getLineProperty() - Method in class fr.cnes.sirius.patrius.projections.Mercator
-
Getter for line property .
- getLInfDistance(RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Distance between two vectors.
- getLInfDistance(RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Distance between two vectors.
- getLInfNorm() - Method in class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Returns the L∞ norm of the vector.
- getLInfNorm() - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Returns the L∞ norm of the vector.
- getList() - Method in class fr.cnes.sirius.patrius.events.CodedEventsList
-
Get the full list of coded events.
- getList() - Method in class fr.cnes.sirius.patrius.events.PhenomenaList
-
- getLJu() - Method in class fr.cnes.sirius.patrius.data.BodiesElements
-
Get the mean Jupiter longitude.
- getLM() - Method in class fr.cnes.sirius.patrius.orbits.ApsisOrbit
-
Get the mean longitude argument.
- getLM() - Method in class fr.cnes.sirius.patrius.orbits.CartesianOrbit
-
Get the mean longitude argument.
- getLM() - Method in class fr.cnes.sirius.patrius.orbits.CircularOrbit
-
Get the mean longitude argument.
- getLM() - Method in class fr.cnes.sirius.patrius.orbits.EquatorialOrbit
-
Get the mean longitude argument.
- getLM() - Method in class fr.cnes.sirius.patrius.orbits.EquinoctialOrbit
-
Get the mean longitude argument.
- getLM() - Method in class fr.cnes.sirius.patrius.orbits.KeplerianOrbit
-
Get the mean longitude argument.
- getLM() - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
Get the mean longitude argument.
- getLM() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquinoctialParameters
-
Get the mean longitude argument.
- getLM() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.StelaEquinoctialParameters
-
Get the mean longitude argument.
- getLM() - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get the mean longitude argument (as per equinoctial parameters).
- getLM() - Method in class fr.cnes.sirius.patrius.stela.orbits.StelaEquinoctialOrbit
-
Get the mean longitude argument.
- getLMa() - Method in class fr.cnes.sirius.patrius.data.BodiesElements
-
Get the mean Mars longitude.
- getLMe() - Method in class fr.cnes.sirius.patrius.data.BodiesElements
-
Get the mean Mercury longitude.
- getLn10() - Method in class fr.cnes.sirius.patrius.math.dfp.DfpField
-
Get the constant ln(10).
- getLn2() - Method in class fr.cnes.sirius.patrius.math.dfp.DfpField
-
Get the constant ln(2).
- getLn2Split() - Method in class fr.cnes.sirius.patrius.math.dfp.DfpField
-
Get the constant ln(2) split in two pieces.
- getLn5() - Method in class fr.cnes.sirius.patrius.math.dfp.DfpField
-
Get the constant ln(5).
- getLn5Split() - Method in class fr.cnes.sirius.patrius.math.dfp.DfpField
-
Get the constant ln(5) split in two pieces.
- getLnaModel() - Method in class fr.cnes.sirius.patrius.propagation.analytical.twod.Analytical2DOrbitModel
-
Get the longitude of ascending node parameter model.
- getLNe() - Method in class fr.cnes.sirius.patrius.data.BodiesElements
-
Get the mean Neptune longitude.
- getLo() - Method in exception fr.cnes.sirius.patrius.math.exception.NoBracketingException
-
Get the lower end of the interval.
- getLo() - Method in exception fr.cnes.sirius.patrius.math.exception.OutOfRangeException
-
- getLo() - Method in class fr.cnes.sirius.patrius.math.optim.univariate.BracketFinder
-
- getLoadedAstronomicalUnit() - Method in class fr.cnes.sirius.patrius.bodies.JPLEphemeridesLoader
-
Get astronomical unit.
- getLoadedConstant(String...) - Method in class fr.cnes.sirius.patrius.bodies.JPLEphemeridesLoader
-
Get a constant defined in the ephemerides headers.
- getLoadedDataNames() - Method in class fr.cnes.sirius.patrius.data.DataProvidersManager
-
Get an unmodifiable view of the set of data file names that have been loaded.
- getLoadedEarthMoonMassRatio() - Method in class fr.cnes.sirius.patrius.bodies.JPLEphemeridesLoader
-
Get Earth/Moon mass ratio.
- getLoadedGravitationalCoefficient(JPLEphemeridesLoader.EphemerisType) - Method in class fr.cnes.sirius.patrius.bodies.JPLEphemeridesLoader
-
Get the gravitational coefficient of a body.
- getLocalBasisTransform() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Ellipsoid
-
Get transformation matrix (from standard basis to ellipsoid local basis)
- getLocalBasisTransform() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCone
-
This method returns the matrix of the transformation to the local basis
- getLocalBasisTransform() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCylinder
-
This method returns the matrix of the transformation to the local basis
- getLocalFrame() - Method in class fr.cnes.sirius.patrius.forces.EmpiricalForce
-
- getLocalizedMessage() - Method in exception fr.cnes.sirius.patrius.math.exception.MathArithmeticException
- getLocalizedMessage() - Method in exception fr.cnes.sirius.patrius.math.exception.MathIllegalArgumentException
- getLocalizedMessage() - Method in exception fr.cnes.sirius.patrius.math.exception.MathIllegalStateException
- getLocalizedMessage() - Method in exception fr.cnes.sirius.patrius.math.exception.MathRuntimeException
- getLocalizedMessage() - Method in exception fr.cnes.sirius.patrius.math.exception.MathUnsupportedOperationException
- getLocalizedMessage() - Method in class fr.cnes.sirius.patrius.math.exception.util.ExceptionContext
-
Gets the message in the default locale.
- getLocalizedMessage() - Method in exception fr.cnes.sirius.patrius.utils.exception.PatriusException
- getLocalizedString(Locale) - Method in class fr.cnes.sirius.patrius.math.exception.util.DummyLocalizable
-
Gets the localized string.
- getLocalizedString(Locale) - Method in interface fr.cnes.sirius.patrius.math.exception.util.Localizable
-
Gets the localized string.
- getLocalizedString(Locale) - Method in enum fr.cnes.sirius.patrius.utils.exception.PatriusMessages
-
Gets the localized string.
- getLocalRadius(Vector3D, Frame, AbsoluteDate, PVCoordinatesProvider) - Method in class fr.cnes.sirius.patrius.bodies.ExtendedOneAxisEllipsoid
-
Calculate the apparent radius.
- getLocalRadius(Vector3D, Frame, AbsoluteDate, PVCoordinatesProvider) - Method in interface fr.cnes.sirius.patrius.bodies.GeometricBodyShape
-
Calculate the apparent radius.
- getLocalRadius(Vector3D, Frame, AbsoluteDate, PVCoordinatesProvider) - Method in class fr.cnes.sirius.patrius.propagation.events.ConstantRadiusProvider
-
Calculate the apparent radius.
- getLocalRadius(Vector3D, Frame, AbsoluteDate, PVCoordinatesProvider) - Method in interface fr.cnes.sirius.patrius.propagation.events.LocalRadiusProvider
-
Calculate the apparent radius.
- getLocalRadius(Vector3D, Frame, AbsoluteDate, PVCoordinatesProvider) - Method in class fr.cnes.sirius.patrius.propagation.events.VariableRadiusProvider
-
Calculate the apparent radius.
- getLocalTemp() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.JB2006
-
Get the temperature at input position.
- getLocalTemperature() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.AtmosphereData
-
Returns the local temperature.
- getLocation() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.OrientedPoint
-
Get the hyperplane location on the real line.
- getLOD(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.AbstractEOPHistory
-
Get the LoD (Length of Day) value.
- getLOD(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOP2000HistoryConstantOutsideInterval
-
Get the LoD (Length of Day) value.
- getLOD() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOPEntry
-
Get the LoD (Length of Day) value.
- getLOD(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.frames.configuration.eop.EOPHistory
-
Get the LoD (Length of Day) value.
- getLOD(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.NoEOP2000History
-
getLOD.
- getLODCorrection(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.tides.IERS2003TidalCorrection
-
Get length of day correction.
- getLODCorrection(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.tides.IERS2010TidalCorrection
-
Get length of day correction.
- getLODCorrection(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.tides.NoTidalCorrection
-
Get length of day correction.
- getLODCorrection() - Method in class fr.cnes.sirius.patrius.frames.configuration.tides.TidalCorrection
-
Get the length of day correction.
- getLODCorrection(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.frames.configuration.tides.TidalCorrectionModel
-
Get length of day correction.
- getLODCorrection(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.tides.TidalCorrectionPerThread
-
Get length of day correction.
- getLoggedCodedEventSet() - Method in class fr.cnes.sirius.patrius.events.CodedEventsLogger
-
- getLoggedCodedEventSet() - Method in class fr.cnes.sirius.patrius.events.multi.MultiCodedEventsLogger
-
- getLoggedEvents() - Method in class fr.cnes.sirius.patrius.events.multi.MultiEventsLogger
-
Get an immutable copy of the logged events.
- getLoggedEvents() - Method in class fr.cnes.sirius.patrius.propagation.events.EventsLogger
-
Get an immutable copy of the logged events.
- getLongitude() - Method in class fr.cnes.sirius.patrius.bodies.GeodeticPoint
-
Get the longitude.
- getLongitude() - Method in class fr.cnes.sirius.patrius.frames.H0MinusNFrame
-
Getter for the rotation angle around the ITRF Z axis.
- getLongitude() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ReentryParameters
-
Getter for longitude.
- getLongitudeToDetect() - Method in class fr.cnes.sirius.patrius.propagation.events.LongitudeDetector
-
Returns longitude to detect.
- getLoveNumbers() - Method in interface fr.cnes.sirius.patrius.forces.gravity.tides.IOceanTidesDataProvider
-
Get love numbers.
- getLoveNumbers() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.OceanTidesDataProvider
-
- getLower() - Method in class fr.cnes.sirius.patrius.math.optim.SimpleBounds
-
Gets the lower bounds.
- getLowerAngle() - Method in class fr.cnes.sirius.patrius.math.interval.AngleInterval
-
- getLowerBound() - Method in class fr.cnes.sirius.patrius.math.optim.BaseMultivariateOptimizer
-
- getLowerCaseAbbreviation() - Method in enum fr.cnes.sirius.patrius.time.Month
-
Get the lower case three letters abbreviation.
- getLowerCaseName() - Method in enum fr.cnes.sirius.patrius.time.Month
-
Get the lower case full name.
- getLowerData() - Method in class fr.cnes.sirius.patrius.math.interval.GenericInterval
-
- getLowerEndPoint() - Method in class fr.cnes.sirius.patrius.math.interval.AbstractInterval
-
- getLowerEndpoint() - Method in class fr.cnes.sirius.patrius.math.interval.GenericInterval
-
- getLPrime() - Method in class fr.cnes.sirius.patrius.data.BodiesElements
-
Get the mean anomaly of the Sun.
- getLSa() - Method in class fr.cnes.sirius.patrius.data.BodiesElements
-
Get the mean Saturn longitude.
- getLst() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Input
-
Getter for lst.
- getLT() - Method in class fr.cnes.sirius.patrius.math.linear.CholeskyDecomposition
-
Returns the transpose of the matrix L of the decomposition.
- getLUr() - Method in class fr.cnes.sirius.patrius.data.BodiesElements
-
Get the mean Uranus longitude.
- getLv() - Method in class fr.cnes.sirius.patrius.orbits.ApsisOrbit
-
Get the true longitude argument.
- getLv() - Method in class fr.cnes.sirius.patrius.orbits.CartesianOrbit
-
Get the true longitude argument.
- getLv() - Method in class fr.cnes.sirius.patrius.orbits.CircularOrbit
-
Get the true longitude argument.
- getLv() - Method in class fr.cnes.sirius.patrius.orbits.EquatorialOrbit
-
Get the true longitude argument.
- getLv() - Method in class fr.cnes.sirius.patrius.orbits.EquinoctialOrbit
-
Get the true longitude argument.
- getLv() - Method in class fr.cnes.sirius.patrius.orbits.KeplerianOrbit
-
Get the true longitude argument.
- getLv() - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
Get the true longitude argument.
- getLv() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquinoctialParameters
-
Get the true longitude argument.
- getLv() - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get the true longitude argument (as per equinoctial parameters).
- getLv() - Method in class fr.cnes.sirius.patrius.stela.orbits.StelaEquinoctialOrbit
-
Get the true longitude argument.
- getLVe() - Method in class fr.cnes.sirius.patrius.data.BodiesElements
-
Get the mean Venus longitude.
- getM() - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.TesseralQuad
-
Getter for m coefficient.
- getMagneticMoment(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.assembly.models.MagneticMoment
-
Get the magnetic moment at given date, in the main frame of the spacecraft
- getMagneticMoment(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.assembly.models.MagneticMomentProvider
-
Get the magnetic moment at given date, in the main frame of the spacecraft
- getMainField() - Method in class fr.cnes.sirius.patrius.assembly.properties.SensorProperty
-
- getMainPart() - Method in class fr.cnes.sirius.patrius.assembly.Assembly
-
- getMainShape() - Method in class fr.cnes.sirius.patrius.assembly.Vehicle
-
Returns the main shape.
- getMainSpacecraft() - Method in class fr.cnes.sirius.patrius.events.sensor.SatToSatMutualVisibilityDetector
-
Get the main assembly to consider.
- getMainTarget() - Method in class fr.cnes.sirius.patrius.assembly.properties.SensorProperty
-
- getMainTargetAngularRadius(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.assembly.models.SensorModel
-
Computes the angular radius from the sensor of the main target at a date.
- getMainTargetRadius() - Method in class fr.cnes.sirius.patrius.assembly.properties.SensorProperty
-
- getMapper() - Method in class fr.cnes.sirius.patrius.propagation.numerical.PartialDerivativesEquations
-
Get a mapper between two-dimensional Jacobians and one-dimensional additional state.
- getMars() - Static method in class fr.cnes.sirius.patrius.bodies.CelestialBodyFactory
-
Get the Mars singleton body.
- getMaskingBodyName() - Method in class fr.cnes.sirius.patrius.assembly.models.SensorModel
-
- getMaskingObjectName() - Method in class fr.cnes.sirius.patrius.events.sensor.MaskingDetector
-
Get the masking object.
- getMaskingObjectName() - Method in class fr.cnes.sirius.patrius.events.sensor.SensorVisibilityDetector
-
Get the masking object.
- getMaskingPartName() - Method in class fr.cnes.sirius.patrius.events.sensor.MaskingDetector
-
Get the masking part.
- getMaskingPartName() - Method in class fr.cnes.sirius.patrius.events.sensor.SensorVisibilityDetector
-
Get the masking part.
- getMaskingSpacecraftName() - Method in class fr.cnes.sirius.patrius.assembly.models.SensorModel
-
- getMaskingSpacecraftPartName() - Method in class fr.cnes.sirius.patrius.assembly.models.SensorModel
-
- getMass(String) - Method in class fr.cnes.sirius.patrius.assembly.models.InertiaComputedModel
-
Return the mass of the given part.
- getMass(String) - Method in class fr.cnes.sirius.patrius.assembly.models.InertiaSimpleModel
-
Return the mass of the given part.
- getMass(String) - Method in class fr.cnes.sirius.patrius.assembly.models.MassModel
-
Return the mass of the given part.
- getMass() - Method in class fr.cnes.sirius.patrius.assembly.properties.AbstractInertiaProperty
- getMass() - Method in interface fr.cnes.sirius.patrius.assembly.properties.IInertiaProperty
-
- getMass() - Method in class fr.cnes.sirius.patrius.assembly.properties.MassProperty
-
Gets the mass of the part.
- getMass() - Method in class fr.cnes.sirius.patrius.assembly.properties.TankProperty
-
Getter for the mass.
- getMass(String) - Method in interface fr.cnes.sirius.patrius.propagation.MassProvider
-
Return the mass of the given part.
- getMass(String) - Method in class fr.cnes.sirius.patrius.propagation.SimpleMassModel
-
This model represents one part only.
- getMass(String) - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get the mass of the given part.
- getMass(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Get the mass.
- getMass(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaGTOPropagator
-
- getMassCenter(Frame, AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.assembly.models.IInertiaModel
-
Getter for the mass center.
- getMassCenter(Frame, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.assembly.models.InertiaComputedModel
-
Getter for the mass center.
- getMassCenter(Frame, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.assembly.models.InertiaSimpleModel
-
Getter for the mass center.
- getMassCenter() - Method in class fr.cnes.sirius.patrius.assembly.properties.AbstractInertiaProperty
- getMassCenter() - Method in interface fr.cnes.sirius.patrius.assembly.properties.IInertiaProperty
-
- getMassProperty() - Method in class fr.cnes.sirius.patrius.assembly.properties.AbstractInertiaProperty
- getMassProperty() - Method in interface fr.cnes.sirius.patrius.assembly.properties.IInertiaProperty
-
- getMassProperty() - Method in class fr.cnes.sirius.patrius.assembly.properties.TankProperty
-
Getter for the underlying mass property.
- getMatrix() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldRotation
-
Get the 3X3 matrix corresponding to the instance
- getMatrix() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Rotation
-
Get the 3X3 rotation matrix corresponding to the instance.
- getMax() - Method in class fr.cnes.sirius.patrius.math.analysis.integration.BaseAbstractUnivariateIntegrator
-
- getMax() - Method in class fr.cnes.sirius.patrius.math.analysis.solver.BaseAbstractUnivariateSolver
-
- getMax() - Method in exception fr.cnes.sirius.patrius.math.exception.MaxCountExceededException
-
- getMax() - Method in exception fr.cnes.sirius.patrius.math.exception.NumberIsTooLargeException
-
- getMax() - Method in class fr.cnes.sirius.patrius.math.optim.univariate.SearchInterval
-
Gets the upper bound.
- getMax() - Method in class fr.cnes.sirius.patrius.math.optim.univariate.UnivariateOptimizer
-
- getMax() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.AggregateSummaryStatistics
-
Returns the maximum of the available values
- getMax() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Returns the maximum of the available values
- getMax() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.MultivariateSummaryStatistics
-
- getMax() - Method in interface fr.cnes.sirius.patrius.math.stat.descriptive.StatisticalMultivariateSummary
-
Returns an array whose ith entry is the
maximum of the ith entries of the arrays
that correspond to each multivariate sample
- getMax() - Method in interface fr.cnes.sirius.patrius.math.stat.descriptive.StatisticalSummary
-
Returns the maximum of the available values
- getMax() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.StatisticalSummaryValues
-
- getMax() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Returns the maximum of the values that have been added.
- getMax() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics
-
- getMax() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Returns the maximum of the values that have been added.
- getMaxAlt() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.HarrisPriester
-
Get the maximal altitude for the model.
- getMaxCheckInterval() - Method in class fr.cnes.sirius.patrius.events.GenericCodingEventDetector
-
- getMaxCheckInterval() - Method in class fr.cnes.sirius.patrius.events.multi.MultiGenericCodingEventDetector
-
- getMaxCheckInterval() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ImpulseManeuver
-
Get maximal time interval between switching function checks.
- getMaxCheckInterval() - Method in class fr.cnes.sirius.patrius.math.ode.events.EventState
-
Get the maximal time interval between events handler checks.
- getMaxCheckInterval() - Method in class fr.cnes.sirius.patrius.propagation.events.AbstractDetector
-
Get maximal time interval between switching function checks.
- getMaxCheckInterval() - Method in interface fr.cnes.sirius.patrius.propagation.events.EventDetector
-
Get maximal time interval between switching function checks.
- getMaxCheckInterval() - Method in class fr.cnes.sirius.patrius.propagation.events.multi.MultiAbstractDetector
-
- getMaxCheckInterval() - Method in interface fr.cnes.sirius.patrius.propagation.events.multi.MultiEventDetector
-
Get maximal time interval between switching function checks.
- getMaxCheckInterval() - Method in class fr.cnes.sirius.patrius.propagation.events.NthOccurrenceDetector
-
Get maximal time interval between switching function checks.
- getMaxChunksDuration() - Method in class fr.cnes.sirius.patrius.bodies.JPLEphemeridesLoader
-
Get the maximal chunks duration.
- getMaxDate() - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.DTM2000InputParameters
-
Gets the available data range maximum date.
- getMaxDate() - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.JB2006InputParameters
-
Gets the available data range maximum date.
- getMaxDate() - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.MSISE2000InputParameters
-
Gets the available data range maximum date.
- getMaxDate() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.ConstantSolarActivity
-
Get maximum date at which both flux and ap values are available
- getMaxDate() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.ExtendedSolarActivityWrapper
-
Get maximum date at which both flux and ap values are available
- getMaxDate() - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataProvider
-
Get maximum date at which both flux and ap values are available
- getMaxDate() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataReader
-
Get maximum date at which both flux and ap values are available
- getMaxDate() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.AbstractMSISE2000SolarData
-
Gets the available data range maximum date.
- getMaxDate() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.DTM2000SolarData
-
Gets the available data range maximum date.
- getMaxDate() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.MarshallSolarActivityFutureEstimation
-
Gets the available data range maximum date.
- getMaxDate() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.AbstractBoundedPVProvider
-
Return the higher date authorized to call getPVCoordinates.
- getMaxDate() - Method in class fr.cnes.sirius.patrius.propagation.AnalyticalIntegratedEphemeris
-
Get the last date of the range.
- getMaxDate() - Method in interface fr.cnes.sirius.patrius.propagation.BoundedPropagator
-
Get the last date of the range.
- getMaxDate() - Method in class fr.cnes.sirius.patrius.propagation.precomputed.Ephemeris
-
Get the last date of the range.
- getMaxDate() - Method in class fr.cnes.sirius.patrius.propagation.precomputed.IntegratedEphemeris
-
Get the last date of the range.
- getMaxDate() - Method in class fr.cnes.sirius.patrius.propagation.precomputed.multi.MultiIntegratedEphemeris
-
Get the last date of the range.
- getMaxDegree(double, int) - Method in interface fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsProvider
-
Get maximum degree for given wave and order
- getMaxDegree(double, int) - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsReader
-
Get maximum degree for given wave and order
- getMaxDegree(double, int) - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.OceanTidesDataProvider
-
- getMaxDegree() - Method in interface fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.VariablePotentialCoefficientsProvider
-
Get the max degree available
- getMaxDegree() - Method in class fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.VariablePotentialCoefficientsReader
-
Get the max degree available
- getMaxEval() - Method in class fr.cnes.sirius.patrius.math.optim.MaxEval
-
Gets the maximum number of evaluations.
- getMaxEvals() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.FourierDecompositionEngine
-
- getMaxEvaluations() - Method in class fr.cnes.sirius.patrius.math.analysis.solver.BaseAbstractUnivariateSolver
-
Get the maximum number of function evaluations.
- getMaxEvaluations() - Method in interface fr.cnes.sirius.patrius.math.analysis.solver.BaseUnivariateSolver
-
Get the maximum number of function evaluations.
- getMaxEvaluations() - Method in class fr.cnes.sirius.patrius.math.dfp.BracketingNthOrderBrentSolverDFP
-
Get the maximal number of function evaluations.
- getMaxEvaluations() - Method in class fr.cnes.sirius.patrius.math.ode.AbstractIntegrator
-
Get the maximal number of functions evaluations.
- getMaxEvaluations() - Method in interface fr.cnes.sirius.patrius.math.ode.ODEIntegrator
-
Get the maximal number of functions evaluations.
- getMaxEvaluations() - Method in class fr.cnes.sirius.patrius.math.optim.BaseOptimizer
-
Gets the maximal number of function evaluations.
- getMaxEvaluations() - Method in class fr.cnes.sirius.patrius.math.optim.univariate.BracketFinder
-
- getMaxGrowth() - Method in class fr.cnes.sirius.patrius.math.ode.MultistepIntegrator
-
Get the maximal growth factor for stepsize control.
- getMaxGrowth() - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.EmbeddedRungeKuttaIntegrator
-
Get the maximal growth factor for stepsize control.
- getMaximalCount() - Method in class fr.cnes.sirius.patrius.math.util.Incrementor
-
Gets the upper limit of the counter.
- getMaximalIterationCount() - Method in class fr.cnes.sirius.patrius.math.analysis.integration.BaseAbstractUnivariateIntegrator
-
Get the upper limit for the number of iterations.
- getMaximalIterationCount() - Method in interface fr.cnes.sirius.patrius.math.analysis.integration.UnivariateIntegrator
-
Get the upper limit for the number of iterations.
- getMaximalOrder() - Method in class fr.cnes.sirius.patrius.math.analysis.solver.BracketingNthOrderBrentSolver
-
Get the maximal order.
- getMaximalOrder() - Method in class fr.cnes.sirius.patrius.math.dfp.BracketingNthOrderBrentSolverDFP
-
Get the maximal order.
- getMaxImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Returns the currently configured maximum implementation.
- getMaxImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.MultivariateSummaryStatistics
-
Returns the currently configured maximum implementation
- getMaxImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Returns the currently configured maximum implementation
- getMaxImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics
-
Returns the currently configured maximum implementation
- getMaxImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Returns the currently configured maximum implementation
- getMaximumEastingValue() - Method in class fr.cnes.sirius.patrius.projections.IdentityProjection
-
Getter for the maximum value for X projected.
- getMaximumEastingValue() - Method in interface fr.cnes.sirius.patrius.projections.IProjection
-
Getter for the maximum value for X projected.
- getMaximumEastingValue() - Method in class fr.cnes.sirius.patrius.projections.Mercator
-
Getter for the maximum value for X projected.
- getMaximumLatitude() - Method in class fr.cnes.sirius.patrius.projections.IdentityProjection
-
Getter for the maximum latitude that the projection can map.
- getMaximumLatitude() - Method in interface fr.cnes.sirius.patrius.projections.IProjection
-
Getter for the maximum latitude that the projection can map.
- getMaximumLatitude() - Method in class fr.cnes.sirius.patrius.projections.Mercator
-
Getter for the maximum latitude that the projection can map.
- getMaximumNorthingValue() - Method in class fr.cnes.sirius.patrius.projections.Mercator
-
Get the maximum northing value in meters.
- getMaxIndex() - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Get the index of the maximum entry.
- getMaxIter() - Method in class fr.cnes.sirius.patrius.math.optim.MaxIter
-
Gets the maximum number of evaluations.
- getMaxIterationCount() - Method in class fr.cnes.sirius.patrius.events.GenericCodingEventDetector
-
- getMaxIterationCount() - Method in class fr.cnes.sirius.patrius.events.multi.MultiGenericCodingEventDetector
-
- getMaxIterationCount() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ImpulseManeuver
-
Get maximal number of iterations in the event time search.
- getMaxIterationCount() - Method in class fr.cnes.sirius.patrius.math.ode.events.EventState
-
Get the upper limit in the iteration count for event localization.
- getMaxIterationCount() - Method in class fr.cnes.sirius.patrius.propagation.events.AbstractDetector
-
Get maximal number of iterations in the event time search.
- getMaxIterationCount() - Method in interface fr.cnes.sirius.patrius.propagation.events.EventDetector
-
Get maximal number of iterations in the event time search.
- getMaxIterationCount() - Method in class fr.cnes.sirius.patrius.propagation.events.multi.MultiAbstractDetector
-
- getMaxIterationCount() - Method in interface fr.cnes.sirius.patrius.propagation.events.multi.MultiEventDetector
-
Get maximal number of iterations in the event time search.
- getMaxIterationCount() - Method in class fr.cnes.sirius.patrius.propagation.events.NthOccurrenceDetector
-
Get maximal number of iterations in the event time search.
- getMaxIterations() - Method in class fr.cnes.sirius.patrius.math.optim.BaseOptimizer
-
Gets the maximal number of iterations.
- getMaxIterations() - Method in class fr.cnes.sirius.patrius.math.util.IterationManager
-
Returns the maximum number of iterations.
- getMaxOrder(double) - Method in interface fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsProvider
-
Get maximum order for given wave
- getMaxOrder(double) - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsReader
-
Get maximum order for given wave
- getMaxOrder(double) - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.OceanTidesDataProvider
-
- getMaxOrder() - Method in enum fr.cnes.sirius.patrius.utils.AngularDerivativesFilter
-
Get the maximum derivation order.
- getMaxOrder() - Method in enum fr.cnes.sirius.patrius.utils.CartesianDerivativesFilter
-
Get the maximum derivation order.
- getMaxOrders() - Method in class fr.cnes.sirius.patrius.propagation.analytical.twod.Analytical2DOrbitModel
-
Return the array with the highest trigonometric orders available.
- getMaxSlots() - Method in class fr.cnes.sirius.patrius.time.TimeStampedCache
-
Get the maximum number of independent cached time slots.
- getMaxSpan() - Method in class fr.cnes.sirius.patrius.time.TimeStampedCache
-
Get the maximum duration span in seconds of one slot.
- getMaxStep() - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.AdaptiveStepsizeIntegrator
-
Get the maximal step.
- getMaxTrigonometricOrder() - Method in class fr.cnes.sirius.patrius.propagation.analytical.twod.Analytical2DParameterModel
-
Return the highest trigonometric order.
- getMaxValue() - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Get the value of the maximum entry.
- getMaxX() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.PolygonsSet
-
- getMaxY() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.PolygonsSet
-
- getMean() - Method in class fr.cnes.sirius.patrius.math.distribution.ExponentialDistribution
-
Access the mean.
- getMean() - Method in class fr.cnes.sirius.patrius.math.distribution.NormalDistribution
-
Access the mean.
- getMean() - Method in class fr.cnes.sirius.patrius.math.distribution.PoissonDistribution
-
Get the mean for the distribution.
- getMean() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.AggregateSummaryStatistics
-
- getMean() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
- getMean() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.MultivariateSummaryStatistics
-
- getMean() - Method in interface fr.cnes.sirius.patrius.math.stat.descriptive.StatisticalMultivariateSummary
-
Returns an array whose ith entry is the
mean of the ith entries of the arrays
that correspond to each multivariate sample
- getMean() - Method in interface fr.cnes.sirius.patrius.math.stat.descriptive.StatisticalSummary
-
- getMean() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.StatisticalSummaryValues
-
- getMean() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Returns the mean of the values that have been added.
- getMean() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics
-
- getMean() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Returns the mean of the values that have been added.
- getMeanAnomaly() - Method in class fr.cnes.sirius.patrius.orbits.EquatorialOrbit
-
Get the mean anomaly.
- getMeanAnomaly() - Method in class fr.cnes.sirius.patrius.orbits.KeplerianOrbit
-
Get the mean anomaly.
- getMeanAnomaly() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquatorialParameters
-
Get the mean anomaly.
- getMeanAnomaly() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.KeplerianParameters
-
Get the mean anomaly.
- getMeanAnomaly() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLE
-
Get the mean anomaly.
- getMeanAnomalyInit() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.AlmanacParameter
-
- getMeanAp(AbsoluteDate, AbsoluteDate, SolarActivityDataProvider) - Static method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityToolbox
-
Compute mean flux between given dates (rectangular rule)
- getMeanAtomicMass() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.AtmosphereData
-
Returns the mean atomic mass or the molar mass.
- getMeanFlux(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.DTM2000InputParameters
-
Get the value of the mean solar flux.
- getMeanFlux(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.MSISE2000InputParameters
-
Get the 81 day average of F10.7 flux.
- getMeanFlux(AbsoluteDate, AbsoluteDate, SolarActivityDataProvider) - Static method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityToolbox
-
Compute mean flux between given dates using trapezoidal rule
- getMeanFlux(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.AbstractMSISE2000SolarData
-
Get the 81 day average of F10.7 flux.
- getMeanFlux(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.ContinuousMSISE2000SolarData
-
Get the 81 day average of F10.7 flux.
- getMeanFlux(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.DTM2000SolarData
-
Get the value of the mean solar flux.
- getMeanFlux(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.MarshallSolarActivityFutureEstimation
-
Get the value of the mean solar flux.
- getMeanImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Returns the currently configured mean implementation.
- getMeanImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.MultivariateSummaryStatistics
-
Returns the currently configured mean implementation
- getMeanImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Returns the currently configured mean implementation
- getMeanImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics
-
Returns the currently configured mean implementation
- getMeanImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Returns the currently configured mean implementation
- getMeanMotion() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLE
-
Get the mean motion.
- getMeanMotion() - Method in class fr.cnes.sirius.patrius.stela.propagation.data.TimeDerivativeData
-
Returns mean motion.
- getMeanMotion() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaPartialDerivativesEquations
-
Returns mean motion from state transition matrix.
- getMeanMotionFirstDerivative() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLE
-
Get the mean motion first derivative.
- getMeanMotionSecondDerivative() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLE
-
Get the mean motion second derivative.
- getMeanMotionSTM() - Method in class fr.cnes.sirius.patrius.stela.propagation.data.TimeDerivativeData
-
Returns mean motion from STM (STM = state transition matrix).
- getMeans() - Method in class fr.cnes.sirius.patrius.math.distribution.MultivariateNormalDistribution
-
Gets the mean vector.
- getMeanSquareError() - Method in class fr.cnes.sirius.patrius.math.stat.regression.RegressionResults
-
Returns the sum of squared errors divided by the degrees of freedom, usually abbreviated MSE.
- getMeanSquareError() - Method in class fr.cnes.sirius.patrius.math.stat.regression.SimpleRegression
-
Returns the sum of squared errors divided by the degrees of freedom,
usually abbreviated MSE.
- getMeasurementDimension() - Method in class fr.cnes.sirius.patrius.math.filter.KalmanFilter
-
Returns the dimension of the measurement vector.
- getMeasurementMatrix() - Method in class fr.cnes.sirius.patrius.math.filter.DefaultMeasurementModel
-
Returns the measurement matrix.
- getMeasurementMatrix() - Method in interface fr.cnes.sirius.patrius.math.filter.MeasurementModel
-
Returns the measurement matrix.
- getMeasurementNoise() - Method in class fr.cnes.sirius.patrius.math.filter.DefaultMeasurementModel
-
Returns the measurement noise matrix.
- getMeasurementNoise() - Method in interface fr.cnes.sirius.patrius.math.filter.MeasurementModel
-
Returns the measurement noise matrix.
- getMedian() - Method in class fr.cnes.sirius.patrius.math.distribution.CauchyDistribution
-
Access the median.
- getMercury() - Static method in class fr.cnes.sirius.patrius.bodies.CelestialBodyFactory
-
Get the Mercury singleton body.
- getMeritFactor() - Method in class fr.cnes.sirius.patrius.groundstation.RFStationAntenna
-
- getMessage() - Method in exception fr.cnes.sirius.patrius.math.exception.MathArithmeticException
- getMessage() - Method in exception fr.cnes.sirius.patrius.math.exception.MathIllegalArgumentException
- getMessage() - Method in exception fr.cnes.sirius.patrius.math.exception.MathIllegalStateException
- getMessage() - Method in exception fr.cnes.sirius.patrius.math.exception.MathRuntimeException
- getMessage() - Method in exception fr.cnes.sirius.patrius.math.exception.MathUnsupportedOperationException
- getMessage() - Method in class fr.cnes.sirius.patrius.math.exception.util.ExceptionContext
-
Gets the default message.
- getMessage(Locale) - Method in class fr.cnes.sirius.patrius.math.exception.util.ExceptionContext
-
Gets the message in a specified locale.
- getMessage(Locale, String) - Method in class fr.cnes.sirius.patrius.math.exception.util.ExceptionContext
-
Gets the message in a specified locale.
- getMessage(Locale) - Method in exception fr.cnes.sirius.patrius.utils.exception.PatriusException
-
Gets the message in a specified locale.
- getMessage() - Method in exception fr.cnes.sirius.patrius.utils.exception.PatriusException
- getMid() - Method in class fr.cnes.sirius.patrius.math.optim.univariate.BracketFinder
-
- getMin() - Method in class fr.cnes.sirius.patrius.math.analysis.integration.BaseAbstractUnivariateIntegrator
-
- getMin() - Method in class fr.cnes.sirius.patrius.math.analysis.solver.BaseAbstractUnivariateSolver
-
- getMin() - Method in exception fr.cnes.sirius.patrius.math.exception.NumberIsTooSmallException
-
- getMin() - Method in class fr.cnes.sirius.patrius.math.optim.univariate.SearchInterval
-
Gets the lower bound.
- getMin() - Method in class fr.cnes.sirius.patrius.math.optim.univariate.UnivariateOptimizer
-
- getMin() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.AggregateSummaryStatistics
-
Returns the minimum of the available values
- getMin() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Returns the minimum of the available values
- getMin() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.MultivariateSummaryStatistics
-
- getMin() - Method in interface fr.cnes.sirius.patrius.math.stat.descriptive.StatisticalMultivariateSummary
-
Returns an array whose ith entry is the
minimum of the ith entries of the arrays
that correspond to each multivariate sample
- getMin() - Method in interface fr.cnes.sirius.patrius.math.stat.descriptive.StatisticalSummary
-
Returns the minimum of the available values
- getMin() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.StatisticalSummaryValues
-
- getMin() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Returns the minimum of the values that have been added.
- getMin() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics
-
- getMin() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Returns the minimum of the values that have been added.
- getMinAlt() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.HarrisPriester
-
Get the minimal altitude for the model.
- getMinDate() - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.DTM2000InputParameters
-
Gets the available data range minimum date.
- getMinDate() - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.JB2006InputParameters
-
Gets the available data range minimum date.
- getMinDate() - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.MSISE2000InputParameters
-
Gets the available data range minimum date.
- getMinDate() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.ConstantSolarActivity
-
Get minimum date at which both flux and ap values are available
- getMinDate() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.ExtendedSolarActivityWrapper
-
Get minimum date at which both flux and ap values are available
- getMinDate() - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataProvider
-
Get minimum date at which both flux and ap values are available
- getMinDate() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataReader
-
Get minimum date at which both flux and ap values are available
- getMinDate() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.AbstractMSISE2000SolarData
-
Gets the available data range minimum date.
- getMinDate() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.DTM2000SolarData
-
Gets the available data range minimum date.
- getMinDate() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.MarshallSolarActivityFutureEstimation
-
Gets the available data range minimum date.
- getMinDate() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.AbstractBoundedPVProvider
-
Return the lower date authorized to call getPVCoordinates.
- getMinDate() - Method in class fr.cnes.sirius.patrius.propagation.AnalyticalIntegratedEphemeris
-
Get the first date of the range.
- getMinDate() - Method in interface fr.cnes.sirius.patrius.propagation.BoundedPropagator
-
Get the first date of the range.
- getMinDate() - Method in class fr.cnes.sirius.patrius.propagation.precomputed.Ephemeris
-
Get the first date of the range.
- getMinDate() - Method in class fr.cnes.sirius.patrius.propagation.precomputed.IntegratedEphemeris
-
Get the first date of the range.
- getMinDate() - Method in class fr.cnes.sirius.patrius.propagation.precomputed.multi.MultiIntegratedEphemeris
-
Get the first date of the range.
- getMinDegree(double, int) - Method in interface fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsProvider
-
Get min degree for given wave and order
- getMinDegree(double, int) - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsReader
-
Get min degree for given wave and order
- getMinDegree(double, int) - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.OceanTidesDataProvider
-
- getMinimalIterationCount() - Method in class fr.cnes.sirius.patrius.math.analysis.integration.BaseAbstractUnivariateIntegrator
-
Get the min limit for the number of iterations.
- getMinimalIterationCount() - Method in interface fr.cnes.sirius.patrius.math.analysis.integration.UnivariateIntegrator
-
Get the min limit for the number of iterations.
- getMinImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Returns the currently configured minimum implementation.
- getMinImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.MultivariateSummaryStatistics
-
Returns the currently configured minimum implementation
- getMinImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Returns the currently configured minimum implementation
- getMinImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics
-
Returns the currently configured minimum implementation
- getMinImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Returns the currently configured minimum implementation
- getMinIndex() - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Get the index of the minimum entry.
- getMinPts() - Method in class fr.cnes.sirius.patrius.math.stat.clustering.DBSCANClusterer
-
Returns the minimum number of points needed for a cluster.
- getMinReduction() - Method in class fr.cnes.sirius.patrius.math.ode.MultistepIntegrator
-
Get the minimal reduction factor for stepsize control.
- getMinReduction() - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.EmbeddedRungeKuttaIntegrator
-
Get the minimal reduction factor for stepsize control.
- getMinStep() - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.AdaptiveStepsizeIntegrator
-
Get the minimal step.
- getMinus() - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.BSPTree
-
Get the tree on the minus side of the cut hyperplane.
- getMinus() - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.SubHyperplane.SplitSubHyperplane
-
Get the part of the sub-hyperplane on the minus side of the splitting hyperplane.
- getMinute() - Method in class fr.cnes.sirius.patrius.time.TimeComponents
-
Get the minute number.
- getMinValue() - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Get the value of the minimum entry.
- getMinX() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.PolygonsSet
-
- getMinY() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.PolygonsSet
-
- getMJD() - Method in class fr.cnes.sirius.patrius.time.DateComponents
-
Get the modified julian day.
- getMOD(boolean) - Static method in class fr.cnes.sirius.patrius.frames.FramesFactory
-
Get the MOD reference frame.
- getMode() - Method in class fr.cnes.sirius.patrius.math.distribution.TriangularDistribution
-
Returns the mode c of this distribution.
- getMode() - Method in class fr.cnes.sirius.patrius.math.random.ValueServer
-
Returns the data generation mode.
- getMode() - Method in class fr.cnes.sirius.patrius.propagation.AbstractPropagator
-
Get the current operating mode of the propagator.
- getMode() - Method in interface fr.cnes.sirius.patrius.propagation.MultiPropagator
-
Get the current operating mode of the propagator.
- getMode() - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
- getMode() - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Get the current operating mode of the propagator.
- getMode() - Method in interface fr.cnes.sirius.patrius.propagation.Propagator
-
Get the current operating mode of the propagator.
- getMode() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Get the current operating mode of the propagator.
- getModelFunction() - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.vector.ModelFunction
-
Gets the model function to be optimized.
- getModelFunctionJacobian() - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.vector.ModelFunctionJacobian
-
Gets the Jacobian of the model function to be optimized.
- getModelName() - Method in class fr.cnes.sirius.patrius.models.earth.GeoMagneticField
-
Returns the model name.
- getModels() - Method in interface fr.cnes.sirius.patrius.models.earth.GeoMagneticDataProvider
-
- getModels() - Method in class fr.cnes.sirius.patrius.models.earth.GeoMagneticModelReader
-
- getModifiedRodrigues(double) - Method in class fr.cnes.sirius.patrius.utils.AngularCoordinates
-
Convert rotation, rate and acceleration to modified Rodrigues vector and derivatives.
- getModifiedRodrigues(double, boolean) - Method in class fr.cnes.sirius.patrius.utils.AngularCoordinates
-
Convert rotation, rate and acceleration to modified Rodrigues vector and derivatives.
- getMomentum() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.PVCoordinates
-
Gets the momentum.
- getMonth() - Method in class fr.cnes.sirius.patrius.time.DateComponents
-
Get the month.
- getMonth(int) - Static method in enum fr.cnes.sirius.patrius.time.Month
-
Get the month corresponding to a number.
- getMonthEnum() - Method in class fr.cnes.sirius.patrius.time.DateComponents
-
Get the month as an enumerate.
- getMoon() - Static method in class fr.cnes.sirius.patrius.bodies.CelestialBodyFactory
-
Get the Moon singleton body.
- getMoon() - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.SolidTidesAcc
-
Get the Moon.
- getMu() - Method in interface fr.cnes.sirius.patrius.forces.gravity.AttractionModel
-
Get the central attraction coefficient &mu.
- getMu() - Method in class fr.cnes.sirius.patrius.forces.gravity.BalminoAttractionModel
-
Get the central attraction coefficient &mu.
- getMu() - Method in class fr.cnes.sirius.patrius.forces.gravity.CunninghamAttractionModel
-
Get the central attraction coefficient &mu.
- getMu() - Method in class fr.cnes.sirius.patrius.forces.gravity.DrozinerAttractionModel
-
Get the central attraction coefficient &mu.
- getMu() - Method in class fr.cnes.sirius.patrius.forces.gravity.NewtonianAttraction
-
Get the central attraction coefficient &mu.
- getMu() - Method in interface fr.cnes.sirius.patrius.forces.gravity.potential.PotentialCoefficientsProvider
-
Get the central body attraction coefficient.
- getMu() - Method in class fr.cnes.sirius.patrius.forces.gravity.potential.PotentialCoefficientsReader
-
Get the central body attraction coefficient.
- getMu() - Method in interface fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.VariablePotentialCoefficientsProvider
-
Get the central body attraction coefficient.
- getMu() - Method in class fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.VariablePotentialCoefficientsReader
-
Get the central body attraction coefficient.
- getMu() - Method in class fr.cnes.sirius.patrius.forces.gravity.variations.VariablePotentialAttractionModel
-
- getMu() - Method in class fr.cnes.sirius.patrius.math.random.ValueServer
-
- getMu() - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
Get the central acceleration constant.
- getMu() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.AbstractOrbitalParameters
-
Getter for the central acceleration constant.
- getMu() - Method in interface fr.cnes.sirius.patrius.orbits.orbitalparameters.IOrbitalParameters
-
Getter for the central acceleration constant.
- getMu() - Method in class fr.cnes.sirius.patrius.propagation.analytical.covariance.CovarianceInterpolation
-
- getMu() - Method in class fr.cnes.sirius.patrius.propagation.analytical.twod.Analytical2DOrbitModel
-
Returns the standard gravitational parameter.
- getMu(String) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
Get the central attraction coefficient μ.
- getMu() - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Get the central attraction coefficient μ.
- getMu() - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get the central attraction coefficient.
- getMultiDetector() - Method in class fr.cnes.sirius.patrius.events.multi.MultiCodedEventsLogger.MultiLoggedCodedEvent
-
- getMutationPolicy() - Method in class fr.cnes.sirius.patrius.math.genetics.GeneticAlgorithm
-
Returns the mutation policy.
- getMutationRate() - Method in class fr.cnes.sirius.patrius.math.genetics.GeneticAlgorithm
-
Returns the mutation rate.
- getN() - Method in class fr.cnes.sirius.patrius.frames.H0MinusNFrame
-
Getter for the reference date shift.
- getN() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.PolynomialSplineFunction
-
Get the number of spline segments.
- getN() - Method in class fr.cnes.sirius.patrius.math.stat.correlation.Covariance
-
Returns the number of observations (length of covariate vectors)
- getN() - Method in class fr.cnes.sirius.patrius.math.stat.correlation.StorelessCovariance
-
- getN() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.AggregateSummaryStatistics
-
Returns the number of available values
- getN() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Returns the number of available values
- getN() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.GeometricMean
-
Returns the number of values that have been added.
- getN() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Kurtosis
-
Returns the number of values that have been added.
- getN() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Mean
-
Returns the number of values that have been added.
- getN() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Skewness
-
Returns the number of values that have been added.
- getN() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.StandardDeviation
-
Returns the number of values that have been added.
- getN() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Variance
-
Returns the number of values that have been added.
- getN() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.VectorialCovariance
-
Get the number of vectors in the sample.
- getN() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.VectorialMean
-
Get the number of vectors in the sample.
- getN() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.MultivariateSummaryStatistics
-
Returns the number of available values
- getN() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.rank.Max
-
Returns the number of values that have been added.
- getN() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.rank.Min
-
Returns the number of values that have been added.
- getN() - Method in interface fr.cnes.sirius.patrius.math.stat.descriptive.StatisticalMultivariateSummary
-
Returns the number of available values
- getN() - Method in interface fr.cnes.sirius.patrius.math.stat.descriptive.StatisticalSummary
-
Returns the number of available values
- getN() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.StatisticalSummaryValues
-
- getN() - Method in interface fr.cnes.sirius.patrius.math.stat.descriptive.StorelessUnivariateStatistic
-
Returns the number of values that have been added.
- getN() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.summary.Product
-
Returns the number of values that have been added.
- getN() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.summary.Sum
-
Returns the number of values that have been added.
- getN() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.summary.SumOfLogs
-
Returns the number of values that have been added.
- getN() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.summary.SumOfSquares
-
Returns the number of values that have been added.
- getN() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Returns the number of available values
- getN() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedDescriptiveStatistics
-
Returns the number of available values
- getN() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics
-
Returns the number of available values
- getN() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Returns the number of available values
- getN() - Method in class fr.cnes.sirius.patrius.math.stat.regression.MillerUpdatingRegression
-
Gets the number of observations added to the regression model.
- getN() - Method in class fr.cnes.sirius.patrius.math.stat.regression.RegressionResults
-
Returns the number of observations added to the regression model.
- getN() - Method in class fr.cnes.sirius.patrius.math.stat.regression.SimpleRegression
-
Returns the number of observations that have been added to the model.
- getN() - Method in interface fr.cnes.sirius.patrius.math.stat.regression.UpdatingMultipleLinearRegression
-
Returns the number of observations added to the regression model.
- getN() - Method in class fr.cnes.sirius.patrius.math.util.Combinations
-
Gets the size of the set from which combinations are drawn.
- getN() - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.TesseralQuad
-
Getter for n coefficient.
- getNadir() - Method in class fr.cnes.sirius.patrius.bodies.GeodeticPoint
-
Get the direction below the point, expressed in parent shape frame.
- getNadir() - Method in class fr.cnes.sirius.patrius.frames.TopocentricFrame
-
Get the nadir direction of topocentric frame, expressed in parent shape frame.
- getName() - Method in interface fr.cnes.sirius.patrius.assembly.IPart
-
- getName() - Method in class fr.cnes.sirius.patrius.assembly.MainPart
-
- getName() - Method in class fr.cnes.sirius.patrius.assembly.Part
-
- getName() - Method in class fr.cnes.sirius.patrius.assembly.properties.MassEquation
-
Get the name of the additional equation.
- getName() - Method in class fr.cnes.sirius.patrius.assembly.properties.PropulsiveProperty
-
Getter for the name.
- getName() - Method in class fr.cnes.sirius.patrius.assembly.properties.TankProperty
-
Getter for the name.
- getName() - Method in class fr.cnes.sirius.patrius.bodies.AbstractCelestialBody
-
Get the name of the body.
- getName() - Method in interface fr.cnes.sirius.patrius.bodies.CelestialBody
-
Get the name of the body.
- getName() - Method in class fr.cnes.sirius.patrius.bodies.ExtendedOneAxisEllipsoid
-
- getName() - Method in interface fr.cnes.sirius.patrius.bodies.GeometricBodyShape
-
- getName() - Method in class fr.cnes.sirius.patrius.events.sensor.SecondarySpacecraft
-
- getName() - Method in class fr.cnes.sirius.patrius.fieldsofview.AzimuthElevationField
- getName() - Method in class fr.cnes.sirius.patrius.fieldsofview.BooleanField
- getName() - Method in class fr.cnes.sirius.patrius.fieldsofview.CircularField
- getName() - Method in class fr.cnes.sirius.patrius.fieldsofview.EllipticField
- getName() - Method in interface fr.cnes.sirius.patrius.fieldsofview.IFieldOfView
-
- getName() - Method in class fr.cnes.sirius.patrius.fieldsofview.InvertField
- getName() - Method in class fr.cnes.sirius.patrius.fieldsofview.OmnidirectionalField
- getName() - Method in class fr.cnes.sirius.patrius.fieldsofview.PyramidalField
-
- getName() - Method in class fr.cnes.sirius.patrius.fieldsofview.RectangleField
- getName() - Method in class fr.cnes.sirius.patrius.fieldsofview.SectorField
- getName() - Method in class fr.cnes.sirius.patrius.frames.Frame
-
Get the name.
- getName() - Method in enum fr.cnes.sirius.patrius.frames.Predefined
-
Get the name of the frame.
- getName() - Method in enum fr.cnes.sirius.patrius.math.geometry.euclidean.twod.EnumPolygon
-
Getter for the enumerate name.
- getName() - Method in class fr.cnes.sirius.patrius.math.ode.AbstractIntegrator
-
Get the name of the method.
- getName() - Method in interface fr.cnes.sirius.patrius.math.ode.ODEIntegrator
-
Get the name of the method.
- getName() - Method in exception fr.cnes.sirius.patrius.math.ode.UnknownParameterException
-
- getName() - Method in class fr.cnes.sirius.patrius.math.parameter.Parameter
-
Getting parameter name.
- getName() - Method in enum fr.cnes.sirius.patrius.projections.EnumLineProperty
-
Get the line property's name.
- getName() - Method in interface fr.cnes.sirius.patrius.propagation.AdditionalStateProvider
-
Get the name of the additional state.
- getName() - Method in interface fr.cnes.sirius.patrius.propagation.numerical.AdditionalEquations
-
Get the name of the additional state.
- getName() - Method in class fr.cnes.sirius.patrius.propagation.numerical.AttitudeEquation
-
Get the name of the additional equation.
- getName() - Method in class fr.cnes.sirius.patrius.propagation.numerical.JacobiansMapper
-
Get the name of the partial Jacobians.
- getName() - Method in class fr.cnes.sirius.patrius.propagation.numerical.PartialDerivativesEquations
-
Get the name of the additional state.
- getName() - Method in class fr.cnes.sirius.patrius.propagation.SimpleAdditionalStateProvider
-
Get the name of the additional state.
- getName() - Method in interface fr.cnes.sirius.patrius.stela.propagation.StelaAdditionalEquations
-
Get the name of the additional state.
- getName() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAttitudeAdditionalEquations
-
Get the name of the additional equation.
- getName() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaPartialDerivativesEquations
-
- getName() - Method in class fr.cnes.sirius.patrius.time.GalileoScale
-
Get the name time scale.
- getName() - Method in class fr.cnes.sirius.patrius.time.GMSTScale
-
Get the name time scale.
- getName() - Method in class fr.cnes.sirius.patrius.time.GPSScale
-
Get the name time scale.
- getName() - Method in class fr.cnes.sirius.patrius.time.TAIScale
-
Get the name time scale.
- getName() - Method in class fr.cnes.sirius.patrius.time.TCBScale
-
Get the name time scale.
- getName() - Method in class fr.cnes.sirius.patrius.time.TCGScale
-
Get the name time scale.
- getName() - Method in class fr.cnes.sirius.patrius.time.TDBScale
-
Get the name time scale.
- getName() - Method in interface fr.cnes.sirius.patrius.time.TimeScale
-
Get the name time scale.
- getName() - Method in class fr.cnes.sirius.patrius.time.TTScale
-
Get the name time scale.
- getName() - Method in class fr.cnes.sirius.patrius.time.UT1Scale
-
Get the name time scale.
- getName() - Method in class fr.cnes.sirius.patrius.time.UTCScale
-
Get the name time scale.
- getNanStrategy() - Method in class fr.cnes.sirius.patrius.math.stat.ranking.NaturalRanking
-
Return the NaNStrategy
- getNbPoints() - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.FiniteDifferencesDifferentiator
-
Get the number of points to use.
- getNeighbors(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.AbstractEOPHistory
-
Get the entries surrounding a central date.
- getNeighbors(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.time.TimeStampedCache
-
Get the entries surrounding a central date.
- getNeighborsSize() - Method in class fr.cnes.sirius.patrius.time.TimeStampedCache
-
- getNeptune() - Static method in class fr.cnes.sirius.patrius.bodies.CelestialBodyFactory
-
Get the Neptune singleton body.
- getNewOrphanFrame(String) - Static method in class fr.cnes.sirius.patrius.frames.OrphanFrame
-
This method creates an Orphan Frame.
- getNewSlotQuantumGap() - Method in class fr.cnes.sirius.patrius.time.TimeStampedCache
-
Get quantum gap above which a new slot is created instead of extending an existing one.
- getNewtonCoefficients() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.PolynomialFunctionNewtonForm
-
Returns a copy of coefficients in Newton form formula.
- getNewtonianAttractionForceModel(String) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
Get the Newtonian attraction from the central body force model.
- getNewtonianAttractionForceModel() - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Get the Newtonian attraction from the central body force model.
- getNext() - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.utilities.AVLTree.Node
-
Get the node containing the next larger or equal element.
- getNext() - Method in class fr.cnes.sirius.patrius.math.random.ValueServer
-
Returns the next generated value, generated according
to the mode value (see MODE constants).
- getNextAttitudeLeg(AttitudeLeg) - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeLegsSequence
-
Gets the next attitude law after the selected
AttitudeLeg law.
- getNextAttitudeLeg(String) - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeLegsSequence
-
Gets the next attitude law after the
AttitudeLeg law with the selected code.
- getNextValue() - Method in class fr.cnes.sirius.patrius.math.random.EmpiricalDistribution
-
Generates a random value from this distribution.
- getNorm() - Method in class fr.cnes.sirius.patrius.math.complex.Quaternion
-
Computes the norm of the quaternion.
- getNorm() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.Vector1D
-
Get the L2 norm for the vector.
- getNorm() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Get the L2 norm for the vector.
- getNorm() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Vector3D
-
Get the L2 norm for the vector.
- getNorm() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Vector2D
-
Get the L2 norm for the vector.
- getNorm() - Method in interface fr.cnes.sirius.patrius.math.geometry.Vector
-
Get the L2 norm for the vector.
- getNorm() - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
- getNorm() - Method in class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Returns the L2 norm of the vector.
- getNorm() - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
- getNorm() - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
- getNorm() - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Returns the L2 norm of the vector.
- getNorm() - Method in class fr.cnes.sirius.patrius.math.linear.SingularValueDecomposition
-
Returns the L2 norm of the matrix.
- getNorm1() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.Vector1D
-
Get the L1 norm for the vector.
- getNorm1() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Get the L1 norm for the vector.
- getNorm1() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Vector3D
-
Get the L1 norm for the vector.
- getNorm1() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Vector2D
-
Get the L1 norm for the vector.
- getNorm1() - Method in interface fr.cnes.sirius.patrius.math.geometry.Vector
-
Get the L1 norm for the vector.
- getNormal() - Method in class fr.cnes.sirius.patrius.assembly.properties.features.Facet
-
- getNormal(Vector3D) - Method in class fr.cnes.sirius.patrius.bodies.ExtendedOneAxisEllipsoid
-
Return the normal vector to the surface from the ellipsoid
- getNormal() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.AbstractEllipse
-
- getNormal(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Ellipsoid
-
Computes the normal vector to the surface in local basis
- getNormal(Vector3D) - Method in interface fr.cnes.sirius.patrius.math.geometry.euclidean.threed.IEllipsoid
-
Computes the normal vector to the surface in local basis
- getNormal() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plane
-
Get the normalized normal vector.
- getNormal(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Sphere
-
Computes the normal vector to the surface
- getNormalCoef() - Method in class fr.cnes.sirius.patrius.assembly.properties.AeroFacetProperty
-
Get the normal force parametrizable function.
- getNormalisedTargetVectorInSensorFrame(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.assembly.models.SensorModel
-
Computes the target vector at a date in the sensor's frame.
- getNormalization() - Method in class fr.cnes.sirius.patrius.math.transform.AbstractFastFourierTransformer
-
Gets the private attribute normalization.
- getNormalizedCCoefs(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.OceanTides
-
Get normalized C coefficients table
- getNormalizedSCoefs(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.OceanTides
-
Get normalized S coefficients table
- getNormInf() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.Vector1D
-
Get the L∞ norm for the vector.
- getNormInf() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Get the L∞ norm for the vector.
- getNormInf() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Vector3D
-
Get the L∞ norm for the vector.
- getNormInf() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Vector2D
-
Get the L∞ norm for the vector.
- getNormInf() - Method in interface fr.cnes.sirius.patrius.math.geometry.Vector
-
Get the L∞ norm for the vector.
- getNormOfResidual() - Method in class fr.cnes.sirius.patrius.math.linear.DefaultIterativeLinearSolverEvent
-
Returns the norm of the residual.
- getNormOfResidual() - Method in class fr.cnes.sirius.patrius.math.linear.IterativeLinearSolverEvent
-
Returns the norm of the residual.
- getNormSq() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.Vector1D
-
Get the square of the norm for the vector.
- getNormSq() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Get the square of the norm for the vector.
- getNormSq() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Vector3D
-
Get the square of the norm for the vector.
- getNormSq() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Vector2D
-
Get the square of the norm for the vector.
- getNormSq() - Method in interface fr.cnes.sirius.patrius.math.geometry.Vector
-
Get the square of the norm for the vector.
- getNorth() - Method in class fr.cnes.sirius.patrius.bodies.GeodeticPoint
-
Get the direction to the north of point, expressed in parent shape frame.
- getNorth() - Method in class fr.cnes.sirius.patrius.frames.TopocentricFrame
-
Get the north direction of topocentric frame, expressed in parent shape frame.
- getNotLarger(T) - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.utilities.AVLTree
-
Get the node whose element is not larger than the reference object.
- getNotSmaller(T) - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.utilities.AVLTree
-
Get the node whose element is not smaller than the reference object.
- getNSteps() - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.AdamsNordsieckTransformer
-
Get the number of steps of the method
(excluding the one being computed).
- getNumber() - Method in enum fr.cnes.sirius.patrius.time.Month
-
Get the month number.
- getNumberOfElements() - Method in class fr.cnes.sirius.patrius.math.distribution.ZipfDistribution
-
Get the number of elements (e.g.
- getNumberOfEpochs() - Method in interface fr.cnes.sirius.patrius.files.general.OrbitFile
-
Returns the number of epochs contained in this orbit file.
- getNumberOfEpochs() - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Returns the number of epochs contained in this orbit file.
- getNumberOfParameters() - Method in class fr.cnes.sirius.patrius.math.stat.regression.RegressionResults
-
Returns the number of parameters estimated in the model.
- getNumberOfPoints() - Method in class fr.cnes.sirius.patrius.math.analysis.integration.gauss.GaussIntegrator
-
- getNumberOfRoots() - Method in class fr.cnes.sirius.patrius.math.complex.RootsOfUnity
-
Returns the number of roots of unity currently stored.
- getNumberOfSuccesses() - Method in class fr.cnes.sirius.patrius.math.distribution.HypergeometricDistribution
-
Access the number of successes.
- getNumberOfSuccesses() - Method in class fr.cnes.sirius.patrius.math.distribution.PascalDistribution
-
Access the number of successes for this distribution.
- getNumberOfTrials() - Method in class fr.cnes.sirius.patrius.math.distribution.BinomialDistribution
-
Access the number of trials for this distribution.
- getNumElements() - Method in interface fr.cnes.sirius.patrius.math.util.DoubleArray
-
Returns the number of elements currently in the array.
- getNumElements() - Method in class fr.cnes.sirius.patrius.math.util.ResizableDoubleArray
-
Returns the number of elements currently in the array.
- getNumerator() - Method in class fr.cnes.sirius.patrius.math.fraction.BigFraction
-
Access the numerator as a BigInteger.
- getNumerator() - Method in class fr.cnes.sirius.patrius.math.fraction.Fraction
-
Access the numerator.
- getNumeratorAsInt() - Method in class fr.cnes.sirius.patrius.math.fraction.BigFraction
-
Access the numerator as a int.
- getNumeratorAsLong() - Method in class fr.cnes.sirius.patrius.math.fraction.BigFraction
-
Access the numerator as a long.
- getNumeratorDegreesOfFreedom() - Method in class fr.cnes.sirius.patrius.math.distribution.FDistribution
-
Access the numerator degrees of freedom.
- getNumeratorFormat() - Method in class fr.cnes.sirius.patrius.math.fraction.AbstractFormat
-
Access the numerator format.
- getNumericalMean() - Method in class fr.cnes.sirius.patrius.math.distribution.BetaDistribution
-
Use this method to get the numerical value of the mean of this
distribution.
- getNumericalMean() - Method in class fr.cnes.sirius.patrius.math.distribution.BinomialDistribution
-
Use this method to get the numerical value of the mean of this
distribution.
- getNumericalMean() - Method in class fr.cnes.sirius.patrius.math.distribution.CauchyDistribution
-
Use this method to get the numerical value of the mean of this
distribution.
- getNumericalMean() - Method in class fr.cnes.sirius.patrius.math.distribution.ChiSquaredDistribution
-
Use this method to get the numerical value of the mean of this
distribution.
- getNumericalMean() - Method in class fr.cnes.sirius.patrius.math.distribution.ExponentialDistribution
-
Use this method to get the numerical value of the mean of this
distribution.
- getNumericalMean() - Method in class fr.cnes.sirius.patrius.math.distribution.FDistribution
-
Use this method to get the numerical value of the mean of this
distribution.
- getNumericalMean() - Method in class fr.cnes.sirius.patrius.math.distribution.GammaDistribution
-
Use this method to get the numerical value of the mean of this
distribution.
- getNumericalMean() - Method in class fr.cnes.sirius.patrius.math.distribution.HypergeometricDistribution
-
Use this method to get the numerical value of the mean of this
distribution.
- getNumericalMean() - Method in interface fr.cnes.sirius.patrius.math.distribution.IntegerDistribution
-
Use this method to get the numerical value of the mean of this
distribution.
- getNumericalMean() - Method in class fr.cnes.sirius.patrius.math.distribution.LogNormalDistribution
-
Use this method to get the numerical value of the mean of this
distribution.
- getNumericalMean() - Method in class fr.cnes.sirius.patrius.math.distribution.NormalDistribution
-
Use this method to get the numerical value of the mean of this
distribution.
- getNumericalMean() - Method in class fr.cnes.sirius.patrius.math.distribution.PascalDistribution
-
Use this method to get the numerical value of the mean of this
distribution.
- getNumericalMean() - Method in class fr.cnes.sirius.patrius.math.distribution.PoissonDistribution
-
Use this method to get the numerical value of the mean of this
distribution.
- getNumericalMean() - Method in interface fr.cnes.sirius.patrius.math.distribution.RealDistribution
-
Use this method to get the numerical value of the mean of this
distribution.
- getNumericalMean() - Method in class fr.cnes.sirius.patrius.math.distribution.TDistribution
-
Use this method to get the numerical value of the mean of this
distribution.
- getNumericalMean() - Method in class fr.cnes.sirius.patrius.math.distribution.TriangularDistribution
-
Use this method to get the numerical value of the mean of this
distribution.
- getNumericalMean() - Method in class fr.cnes.sirius.patrius.math.distribution.UniformIntegerDistribution
-
Use this method to get the numerical value of the mean of this
distribution.
- getNumericalMean() - Method in class fr.cnes.sirius.patrius.math.distribution.UniformRealDistribution
-
Use this method to get the numerical value of the mean of this
distribution.
- getNumericalMean() - Method in class fr.cnes.sirius.patrius.math.distribution.WeibullDistribution
-
Use this method to get the numerical value of the mean of this
distribution.
- getNumericalMean() - Method in class fr.cnes.sirius.patrius.math.distribution.ZipfDistribution
-
Use this method to get the numerical value of the mean of this
distribution.
- getNumericalMean() - Method in class fr.cnes.sirius.patrius.math.random.EmpiricalDistribution
-
Use this method to get the numerical value of the mean of this
distribution.
- getNumericalVariance() - Method in class fr.cnes.sirius.patrius.math.distribution.BetaDistribution
-
Use this method to get the numerical value of the variance of this
distribution.
- getNumericalVariance() - Method in class fr.cnes.sirius.patrius.math.distribution.BinomialDistribution
-
Use this method to get the numerical value of the variance of this
distribution.
- getNumericalVariance() - Method in class fr.cnes.sirius.patrius.math.distribution.CauchyDistribution
-
Use this method to get the numerical value of the variance of this
distribution.
- getNumericalVariance() - Method in class fr.cnes.sirius.patrius.math.distribution.ChiSquaredDistribution
-
Use this method to get the numerical value of the variance of this
distribution.
- getNumericalVariance() - Method in class fr.cnes.sirius.patrius.math.distribution.ExponentialDistribution
-
Use this method to get the numerical value of the variance of this
distribution.
- getNumericalVariance() - Method in class fr.cnes.sirius.patrius.math.distribution.FDistribution
-
Use this method to get the numerical value of the variance of this
distribution.
- getNumericalVariance() - Method in class fr.cnes.sirius.patrius.math.distribution.GammaDistribution
-
Use this method to get the numerical value of the variance of this
distribution.
- getNumericalVariance() - Method in class fr.cnes.sirius.patrius.math.distribution.HypergeometricDistribution
-
Use this method to get the numerical value of the variance of this
distribution.
- getNumericalVariance() - Method in interface fr.cnes.sirius.patrius.math.distribution.IntegerDistribution
-
Use this method to get the numerical value of the variance of this
distribution.
- getNumericalVariance() - Method in class fr.cnes.sirius.patrius.math.distribution.LogNormalDistribution
-
Use this method to get the numerical value of the variance of this
distribution.
- getNumericalVariance() - Method in class fr.cnes.sirius.patrius.math.distribution.NormalDistribution
-
Use this method to get the numerical value of the variance of this
distribution.
- getNumericalVariance() - Method in class fr.cnes.sirius.patrius.math.distribution.PascalDistribution
-
Use this method to get the numerical value of the variance of this
distribution.
- getNumericalVariance() - Method in class fr.cnes.sirius.patrius.math.distribution.PoissonDistribution
-
Use this method to get the numerical value of the variance of this
distribution.
- getNumericalVariance() - Method in interface fr.cnes.sirius.patrius.math.distribution.RealDistribution
-
Use this method to get the numerical value of the variance of this
distribution.
- getNumericalVariance() - Method in class fr.cnes.sirius.patrius.math.distribution.TDistribution
-
Use this method to get the numerical value of the variance of this
distribution.
- getNumericalVariance() - Method in class fr.cnes.sirius.patrius.math.distribution.TriangularDistribution
-
Use this method to get the numerical value of the variance of this
distribution.
- getNumericalVariance() - Method in class fr.cnes.sirius.patrius.math.distribution.UniformIntegerDistribution
-
Use this method to get the numerical value of the variance of this
distribution.
- getNumericalVariance() - Method in class fr.cnes.sirius.patrius.math.distribution.UniformRealDistribution
-
Use this method to get the numerical value of the variance of this
distribution.
- getNumericalVariance() - Method in class fr.cnes.sirius.patrius.math.distribution.WeibullDistribution
-
Use this method to get the numerical value of the variance of this
distribution.
- getNumericalVariance() - Method in class fr.cnes.sirius.patrius.math.distribution.ZipfDistribution
-
Use this method to get the numerical value of the variance of this
distribution.
- getNumericalVariance() - Method in class fr.cnes.sirius.patrius.math.random.EmpiricalDistribution
-
Use this method to get the numerical value of the variance of this
distribution.
- getNumGenerations() - Method in class fr.cnes.sirius.patrius.math.genetics.FixedGenerationCount
-
Returns the number of generations that have already passed.
- getNutationCoefficients() - Method in interface fr.cnes.sirius.patrius.forces.gravity.tides.ITerrestrialTidesDataProvider
-
Get constant coefficients coming from the luni solar nutation theory in order to compute the fundamental
arguments.
- getNutationCoefficients() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.TerrestrialTidesDataProvider
-
- getNutationCorrection(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.AbstractEOPHistory
-
Get the correction to the nutation parameters.
- getNutationCorrection(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOP2000HistoryConstantOutsideInterval
-
Get the correction to the nutation parameters.
- getNutationCorrection(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.frames.configuration.eop.EOPHistory
-
Get the correction to the nutation parameters.
- getNutationCorrection(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.NoEOP2000History
-
- getObjectiveFunction() - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.ObjectiveFunction
-
Gets the function to be optimized.
- getObjectiveFunction() - Method in class fr.cnes.sirius.patrius.math.optim.univariate.UnivariateObjectiveFunction
-
Gets the function to be optimized.
- getObjectiveFunctionGradient() - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.ObjectiveFunctionGradient
-
Gets the gradient of the function to be optimized.
- getObservations() - Method in class fr.cnes.sirius.patrius.math.fitting.CurveFitter
-
Get the observed points.
- getOcculted() - Method in class fr.cnes.sirius.patrius.propagation.events.EclipseDetector
-
Get the occulted body.
- getOccultedDirection() - Method in class fr.cnes.sirius.patrius.propagation.events.EclipseDetector
-
- getOccultedRadius() - Method in class fr.cnes.sirius.patrius.propagation.events.EclipseDetector
-
Get the occulted body radius (m).
- getOcculting() - Method in class fr.cnes.sirius.patrius.propagation.events.EclipseDetector
-
Get the occulting body.
- getOccurence() - Method in class fr.cnes.sirius.patrius.propagation.events.NthOccurrenceDetector
-
Get the occurrence to detect.
- getOffset(Vector<Euclidean1D>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.OrientedPoint
-
Get the offset (oriented distance) of a point.
- getOffset(Plane) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plane
-
Get the offset (oriented distance) of a parallel plane.
- getOffset(Vector<Euclidean3D>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plane
-
Get the offset (oriented distance) of a point.
- getOffset(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Line
-
Get the offset (oriented distance) of a parallel line.
- getOffset(Vector<Euclidean2D>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Line
-
Get the offset (oriented distance) of a point.
- getOffset(Vector<S>) - Method in interface fr.cnes.sirius.patrius.math.geometry.partitioning.Hyperplane
-
Get the offset (oriented distance) of a point.
- getOffset() - Method in class fr.cnes.sirius.patrius.time.AbsoluteDate
-
- getOldAttitudeOnTransition(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeLegsSequence
-
Returns the attitude at a transition date for the old attitude law (the law previous to
the valid transition law).
- getOmega() - Method in class fr.cnes.sirius.patrius.data.BodiesElements
-
Get the mean longitude of the ascending node of the Moon.
- getOmegaInit() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.AlmanacParameter
-
- getOmegaInverse() - Method in class fr.cnes.sirius.patrius.math.stat.regression.GLSMultipleLinearRegression
-
Get the inverse of the covariance.
- getOmegaRate() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.AlmanacParameter
-
- getOne() - Method in class fr.cnes.sirius.patrius.math.complex.ComplexField
-
Get the multiplicative identity of the field.
- getOne() - Method in class fr.cnes.sirius.patrius.math.dfp.Dfp
-
Get the constant 1.
- getOne() - Method in class fr.cnes.sirius.patrius.math.dfp.DfpField
-
Get the constant 1.
- getOne() - Method in interface fr.cnes.sirius.patrius.math.Field
-
Get the multiplicative identity of the field.
- getOne() - Method in class fr.cnes.sirius.patrius.math.fraction.BigFractionField
-
Get the multiplicative identity of the field.
- getOne() - Method in class fr.cnes.sirius.patrius.math.fraction.FractionField
-
Get the multiplicative identity of the field.
- getOne() - Method in class fr.cnes.sirius.patrius.math.util.BigRealField
-
Get the multiplicative identity of the field.
- getOne() - Method in class fr.cnes.sirius.patrius.math.util.Decimal64Field
-
Get the multiplicative identity of the field.
- getOneHarmonicValue(double, double, int) - Method in class fr.cnes.sirius.patrius.propagation.analytical.twod.Analytical2DParameterModel
-
Get the value of the nth trigonometric contribution.
- getOpposite() - Method in enum fr.cnes.sirius.patrius.math.interval.IntervalEndpointType
-
Returns OPEN if the instance is CLOSED and CLOSED if the instance is OPEN.
- getOptima() - Method in class fr.cnes.sirius.patrius.math.optim.BaseMultiStartMultivariateOptimizer
-
Gets all the optima found during the last call to optimize.
- getOptima() - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.MultiStartMultivariateOptimizer
-
Gets all the optima found during the last call to optimize.
- getOptima() - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.vector.MultiStartMultivariateVectorOptimizer
-
Gets all the optima found during the last call to optimize.
- getOptima() - Method in class fr.cnes.sirius.patrius.math.optim.univariate.MultiStartUnivariateOptimizer
-
Gets all the optima found during the last call to optimize.
- getOrbit() - Method in class fr.cnes.sirius.patrius.propagation.analytical.covariance.CovarianceInterpolation
-
- getOrbit() - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Gets the current orbit.
- getOrbit() - Method in class fr.cnes.sirius.patrius.stela.propagation.data.TimeDerivativeData
-
Returns the orbit.
- getOrbitNatureConverter() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaGTOPropagator
-
Get the mean/osculating orbit converter.
- getOrbitType() - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
- getOrbitType() - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
Get propagation parameter type.
- getOrbitType() - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Get propagation parameter type.
- getOrder() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsSet
-
- getOrder() - Method in class fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.VariablePotentialCoefficientsSet
-
- getOrder() - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
Get the derivation order.
- getOrder() - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DSCompiler
-
Get the derivation order.
- getOrder() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.FourierDecompositionEngine
-
- getOrder() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.FourierSeries
-
- getOrder() - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.DormandPrince54Integrator
-
Get the order of the method.
- getOrder() - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.DormandPrince853Integrator
-
Get the order of the method.
- getOrder() - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.EmbeddedRungeKuttaIntegrator
-
Get the order of the method.
- getOrder() - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.HighamHall54Integrator
-
Get the order of the method.
- getOrderOfRegressors() - Method in class fr.cnes.sirius.patrius.math.stat.regression.MillerUpdatingRegression
-
Gets the order of the regressors, useful if some type of reordering
has been called.
- getOrdinateGrid() - Method in class fr.cnes.sirius.patrius.models.earth.InterpolationTableLoader
-
Returns a copy of the ordinate grid for the interpolation function.
- getOrientation() - Method in class fr.cnes.sirius.patrius.attitudes.Attitude
-
Get the complete orientation including spin and spin derivatives.
- getOrientation(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.DirectionTrackingOrientation
-
- getOrientation(AbsoluteDate, Frame) - Method in interface fr.cnes.sirius.patrius.attitudes.IOrientationLaw
-
Gets the rotation defining the orientation with respect to a given frame at a given date.
- getOrientation(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.attitudes.kinematics.AbstractOrientationFunction
-
Get the orientation at a given date.
- getOrientation(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.attitudes.kinematics.OrientationFunction
-
Get the orientation at a given date.
- getOrientation() - Method in class fr.cnes.sirius.patrius.frames.TopocentricFrame
-
- getOrientation(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.guidance.AngularVelocitiesPolynomialSegment
-
Get the orientation from the quaternion polynomials at a given date.
- getOrientation(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.guidance.QuaternionPolynomialSegment
-
Get the orientation from the quaternion polynomials at a given date.
- getOrientedAngleBetween2Vector2D(Vector2D, Vector2D) - Static method in class fr.cnes.sirius.patrius.math.interval.AngleTools
-
Computes the oriented angle between 2 vectors 2D.
- getOrientedAngleBewteen2Vector3D(Vector3D, Vector3D, Vector3D) - Static method in class fr.cnes.sirius.patrius.math.interval.AngleTools
-
Computes the oriented angle between 2 vectors 3D.
- getOrigin() - Method in class fr.cnes.sirius.patrius.frames.configuration.libration.IERS2010LibrationCorrection
-
Get IERS model origin.
- getOrigin() - Method in interface fr.cnes.sirius.patrius.frames.configuration.libration.LibrationCorrectionModel
-
Get IERS model origin.
- getOrigin() - Method in class fr.cnes.sirius.patrius.frames.configuration.libration.LibrationCorrectionPerThread
-
Get IERS model origin.
- getOrigin() - Method in class fr.cnes.sirius.patrius.frames.configuration.libration.NoLibrationCorrection
-
Get IERS model origin.
- getOrigin() - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.IERS20032010PrecessionNutation
-
Get IERS model origin.
- getOrigin() - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.NoPrecessionNutation
-
Get IERS model origin.
- getOrigin() - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.PrecessionNutationCache
-
Get IERS model origin.
- getOrigin() - Method in interface fr.cnes.sirius.patrius.frames.configuration.precessionnutation.PrecessionNutationModel
-
Get IERS model origin.
- getOrigin() - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.PrecessionNutationPerThread
-
Get IERS model origin.
- getOrigin() - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.StelaPrecessionNutationModel
-
Get IERS model origin.
- getOrigin() - Method in class fr.cnes.sirius.patrius.frames.configuration.sp.IERS2003SPCorrection
-
Get IERS model origin.
- getOrigin() - Method in class fr.cnes.sirius.patrius.frames.configuration.sp.IERS2010SPCorrection
-
Get IERS model origin.
- getOrigin() - Method in class fr.cnes.sirius.patrius.frames.configuration.sp.NoSpCorrection
-
Get IERS model origin.
- getOrigin() - Method in interface fr.cnes.sirius.patrius.frames.configuration.sp.SPrimeModel
-
Get IERS model origin.
- getOrigin() - Method in class fr.cnes.sirius.patrius.frames.configuration.tides.IERS2003TidalCorrection
-
Get IERS model origin.
- getOrigin() - Method in class fr.cnes.sirius.patrius.frames.configuration.tides.IERS2010TidalCorrection
-
Get IERS model origin.
- getOrigin() - Method in class fr.cnes.sirius.patrius.frames.configuration.tides.NoTidalCorrection
-
Get IERS model origin.
- getOrigin() - Method in interface fr.cnes.sirius.patrius.frames.configuration.tides.TidalCorrectionModel
-
Get IERS model origin.
- getOrigin() - Method in class fr.cnes.sirius.patrius.frames.configuration.tides.TidalCorrectionPerThread
-
Get IERS model origin.
- getOrigin() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.EllipticCone
-
- getOrigin() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.EllipticCylinder
-
- getOrigin() - Method in interface fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteCone
-
- getOrigin() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCone
-
This method returns the origin of the cone
- getOrigin() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCylinder
-
This method returns the position of the cylinder on the Oxy plane
- getOrigin() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRectangleCone
-
- getOrigin() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRectangleCylinder
-
- getOrigin() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRightCircularCone
-
- getOrigin() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRightCircularCylinder
-
- getOrigin() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Line
-
Get the line point closest to the origin.
- getOrigin() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.LineSegment
-
- getOrigin() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plane
-
Get the origin point of the plane frame.
- getOrigin() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.RectangleCone
-
- getOrigin() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.RightCircularCone
-
- getOrigin() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.RightCircularCylinder
-
- getOrigin() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Screw
-
- getOrigin() - Method in class fr.cnes.sirius.patrius.wrenches.Wrench
-
- getOriginOffset() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Line
-
Get the offset of the origin.
- getOutline(PolyhedronsSet) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.OutlineExtractor
-
Extract the outline of a polyhedrons set.
- getOutputPower() - Method in class fr.cnes.sirius.patrius.assembly.properties.RFAntennaProperty
-
- getP() - Method in class fr.cnes.sirius.patrius.math.linear.FieldLUDecomposition
-
Returns the P rows permutation matrix.
- getP() - Method in class fr.cnes.sirius.patrius.math.linear.LUDecomposition
-
Returns the P rows permutation matrix.
- getP() - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.TesseralQuad
-
Getter for p coefficient.
- getPa() - Method in class fr.cnes.sirius.patrius.data.BodiesElements
-
Get the general accumulated precession in longitude.
- getParameter(String) - Method in interface fr.cnes.sirius.patrius.math.ode.ParameterizedODE
-
Get parameter value from its name.
- getParameter() - Method in class fr.cnes.sirius.patrius.propagation.numerical.ParameterConfiguration
-
Get parameter.
- getParameterEstimate(int) - Method in class fr.cnes.sirius.patrius.math.stat.regression.RegressionResults
-
Returns the parameter estimate for the regressor at the given index.
- getParameterEstimates() - Method in class fr.cnes.sirius.patrius.math.stat.regression.RegressionResults
-
Returns a copy of the regression parameters estimates.
- getParameterModels() - Method in class fr.cnes.sirius.patrius.propagation.analytical.twod.Analytical2DOrbitModel
-
Get the array of parameter models.
- getParameters() - Method in class fr.cnes.sirius.patrius.assembly.models.cook.CnCookModel
-
Get the supported parameters.
- getParameters() - Method in class fr.cnes.sirius.patrius.assembly.models.cook.CtCookModel
-
Get the supported parameters.
- getParameters() - Method in class fr.cnes.sirius.patrius.math.parameter.ConstantFunction
-
Get the supported parameters.
- getParameters() - Method in interface fr.cnes.sirius.patrius.math.parameter.IParameterizable
-
Get the supported parameters.
- getParameters() - Method in class fr.cnes.sirius.patrius.math.parameter.LinearFunction
-
Get the supported parameters.
- getParameters() - Method in class fr.cnes.sirius.patrius.math.parameter.Parameterizable
-
Get the supported parameters.
- getParameters() - Method in class fr.cnes.sirius.patrius.math.parameter.PiecewiseFunction
-
Get the supported parameters.
- getParameters() - Method in class fr.cnes.sirius.patrius.orbits.ApsisOrbit
-
Get underlying orbital parameters.
- getParameters() - Method in class fr.cnes.sirius.patrius.orbits.CartesianOrbit
-
Get underlying orbital parameters.
- getParameters() - Method in class fr.cnes.sirius.patrius.orbits.CircularOrbit
-
Get underlying orbital parameters.
- getParameters() - Method in class fr.cnes.sirius.patrius.orbits.EquatorialOrbit
-
Get underlying orbital parameters.
- getParameters() - Method in class fr.cnes.sirius.patrius.orbits.EquinoctialOrbit
-
Get underlying orbital parameters.
- getParameters() - Method in class fr.cnes.sirius.patrius.orbits.KeplerianOrbit
-
Get underlying orbital parameters.
- getParameters() - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
Get underlying orbital parameters.
- getParameters() - Method in class fr.cnes.sirius.patrius.propagation.numerical.JacobiansMapper
-
Get the number of parameters.
- getParameters() - Method in class fr.cnes.sirius.patrius.stela.orbits.StelaEquinoctialOrbit
-
Get underlying orbital parameters.
- getParametersJacobian(SpacecraftState, double[][]) - Method in class fr.cnes.sirius.patrius.propagation.numerical.JacobiansMapper
-
Get the Jacobian with respect to parameters.
- getParametersJacobian(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.numerical.JacobiansMapper
-
Get the Jacobian with respect to parameters.
- getParametersJacobian(Parameter, SpacecraftState, double[]) - Method in class fr.cnes.sirius.patrius.propagation.numerical.JacobiansMapper
-
Get the Jacobian with respect to provided parameter parameter.
- getParametersJacobian(Parameter, SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.numerical.JacobiansMapper
-
Get the Jacobian with respect to provided parameter parameter.
- getParametersList() - Method in class fr.cnes.sirius.patrius.propagation.numerical.JacobiansMapper
-
Get parameters list.
- getParametersNames() - Method in class fr.cnes.sirius.patrius.math.ode.AbstractParameterizable
-
Get the names of the supported parameters.
- getParametersNames() - Method in interface fr.cnes.sirius.patrius.math.ode.Parameterizable
-
Get the names of the supported parameters.
- getParent() - Method in interface fr.cnes.sirius.patrius.assembly.IPart
-
- getParent() - Method in class fr.cnes.sirius.patrius.assembly.MainPart
-
Returns null : this part has no parent.
- getParent() - Method in class fr.cnes.sirius.patrius.assembly.Part
-
- getParent() - Method in class fr.cnes.sirius.patrius.frames.Frame
-
Get the parent frame.
- getParent() - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.BSPTree
-
Get the parent node.
- getParentShape() - Method in class fr.cnes.sirius.patrius.frames.TopocentricFrame
-
Get the body shape on which the local point is defined.
- getPart(String) - Method in class fr.cnes.sirius.patrius.assembly.Assembly
-
Returns the part whose name is specified.
- getPart(String) - Method in class fr.cnes.sirius.patrius.assembly.AssemblyBuilder
-
This method returns the part whose name is given in parameter.
- getPartialCorrelations(int) - Method in class fr.cnes.sirius.patrius.math.stat.regression.MillerUpdatingRegression
-
In the original algorithm only the partial correlations of the regressors
is returned to the user.
- getPartialDerivative(int...) - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
Get a partial derivative.
- getPartialDerivativeIndex(int...) - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DSCompiler
-
Get the index of a partial derivative in the array.
- getPartialDerivativeOrders(int) - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DSCompiler
-
Get the derivation orders for a specific index in the array.
- getPartLevel() - Method in interface fr.cnes.sirius.patrius.assembly.IPart
-
- getPartLevel() - Method in class fr.cnes.sirius.patrius.assembly.MainPart
-
- getPartLevel() - Method in class fr.cnes.sirius.patrius.assembly.Part
-
- getPartName() - Method in class fr.cnes.sirius.patrius.propagation.events.NullMassPartDetector
-
Get the name of the part (attribute).
- getParts() - Method in class fr.cnes.sirius.patrius.assembly.Assembly
-
Returns all the parts of the assembly.
- getParts() - Method in exception fr.cnes.sirius.patrius.utils.exception.PatriusException
-
Get the variable parts of the error message.
- getPct(Comparable<?>) - Method in class fr.cnes.sirius.patrius.math.stat.Frequency
-
Returns the percentage of values that are equal to v
(as a proportion between 0 and 1).
- getPct(int) - Method in class fr.cnes.sirius.patrius.math.stat.Frequency
-
Returns the percentage of values that are equal to v
(as a proportion between 0 and 1).
- getPct(long) - Method in class fr.cnes.sirius.patrius.math.stat.Frequency
-
Returns the percentage of values that are equal to v
(as a proportion between 0 and 1).
- getPct(char) - Method in class fr.cnes.sirius.patrius.math.stat.Frequency
-
Returns the percentage of values that are equal to v
(as a proportion between 0 and 1).
- getPercentile(double) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Returns an estimate for the pth percentile of the stored values.
- getPercentileImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Returns the currently configured percentile implementation.
- getPeriapsis() - Method in class fr.cnes.sirius.patrius.orbits.ApsisOrbit
-
Get the periapsis.
- getPeriapsis() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisRadiusParameters
-
Get the periapsis.
- getPeriapsisAltitude() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisAltitudeParameters
-
Get the periapsis altitude.
- getPerigeeArgument() - Method in class fr.cnes.sirius.patrius.orbits.ApsisOrbit
-
Get the perigee argument.
- getPerigeeArgument() - Method in class fr.cnes.sirius.patrius.orbits.KeplerianOrbit
-
Get the perigee argument.
- getPerigeeArgument() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisAltitudeParameters
-
Get the perigee argument.
- getPerigeeArgument() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisRadiusParameters
-
Get the perigee argument.
- getPerigeeArgument() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.KeplerianParameters
-
Get the perigee argument.
- getPerigeeArgument() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLE
-
Get the argument of perigee.
- getPeriod() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.FourierDecompositionEngine
-
- getPeriod() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.FourierSeries
-
- getPeriod() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.FourierSeriesApproximation
-
- getPh() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.HelmholtzPolynomial
-
Get the Hlm coefficients
- getPhenomena(String, String, AbsoluteDateInterval) - Method in class fr.cnes.sirius.patrius.events.PhenomenaList
-
Finds one/more events in the list of
Phenomenon following some criteria.
When a comment and a time interval are available, the method looks for a specific phenomenon in the list,
otherwise if only the code is given as input, it looks for a list of phenomena with the same code.
- getPhenomena() - Method in class fr.cnes.sirius.patrius.events.postprocessing.Timeline
-
- getPhenomenaList() - Method in class fr.cnes.sirius.patrius.events.postprocessing.Timeline
-
- getPhenomenonCode() - Method in interface fr.cnes.sirius.patrius.events.CodingEventDetector
-
If the implementation supports a
Phenomenon, provides a code for
the phenomenon associated to the event.
- getPhenomenonCode() - Method in class fr.cnes.sirius.patrius.events.GenericCodingEventDetector
-
- getPhenomenonCode() - Method in interface fr.cnes.sirius.patrius.events.multi.MultiCodingEventDetector
-
If the implementation supports a
Phenomenon, provides a code for
the phenomenon associated to the event.
- getPhenomenonCode() - Method in class fr.cnes.sirius.patrius.events.multi.MultiGenericCodingEventDetector
-
- getPhi() - Method in class fr.cnes.sirius.patrius.math.quadrature.LebedevGridPoint
-
Returns the grid point coelevation.
- getPi() - Method in class fr.cnes.sirius.patrius.math.dfp.DfpField
-
Get the constant π.
- getPiSplit() - Method in class fr.cnes.sirius.patrius.math.dfp.DfpField
-
Get the constant π split in two pieces.
- getPivot() - Method in class fr.cnes.sirius.patrius.math.linear.FieldLUDecomposition
-
Returns the pivot permutation vector.
- getPivot() - Method in class fr.cnes.sirius.patrius.math.linear.LUDecomposition
-
Returns the pivot permutation vector.
- getPivotPoint() - Method in class fr.cnes.sirius.patrius.projections.AbstractProjection
-
Get the projection pivot point.
- getPlus() - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.BSPTree
-
Get the tree on the plus side of the cut hyperplane.
- getPlus() - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.SubHyperplane.SplitSubHyperplane
-
Get the part of the sub-hyperplane on the plus side of the splitting hyperplane.
- getPlusInside() - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.BoundaryAttribute
-
Get the part of the node cut sub-hyperplane that belongs to the
boundary and has the inside of the region on the plus side of
its underlying hyperplane.
- getPlusOutside() - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.BoundaryAttribute
-
Get the part of the node cut sub-hyperplane that belongs to the
boundary and has the outside of the region on the plus side of
its underlying hyperplane.
- getPluto() - Static method in class fr.cnes.sirius.patrius.bodies.CelestialBodyFactory
-
Get the Pluto singleton body.
- getPoint() - Method in class fr.cnes.sirius.patrius.frames.TopocentricFrame
-
Get the surface point defining the origin of the frame.
- getPoint(int) - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.noderiv.AbstractSimplex
-
Get the simplex point stored at the requested index.
- getPoint() - Method in class fr.cnes.sirius.patrius.math.optim.PointValuePair
-
Gets the point.
- getPoint() - Method in class fr.cnes.sirius.patrius.math.optim.PointVectorValuePair
-
Gets the point.
- getPoint() - Method in class fr.cnes.sirius.patrius.math.optim.univariate.UnivariatePointValuePair
-
Get the point.
- getPoint() - Method in class fr.cnes.sirius.patrius.math.stat.clustering.EuclideanDoublePoint
-
Get the n-dimensional point in integer space.
- getPoint() - Method in class fr.cnes.sirius.patrius.math.stat.clustering.EuclideanIntegerPoint
-
Get the n-dimensional point in integer space.
- getPointAt(Vector2D, double) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plane
-
Get one point from the 3D-space.
- getPointAt(Vector1D, double) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Line
-
Get one point from the plane.
- getPointingLoss(double) - Method in class fr.cnes.sirius.patrius.groundstation.RFStationAntenna
-
Gets the pointing loss using a spline interpolation.
- getPointRef() - Method in class fr.cnes.sirius.patrius.math.optim.PointValuePair
-
Gets a reference to the point.
- getPointRef() - Method in class fr.cnes.sirius.patrius.math.optim.PointVectorValuePair
-
Gets a reference to the point.
- getPoints() - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.noderiv.AbstractSimplex
-
Get the points of the simplex.
- getPoints() - Method in class fr.cnes.sirius.patrius.math.stat.clustering.Cluster
-
Get the points contained in the cluster.
- getPolarMotion(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.frames.configuration.FramesConfiguration
-
Compute corrected polar motion.
- getPolarMotion(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.FramesConfigurationImplementation
-
Compute corrected polar motion.
- getPolarMotionModel() - Method in interface fr.cnes.sirius.patrius.frames.configuration.FramesConfiguration
-
Get the polar motion model.
- getPolarMotionModel() - Method in class fr.cnes.sirius.patrius.frames.configuration.FramesConfigurationImplementation
-
Get the polar motion model.
- getPolarRadius() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Spheroid
-
Get polar radius of Spheroid.
- getPole(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.bodies.IAUPole
-
Get the body North pole direction in EME2000 frame.
- getPoleCorrection(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.AbstractEOPHistory
-
Get the pole IERS Reference Pole correction.
- getPoleCorrection(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOP2000HistoryConstantOutsideInterval
-
Get the pole IERS Reference Pole correction.
- getPoleCorrection(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.frames.configuration.eop.EOPHistory
-
Get the pole IERS Reference Pole correction.
- getPoleCorrection(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.NoEOP2000History
-
- getPoleCorrection(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.libration.IERS2010LibrationCorrection
-
This method provides the diurnal lunisolar effect on polar motion in time domain.
- getPoleCorrection(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.frames.configuration.libration.LibrationCorrectionModel
-
Compute the pole corrections at a given date.
- getPoleCorrection(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.libration.LibrationCorrectionPerThread
-
Compute the pole corrections at a given date.
- getPoleCorrection(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.libration.NoLibrationCorrection
-
Compute the pole corrections at a given date.
- getPoleCorrection(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.PolarMotion
-
Compute pole correction.
- getPoleCorrection(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.tides.IERS2003TidalCorrection
-
Compute the pole corrections at a given date.
- getPoleCorrection(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.tides.IERS2010TidalCorrection
-
Compute the pole corrections at a given date.
- getPoleCorrection(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.tides.NoTidalCorrection
-
Compute the pole corrections at a given date.
- getPoleCorrection() - Method in class fr.cnes.sirius.patrius.frames.configuration.tides.TidalCorrection
-
- getPoleCorrection(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.frames.configuration.tides.TidalCorrectionModel
-
Compute the pole corrections at a given date.
- getPoleCorrection(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.tides.TidalCorrectionPerThread
-
Compute the pole corrections at a given date.
- getPoleCorrection(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.transformations.TODProvider
-
Get the pole IERS Reference Pole correction.
- getPolynomialOrder() - Method in class fr.cnes.sirius.patrius.propagation.analytical.covariance.CovarianceInterpolation
-
- getPolynomials() - Method in class fr.cnes.sirius.patrius.math.analysis.interpolation.HermiteInterpolator
-
Compute the interpolation polynomials.
- getPolynomials() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.PolynomialSplineFunction
-
Get a copy of the interpolating polynomials array.
- getPolyOrder() - Method in class fr.cnes.sirius.patrius.propagation.analytical.twod.DatePolynomialFunction
-
Returns polynomial order.
- getPolyOrder(double, double, double, double, double) - Method in class fr.cnes.sirius.patrius.stela.forces.radiation.SRPSquaring
-
Determination of the order of A4*s4 + A3*s3 +
A2*s2 + A1*s1 + A0 .
- getPomega() - Method in class fr.cnes.sirius.patrius.orbits.EquatorialOrbit
-
Get the longitude of the periapsis (ω + Ω).
- getPomega() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquatorialParameters
-
Get the longitude of the periapsis (ω + Ω).
- getPopulationLimit() - Method in class fr.cnes.sirius.patrius.math.genetics.ListPopulation
-
Access the maximum population size.
- getPopulationLimit() - Method in interface fr.cnes.sirius.patrius.math.genetics.Population
-
Access the maximum population size.
- getPopulationSize() - Method in class fr.cnes.sirius.patrius.math.distribution.HypergeometricDistribution
-
Access the population size.
- getPopulationSize() - Method in class fr.cnes.sirius.patrius.math.genetics.ListPopulation
-
Access the current population size.
- getPopulationSize() - Method in interface fr.cnes.sirius.patrius.math.genetics.Population
-
Access the current population size.
- getPopulationSize() - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.noderiv.CMAESOptimizer.PopulationSize
-
- getPopulationVariance() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
- getPopulationVariance() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
- getPopulationVariance() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
- getPosition() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CartesianParameters
-
Get the position.
- getPosition() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.CardanMountPosition
-
Gets the position.
- getPosition() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.CardanMountPV
-
Gets the position.
- getPosition() - Method in interface fr.cnes.sirius.patrius.orbits.pvcoordinates.Position
-
Gets the position.
- getPosition() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.PVCoordinates
-
Gets the position.
- getPosition() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.TopocentricPosition
-
Gets the position.
- getPosition() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.TopocentricPV
-
Gets the position.
- getPositionAngleType() - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
Get propagation parameter type.
- getPositionAngleType() - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Get propagation parameter type.
- getPositionTolerance() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.AbstractTLEFitter
-
Get the desired position tolerance.
- getPositionVelocity(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.bodies.PosVelChebyshev
-
Get the position-velocity at a specified date.
- getPositivePolarForm() - Method in class fr.cnes.sirius.patrius.math.complex.Quaternion
-
Returns the polar form of the quaternion.
- getPotentialProvider() - Static method in class fr.cnes.sirius.patrius.forces.gravity.potential.GravityFieldFactory
-
Get the gravity field coefficients provider from the first supported file.
- getPrecessionNutationModel() - Method in interface fr.cnes.sirius.patrius.frames.configuration.FramesConfiguration
-
Get the precession nutation model.
- getPrecessionNutationModel() - Method in class fr.cnes.sirius.patrius.frames.configuration.FramesConfigurationImplementation
-
Get the precession nutation model.
- getPrecessionNutationModel() - Method in class fr.cnes.sirius.patrius.frames.configuration.PrecessionNutation
-
- getPrefix() - Method in class fr.cnes.sirius.patrius.math.geometry.VectorFormat
-
Get the format prefix.
- getPrefix() - Method in class fr.cnes.sirius.patrius.math.linear.RealMatrixFormat
-
Get the format prefix.
- getPrefix() - Method in class fr.cnes.sirius.patrius.math.linear.RealVectorFormat
-
Get the format prefix.
- getPress(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.US76
-
Get the local pressure for altitude in interval [0, 1E6] m
- getPressure(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSISE2000
-
Returns pressure.
- getPressure() - Method in class fr.cnes.sirius.patrius.propagation.events.ApparentElevationDetector
-
Get the local pressure at topocentric frame origin.
- getPressure(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.stela.forces.atmospheres.MSIS00Adapter
-
Returns pressure.
- getPrevious() - Method in exception fr.cnes.sirius.patrius.math.exception.NonMonotonicSequenceException
-
- getPrevious() - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.utilities.AVLTree.Node
-
Get the node containing the next smaller or equal element.
- getPreviousAttitudeLeg(AttitudeLeg) - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeLegsSequence
-
Gets the previous attitude law before the selected
AttitudeLeg law.
- getPreviousAttitudeLeg(String) - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeLegsSequence
-
Gets the previous attitude law before the selected
AttitudeLeg law.
- getPreviousDate() - Method in class fr.cnes.sirius.patrius.propagation.sampling.AdaptedStepHandler
-
Get the previous grid date.
- getPreviousDate() - Method in class fr.cnes.sirius.patrius.propagation.sampling.BasicStepInterpolator
-
Get the previous grid date.
- getPreviousDate() - Method in class fr.cnes.sirius.patrius.propagation.sampling.multi.MultiAdaptedStepHandler
-
Get the previous grid date.
- getPreviousDate() - Method in interface fr.cnes.sirius.patrius.propagation.sampling.multi.MultiPatriusStepInterpolator
-
Get the previous grid date.
- getPreviousDate() - Method in interface fr.cnes.sirius.patrius.propagation.sampling.PatriusStepInterpolator
-
Get the previous grid date.
- getPreviousDate() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaBasicInterpolator
-
Get the previous grid date.
- getPreviousEventTime() - Method in class fr.cnes.sirius.patrius.math.ode.events.EventState
-
Get previous event time.
- getPreviousIndex() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.AbstractBoundedPVProvider
-
Get the previous search index
- getPreviousTime() - Method in class fr.cnes.sirius.patrius.math.ode.sampling.AbstractStepInterpolator
-
Get the previous soft grid point time.
- getPreviousTime() - Method in interface fr.cnes.sirius.patrius.math.ode.sampling.StepInterpolator
-
Get the previous grid point time.
- getPrimary() - Method in class fr.cnes.sirius.patrius.math.ode.ExpandableStatefulODE
-
Get the primary set of differential equations.
- getPrimaryMapper() - Method in class fr.cnes.sirius.patrius.math.ode.ExpandableStatefulODE
-
Get an equations mapper for the primary equations set.
- getPrimaryState() - Method in class fr.cnes.sirius.patrius.math.ode.ExpandableStatefulODE
-
Get primary part of the current state.
- getPrimaryStateDot() - Method in class fr.cnes.sirius.patrius.math.ode.ExpandableStatefulODE
-
Get primary part of the current state derivative.
- getPrimeMeridianAngle(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.bodies.IAUPole
-
Get the prime meridian angle.
- getProbabilityOfSuccess() - Method in class fr.cnes.sirius.patrius.math.distribution.BinomialDistribution
-
Access the probability of success for this distribution.
- getProbabilityOfSuccess() - Method in class fr.cnes.sirius.patrius.math.distribution.PascalDistribution
-
Access the probability of success for this distribution.
- getProcessNoise() - Method in class fr.cnes.sirius.patrius.math.filter.DefaultProcessModel
-
Returns the process noise matrix.
- getProcessNoise() - Method in interface fr.cnes.sirius.patrius.math.filter.ProcessModel
-
Returns the process noise matrix.
- getPropagator() - Method in class fr.cnes.sirius.patrius.propagation.analytical.AdapterPropagator
-
Get the reference propagator.
- getProperInstance() - Static method in class fr.cnes.sirius.patrius.math.fraction.BigFractionFormat
-
Returns the default complex format for the current locale.
- getProperInstance(Locale) - Static method in class fr.cnes.sirius.patrius.math.fraction.BigFractionFormat
-
Returns the default complex format for the given locale.
- getProperInstance() - Static method in class fr.cnes.sirius.patrius.math.fraction.FractionFormat
-
Returns the default complex format for the current locale.
- getProperInstance(Locale) - Static method in class fr.cnes.sirius.patrius.math.fraction.FractionFormat
-
Returns the default complex format for the given locale.
- getProperty(PropertyType) - Method in interface fr.cnes.sirius.patrius.assembly.IPart
-
Returns a property of the part : if in this part, one exists of the given type.
- getProperty(PropertyType) - Method in class fr.cnes.sirius.patrius.assembly.MainPart
-
- getProperty(PropertyType) - Method in class fr.cnes.sirius.patrius.assembly.Part
-
- getPropulsiveProperty() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
Get the propulsive property.
- getPropulsiveProperty() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ImpulseManeuver
-
Get the propulsive property.
- getProvider() - Method in class fr.cnes.sirius.patrius.propagation.numerical.ParameterConfiguration
-
Get the povider handling this parameter.
- getProviders() - Method in class fr.cnes.sirius.patrius.data.DataProvidersManager
-
Get an unmodifiable view of the list of supported providers.
- getPVCoordinates(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.assembly.models.SensorModel
-
- getPVCoordinates(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.bodies.AbstractCelestialBody
-
- getPVCoordinates(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.bodies.ExtendedOneAxisEllipsoid
-
- getPVCoordinates(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.bodies.MeeusMoon
-
- getPVCoordinates(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.bodies.MeeusSun
-
- getPVCoordinates(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.bodies.UserCelestialBody
-
- getPVCoordinates(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.frames.TopocentricFrame
-
Get the
PVCoordinates of the topocentric frame origin in the selected frame.
- getPVCoordinates(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.groundstation.GeometricStationAntenna
-
Get the
PVCoordinates of the station antenna in the selected frame.
- getPVCoordinates(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.groundstation.RFStationAntenna
-
- getPVCoordinates(Frame) - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
- getPVCoordinates(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
- getPVCoordinates() - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
- getPVCoordinates() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CartesianParameters
-
Get the PV coordinates.
- getPVCoordinates(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.AlmanacPVCoordinates
-
Geometric computation of the position to a date.
- getPVCoordinates(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.EphemerisPvHermite
-
- getPVCoordinates(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.EphemerisPvLagrange
-
Frame can be null : by default the frame of expression is the frame used at instantiation
(which is the frame of the first spacecraft state when instantiation is done from a table of spacecraft states).
- getPVCoordinates(AbsoluteDate, Frame) - Method in interface fr.cnes.sirius.patrius.orbits.pvcoordinates.PVCoordinatesProvider
-
- getPVCoordinates(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.propagation.AbstractPropagator
-
- getPVCoordinates(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLEPropagator
-
Get the extrapolated position and velocity from an initial TLE.
- getPVCoordinates(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLESeries
-
Get the extrapolated position and velocity from an initial date.
- getPVCoordinates(AbsoluteDate, Frame, String) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
- getPVCoordinates(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
- getPVCoordinates(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.propagation.precomputed.Ephemeris
-
- getPVCoordinates(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.propagation.precomputed.IntegratedEphemeris
-
- getPVCoordinates(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.propagation.precomputed.multi.MultiIntegratedEphemeris
-
- getPVCoordinates() - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
- getPVCoordinates(Frame) - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
- getPVCoordinates(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.stela.bodies.MeeusMoonStela
-
- getPVCoordinates(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.stela.orbits.StelaEquinoctialOrbit
-
- getPVCoordinates(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
- getPVCoordinatesProvider() - Method in class fr.cnes.sirius.patrius.propagation.events.AlignmentDetector
-
Get the body to align.
- getPVFunction() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.AbstractTLEFitter
-
Get the function computing position/velocity at sample points.
- getPvProvider() - Method in class fr.cnes.sirius.patrius.propagation.AbstractPropagator
-
Get PV coordinates provider.
- getPvProvider() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Get PV coordinates provider.
- getPVTarget() - Method in class fr.cnes.sirius.patrius.propagation.events.CircularFieldOfViewDetector
-
Get the position/velocity provider of the target .
- getPVTarget() - Method in class fr.cnes.sirius.patrius.propagation.events.DihedralFieldOfViewDetector
-
Get the position/velocity provider of the target .
- getQ() - Method in class fr.cnes.sirius.patrius.math.linear.QRDecomposition
-
Returns the matrix Q of the decomposition.
- getQ() - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.TesseralQuad
-
Getter for q coefficient.
- getQ0() - Method in class fr.cnes.sirius.patrius.math.complex.Quaternion
-
Gets the first component of the quaternion (scalar part).
- getQ0() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldRotation
-
Get the scalar coordinate of the quaternion.
- getQ0Coefficients() - Method in class fr.cnes.sirius.patrius.guidance.QuaternionPolynomialProfile
-
- getQ0Coefficients() - Method in class fr.cnes.sirius.patrius.guidance.QuaternionPolynomialSegment
-
- getQ0FourierSeries() - Method in class fr.cnes.sirius.patrius.guidance.QuaternionHarmonicProfile
-
- getQ1() - Method in class fr.cnes.sirius.patrius.math.complex.Quaternion
-
Gets the second component of the quaternion (first component
of the vector part).
- getQ1() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldRotation
-
Get the first coordinate of the vectorial part of the quaternion.
- getQ1Coefficients() - Method in class fr.cnes.sirius.patrius.guidance.QuaternionPolynomialProfile
-
- getQ1Coefficients() - Method in class fr.cnes.sirius.patrius.guidance.QuaternionPolynomialSegment
-
- getQ1FourierSeries() - Method in class fr.cnes.sirius.patrius.guidance.QuaternionHarmonicProfile
-
- getQ2() - Method in class fr.cnes.sirius.patrius.math.complex.Quaternion
-
Gets the third component of the quaternion (second component
of the vector part).
- getQ2() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldRotation
-
Get the second coordinate of the vectorial part of the quaternion.
- getQ2Coefficients() - Method in class fr.cnes.sirius.patrius.guidance.QuaternionPolynomialProfile
-
- getQ2Coefficients() - Method in class fr.cnes.sirius.patrius.guidance.QuaternionPolynomialSegment
-
- getQ2FourierSeries() - Method in class fr.cnes.sirius.patrius.guidance.QuaternionHarmonicProfile
-
- getQ3() - Method in class fr.cnes.sirius.patrius.math.complex.Quaternion
-
Gets the fourth component of the quaternion (third component
of the vector part).
- getQ3() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldRotation
-
Get the third coordinate of the vectorial part of the quaternion.
- getQ3Coefficients() - Method in class fr.cnes.sirius.patrius.guidance.QuaternionPolynomialProfile
-
- getQ3Coefficients() - Method in class fr.cnes.sirius.patrius.guidance.QuaternionPolynomialSegment
-
- getQ3FourierSeries() - Method in class fr.cnes.sirius.patrius.guidance.QuaternionHarmonicProfile
-
- getQi() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Rotation
-
Get the normalized quaternion in double[] type :
{q0, q1, q2, q3}.
- getQT() - Method in class fr.cnes.sirius.patrius.math.linear.QRDecomposition
-
Returns the transpose of the matrix Q of the decomposition.
- getQuad() - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.TesseralQuad
-
Getter for quads as an array.
- getQuadsList() - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaTesseralAttraction
-
Getter for the quad list.
- getQuantile() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.rank.Percentile
-
Returns the value of the quantile field (determines what percentile is
computed when evaluate() is called with no quantile argument).
- getQuaternion() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Rotation
-
Get the normalized quaternion.
- getR() - Method in class fr.cnes.sirius.patrius.math.linear.QRDecomposition
-
Returns the matrix R of the decomposition.
- getR() - Method in class fr.cnes.sirius.patrius.math.stat.regression.SimpleRegression
-
- getR12(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.signalpropagation.iono.R12Loader
-
- getR12(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.signalpropagation.iono.R12Provider
-
Provides the R12 value for the Bent model.
- getRaan() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLE
-
Get Right Ascension of the Ascending node.
- getRadiativeProperties() - Method in class fr.cnes.sirius.patrius.assembly.Vehicle
-
Returns the radiative properties : absorption, specular
and diffusion coefficient (visible and IR), as an array :
[0] : absorption coefficient (visible)
[1] : specular coefficient (visible)
[2] : diffusion coefficient (visible)
[3] : absorption coefficient (IR)
[4] : specular coefficient (IR)
[5] : diffusion coefficient (IR)
- getRadius() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRightCircularCylinder
-
- getRadius() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.RightCircularCylinder
-
- getRadius() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Sphere
-
- getRadiusA() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.AbstractEllipse
-
- getRadiusA() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.EllipticCylinder
-
- getRadiusB() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.AbstractEllipse
-
- getRadiusB() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.EllipticCylinder
-
- getRadixDigits() - Method in class fr.cnes.sirius.patrius.math.dfp.Dfp
-
Get the number of radix digits of the instance.
- getRadixDigits() - Method in class fr.cnes.sirius.patrius.math.dfp.DfpField
-
Get the number of radix digits of the
Dfp instances built by this factory.
- getRan() - Method in class fr.cnes.sirius.patrius.math.random.RandomDataGenerator
-
Returns the RandomGenerator used to generate non-secure random data.
- getRandomGenerator() - Static method in class fr.cnes.sirius.patrius.math.genetics.GeneticAlgorithm
-
Returns the (static) random generator.
- getRange(Vector3D, Frame, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.TopocentricFrame
-
Get the range of a point with regards to the topocentric frame center point.
- getRange() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.CardanMountPosition
-
Get the range.
- getRange() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.CardanMountPV
-
Get the range.
- getRange() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.TopocentricPosition
-
Get the range.
- getRange() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.TopocentricPV
-
Get the range.
- getRangeRate(PVCoordinates, Frame, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.TopocentricFrame
-
Get the range rate of a point with regards to the topocentric frame center point.
- getRangeRate() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.CardanMountPV
-
Get the range rate.
- getRangeRate() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.TopocentricPV
-
Get the range rate.
- getRank() - Method in class fr.cnes.sirius.patrius.math.linear.RectangularCholeskyDecomposition
-
Get the rank of the symmetric positive semidefinite matrix.
- getRank() - Method in class fr.cnes.sirius.patrius.math.linear.SingularValueDecomposition
-
Return the effective numerical matrix rank.
- getRank() - Method in class fr.cnes.sirius.patrius.math.random.CorrelatedRandomVectorGenerator
-
Get the rank of the covariance matrix.
- getRank() - Method in class fr.cnes.sirius.patrius.math.random.UniformlyCorrelatedRandomVectorGenerator
-
Get the rank of the covariance matrix.
- getRankCorrelation() - Method in class fr.cnes.sirius.patrius.math.stat.correlation.SpearmansCorrelation
-
- getRatio() - Method in class fr.cnes.sirius.patrius.math.genetics.UniformCrossover
-
- getRawProvider() - Method in class fr.cnes.sirius.patrius.frames.transformations.InterpolatingTransformProvider
-
Get the underlying provider for raw (non-interpolated) transforms.
- getReal() - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
Get the real value of the number.
- getReal() - Method in class fr.cnes.sirius.patrius.math.complex.Complex
-
Access the real part.
- getReal(int) - Method in class fr.cnes.sirius.patrius.math.complex.RootsOfUnity
-
Get the real part of the k-th n-th root of unity.
- getReal() - Method in interface fr.cnes.sirius.patrius.math.RealFieldElement
-
Get the real value of the number.
- getRealEigenvalue(int) - Method in class fr.cnes.sirius.patrius.math.linear.EigenDecomposition
-
Returns the real part of the ith eigenvalue of the original
matrix.
- getRealEigenvalues() - Method in class fr.cnes.sirius.patrius.math.linear.EigenDecomposition
-
Gets a copy of the real parts of the eigenvalues of the original matrix.
- getRealFormat() - Method in class fr.cnes.sirius.patrius.math.complex.ComplexFormat
-
Access the realFormat.
- getRealMatrix() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Matrix3D
-
- getRealVector() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Vector3D
-
Get a RealVector with identical data.
- getReducedFraction(int, int) - Static method in class fr.cnes.sirius.patrius.math.fraction.BigFraction
-
Creates a BigFraction instance with the 2 parts of a fraction Y/Z.
- getReducedFraction(int, int) - Static method in class fr.cnes.sirius.patrius.math.fraction.Fraction
-
Creates a Fraction instance with the 2 parts of a fraction Y/Z.
- getReentryParameters(double, double) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisAltitudeParameters
-
Convert current orbital parameters into reentry parameters.
- getReentryParameters(double, double) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisRadiusParameters
-
Convert current orbital parameters into reentry parameters.
- getReentryParameters(double, double) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CartesianParameters
-
Convert current orbital parameters into reentry parameters.
- getReentryParameters(double, double, double) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CartesianParameters
-
Convert current orbital parameters into reentry parameters.
- getReentryParameters(double, double) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CircularParameters
-
Convert current orbital parameters into reentry parameters.
- getReentryParameters(double, double) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquatorialParameters
-
Convert current orbital parameters into reentry parameters.
- getReentryParameters(double, double) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquinoctialParameters
-
Convert current orbital parameters into reentry parameters.
- getReentryParameters(double, double) - Method in interface fr.cnes.sirius.patrius.orbits.orbitalparameters.IOrbitalParameters
-
Convert current orbital parameters into reentry parameters.
- getReentryParameters(double, double) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.KeplerianParameters
-
Convert current orbital parameters into reentry parameters.
- getReentryParameters(double, double) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ReentryParameters
-
Convert current orbital parameters into reentry parameters.
- getReentryParameters(double, double) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.StelaEquinoctialParameters
-
Convert current orbital parameters into reentry parameters.
- getReference() - Method in class fr.cnes.sirius.patrius.math.interval.AngleInterval
-
- getReference() - Method in class fr.cnes.sirius.patrius.projections.AbstractProjection
-
Get the system of reference used.
- getReference() - Method in interface fr.cnes.sirius.patrius.projections.IProjection
-
Get the system of reference used.
- getReferenceAttitude() - Method in class fr.cnes.sirius.patrius.attitudes.FixedRate
-
Get the reference attitude.
- getReferenceAxis() - Method in class fr.cnes.sirius.patrius.assembly.properties.SensorProperty
-
- getReferenceDate() - Method in class fr.cnes.sirius.patrius.math.fitting.SecularAndHarmonic
-
Get the reference date.
- getReferenceDate() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaGTOPropagator
-
Get the reference date
- getReferenceFrame() - Method in class fr.cnes.sirius.patrius.attitudes.Attitude
-
Get the reference frame.
- getRefrenceAxis(Frame, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.assembly.models.SensorModel
-
Computes the reference axis of the sensor in a given frame at a date
- getRegressionSumSquares() - Method in class fr.cnes.sirius.patrius.math.stat.regression.RegressionResults
-
Returns the sum of squared deviations of the predicted y values about their mean (which equals the mean of y).
- getRegressionSumSquares() - Method in class fr.cnes.sirius.patrius.math.stat.regression.SimpleRegression
-
Returns the sum of squared deviations of the predicted y values about
their mean (which equals the mean of y).
- getRelationship() - Method in class fr.cnes.sirius.patrius.math.optim.linear.LinearConstraint
-
Gets the relationship between left and right hand sides.
- getRelativeAccuracy() - Method in class fr.cnes.sirius.patrius.math.analysis.integration.BaseAbstractUnivariateIntegrator
-
Get the actual relative accuracy.
- getRelativeAccuracy() - Method in interface fr.cnes.sirius.patrius.math.analysis.integration.UnivariateIntegrator
-
Get the actual relative accuracy.
- getRelativeAccuracy() - Method in class fr.cnes.sirius.patrius.math.analysis.solver.BaseAbstractUnivariateSolver
-
Get the relative accuracy of the solver.
- getRelativeAccuracy() - Method in interface fr.cnes.sirius.patrius.math.analysis.solver.BaseUnivariateSolver
-
Get the relative accuracy of the solver.
- getRelativeAccuracy() - Method in class fr.cnes.sirius.patrius.math.dfp.BracketingNthOrderBrentSolverDFP
-
Get the relative accuracy.
- getRelativeThreshold() - Method in class fr.cnes.sirius.patrius.math.optim.AbstractConvergenceChecker
-
- getRemainingRegion() - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.AbstractSubHyperplane
-
Get the remaining region of the hyperplane.
- getRepresentation() - Method in class fr.cnes.sirius.patrius.math.genetics.AbstractListChromosome
-
Returns the (immutable) inner representation of the chromosome.
- getResidual() - Method in class fr.cnes.sirius.patrius.math.linear.DefaultIterativeLinearSolverEvent
-
Returns the residual.
- getResidual() - Method in class fr.cnes.sirius.patrius.math.linear.IterativeLinearSolverEvent
-
Returns the residual.
- getResiduals(double[]) - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.AbstractTLEFitter
-
Get the residuals for a given position/velocity/B* parameters set.
- getResult() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.AbstractStorelessUnivariateStatistic
-
Returns the current value of the Statistic.
- getResult() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.GeometricMean
-
Returns the current value of the Statistic.
- getResult() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Kurtosis
-
Returns the current value of the Statistic.
- getResult() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Mean
-
Returns the current value of the Statistic.
- getResult() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.SecondMoment
-
Returns the current value of the Statistic.
- getResult() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Skewness
-
Returns the value of the statistic based on the values that have been added.
- getResult() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.StandardDeviation
-
Returns the current value of the Statistic.
- getResult() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Variance
-
Returns the current value of the Statistic.
- getResult() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.VectorialCovariance
-
Get the covariance matrix.
- getResult() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.VectorialMean
-
Get the mean vector.
- getResult() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.rank.Max
-
Returns the current value of the Statistic.
- getResult() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.rank.Min
-
Returns the current value of the Statistic.
- getResult() - Method in interface fr.cnes.sirius.patrius.math.stat.descriptive.StorelessUnivariateStatistic
-
Returns the current value of the Statistic.
- getResult() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.summary.Product
-
Returns the current value of the Statistic.
- getResult() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.summary.Sum
-
Returns the current value of the Statistic.
- getResult() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.summary.SumOfLogs
-
Returns the current value of the Statistic.
- getResult() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.summary.SumOfSquares
-
Returns the current value of the Statistic.
- getReverse() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Line
-
Get the reverse of the instance.
- getRevolutionNumberAtEpoch() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLE
-
Get the revolution number.
- getRightAscensionOfAscendingNode() - Method in class fr.cnes.sirius.patrius.orbits.ApsisOrbit
-
Get the right ascension of the ascending node.
- getRightAscensionOfAscendingNode() - Method in class fr.cnes.sirius.patrius.orbits.CircularOrbit
-
Get the right ascension of the ascending node.
- getRightAscensionOfAscendingNode() - Method in class fr.cnes.sirius.patrius.orbits.KeplerianOrbit
-
Get the right ascension of the ascending node.
- getRightAscensionOfAscendingNode() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisAltitudeParameters
-
Get the right ascension of the ascending node.
- getRightAscensionOfAscendingNode() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisRadiusParameters
-
Get the right ascension of the ascending node.
- getRightAscensionOfAscendingNode() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CircularParameters
-
Get the right ascension of the ascending node.
- getRightAscensionOfAscendingNode() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.KeplerianParameters
-
Get the right ascension of the ascending node.
- getRightHandSideVector() - Method in class fr.cnes.sirius.patrius.math.linear.DefaultIterativeLinearSolverEvent
-
Returns the current right-hand side of the linear system to be solved.
- getRightHandSideVector() - Method in class fr.cnes.sirius.patrius.math.linear.IterativeLinearSolverEvent
-
Returns the current right-hand side of the linear system to be solved.
- getRMS() - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.vector.jacobian.AbstractLeastSquaresOptimizer
-
Gets the root-mean-square (RMS) value.
- getRMS() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.AbstractTLEFitter
-
Get Root Mean Square of the fitting.
- getRMS(double[]) - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.AbstractTLEFitter
-
Get the RMS for a given position/velocity/B* parameters set.
- getRolloverWeeks() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.AlmanacParameter
-
Returns almanach unambiguous week number.
- getRolloverWeeks() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.GalileoAlmanacParameters
-
- getRolloverWeeks() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.GPSAlmanacParameters
-
- getRoot() - Static method in class fr.cnes.sirius.patrius.frames.Frame
-
Get the unique root frame.
- getRootMatrix() - Method in class fr.cnes.sirius.patrius.math.linear.RectangularCholeskyDecomposition
-
Get the root of the covariance matrix.
- getRootMatrix() - Method in class fr.cnes.sirius.patrius.math.random.CorrelatedRandomVectorGenerator
-
Get the root of the covariance matrix.
- getRootMatrix() - Method in class fr.cnes.sirius.patrius.math.random.UniformlyCorrelatedRandomVectorGenerator
-
Get the root of the correlation matrix.
- getRotation() - Method in class fr.cnes.sirius.patrius.attitudes.Attitude
-
Get the attitude rotation.
- getRotation() - Method in class fr.cnes.sirius.patrius.frames.transformations.Transform
-
Get the orientation of the "destination" frame in the "origin" one.
- getRotation() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Screw
-
- getRotation() - Method in class fr.cnes.sirius.patrius.utils.AngularCoordinates
-
Get the rotation.
- getRotationAcceleration() - Method in class fr.cnes.sirius.patrius.attitudes.Attitude
-
Get the satellite rotation acceleration.
- getRotationAcceleration() - Method in class fr.cnes.sirius.patrius.frames.transformations.Transform
-
Get the second time derivative of the rotation.
- getRotationAcceleration() - Method in class fr.cnes.sirius.patrius.utils.AngularCoordinates
-
Get the rotation acceleration.
- getRotationRate(AbsoluteDate) - Static method in class fr.cnes.sirius.patrius.frames.transformations.GTODProvider
-
Get the rotation rate of the Earth.
- getRotationRate(AbsoluteDate, FramesConfiguration) - Static method in class fr.cnes.sirius.patrius.frames.transformations.GTODProvider
-
Get the rotation rate of the Earth.
- getRotationRate() - Method in class fr.cnes.sirius.patrius.frames.transformations.Transform
-
Get the rotation rate of the "destination" frame in the "origin" one.
- getRotationRate() - Method in class fr.cnes.sirius.patrius.utils.AngularCoordinates
-
Get the rotation rate.
- getRoundingMode() - Method in class fr.cnes.sirius.patrius.math.dfp.DfpField
-
Get the current rounding mode.
- getRoundingMode() - Method in class fr.cnes.sirius.patrius.math.util.BigReal
-
Gets the rounding mode for division operations
The default is RoundingMode.HALF_UP
- getRow(int) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Get the entries in row number row as an array.
- getRow(int) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Get the entries at the given row index.
- getRow(int) - Method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Get the entries in row number row as an array.
- getRow(int) - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Get the entries at the given row index.
- getRow(int) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrix
-
Get the entries in row number row as an array.
- getRow() - Method in exception fr.cnes.sirius.patrius.math.linear.NonPositiveDefiniteMatrixException
-
- getRow() - Method in exception fr.cnes.sirius.patrius.math.linear.NonSymmetricMatrixException
-
- getRow(int) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Get the entries at the given row index.
- getRowDimension() - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Returns the number of rows in the matrix.
- getRowDimension() - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Returns the number of rows of this matrix.
- getRowDimension() - Method in interface fr.cnes.sirius.patrius.math.linear.AnyMatrix
-
Returns the number of rows in the matrix.
- getRowDimension() - Method in class fr.cnes.sirius.patrius.math.linear.Array2DRowFieldMatrix
-
Returns the number of rows in the matrix.
- getRowDimension() - Method in class fr.cnes.sirius.patrius.math.linear.Array2DRowRealMatrix
-
Returns the number of rows of this matrix.
- getRowDimension() - Method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Returns the number of rows in the matrix.
- getRowDimension() - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Returns the number of rows of this matrix.
- getRowDimension() - Method in class fr.cnes.sirius.patrius.math.linear.DiagonalMatrix
-
Returns the number of rows of this matrix.
- getRowDimension() - Method in class fr.cnes.sirius.patrius.math.linear.JacobiPreconditioner
-
Returns the dimension of the codomain of this operator.
- getRowDimension() - Method in class fr.cnes.sirius.patrius.math.linear.RealLinearOperator
-
Returns the dimension of the codomain of this operator.
- getRowDimension() - Method in class fr.cnes.sirius.patrius.math.linear.SymmetricMatrix
-
Returns the number of rows of this matrix.
- getRowMatrix(int) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Get the entries in row number row as a row matrix.
- getRowMatrix(int) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Get the entries at the given row index as a row matrix.
- getRowMatrix(int) - Method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Get the entries in row number row as a row matrix.
- getRowMatrix(int) - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Get the entries at the given row index as a row matrix.
- getRowMatrix(int) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrix
-
Get the entries in row number row as a row matrix.
- getRowMatrix(int) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Get the entries at the given row index as a row matrix.
- getRowPrefix() - Method in class fr.cnes.sirius.patrius.math.linear.RealMatrixFormat
-
Get the format prefix.
- getRowSeparator() - Method in class fr.cnes.sirius.patrius.math.linear.RealMatrixFormat
-
Get the format separator between rows of the matrix.
- getRowSuffix() - Method in class fr.cnes.sirius.patrius.math.linear.RealMatrixFormat
-
Get the format suffix.
- getRowVector(int) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Get the entries in row number row as a vector.
- getRowVector(int) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Returns the entries in row number row as a vector.
- getRowVector(int) - Method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Get the entries in row number row as a vector.
- getRowVector(int) - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Returns the entries in row number row as a vector.
- getRowVector(int) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrix
-
Get the entries in row number row as a vector.
- getRowVector(int) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Returns the entries in row number row as a vector.
- getRSquare() - Method in class fr.cnes.sirius.patrius.math.stat.regression.SimpleRegression
-
- getRSquared() - Method in class fr.cnes.sirius.patrius.math.stat.regression.RegressionResults
-
- getRule(int) - Method in class fr.cnes.sirius.patrius.math.analysis.integration.gauss.BaseRuleFactory
-
Gets a copy of the quadrature rule with the given number of integration
points.
- getRuleInternal(int) - Method in class fr.cnes.sirius.patrius.math.analysis.integration.gauss.BaseRuleFactory
-
Gets a rule.
- getRuleOrder(int) - Static method in class fr.cnes.sirius.patrius.math.quadrature.LebedevRule
-
Returns the order of a Lebedev rule. Original author: John Burkardt (11 September
2010)
- getRulePrecision(int) - Static method in class fr.cnes.sirius.patrius.math.quadrature.LebedevRule
-
Returns the precision of a Lebedev rule. Original author: John Burkardt (11 September
2010)
- getRuntimeClass() - Method in class fr.cnes.sirius.patrius.math.complex.ComplexField
-
Returns the runtime class of the FieldElement.
- getRuntimeClass() - Method in class fr.cnes.sirius.patrius.math.dfp.DfpField
-
Returns the runtime class of the FieldElement.
- getRuntimeClass() - Method in interface fr.cnes.sirius.patrius.math.Field
-
Returns the runtime class of the FieldElement.
- getRuntimeClass() - Method in class fr.cnes.sirius.patrius.math.fraction.BigFractionField
-
Returns the runtime class of the FieldElement.
- getRuntimeClass() - Method in class fr.cnes.sirius.patrius.math.fraction.FractionField
-
Returns the runtime class of the FieldElement.
- getRuntimeClass() - Method in class fr.cnes.sirius.patrius.math.util.BigRealField
-
Returns the runtime class of the FieldElement.
- getRuntimeClass() - Method in class fr.cnes.sirius.patrius.math.util.Decimal64Field
-
Returns the runtime class of the FieldElement.
- getS(int, int, boolean) - Method in interface fr.cnes.sirius.patrius.forces.gravity.potential.PotentialCoefficientsProvider
-
Get tesseral-sectorial coefficients.
- getS(int, int, boolean) - Method in class fr.cnes.sirius.patrius.forces.gravity.potential.PotentialCoefficientsReader
-
Get tesseral-sectorial coefficients.
- getS() - Method in class fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.VariablePotentialCoefficientsSet
-
- getS() - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.CIPCoordinates
-
- getS() - Method in class fr.cnes.sirius.patrius.math.linear.SingularValueDecomposition
-
Returns the diagonal matrix Σ of the decomposition.
- getS10(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.JB2006InputParameters
-
Get the EUV index (26-34 nm) scaled to F10.
- getS10B(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.JB2006InputParameters
-
Get the EUV 81-day averaged centered index.
- getSafety() - Method in class fr.cnes.sirius.patrius.math.ode.MultistepIntegrator
-
Get the safety factor for stepsize control.
- getSafety() - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.EmbeddedRungeKuttaIntegrator
-
Get the safety factor for stepsize control.
- getSampleSize() - Method in class fr.cnes.sirius.patrius.math.distribution.HypergeometricDistribution
-
Access the sample size.
- getSampleStats() - Method in class fr.cnes.sirius.patrius.math.random.EmpiricalDistribution
-
- getSatAddStatesSize(String) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiStateVectorInfo
-
Get the additional states size of the given spacecraft .
- getSatellite() - Method in class fr.cnes.sirius.patrius.assembly.models.RFLinkBudgetModel
-
- getSatellite(String) - Method in interface fr.cnes.sirius.patrius.files.general.OrbitFile
-
Get additional information about a satellite.
- getSatellite(String) - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Get additional information about a satellite.
- getSatellite(int) - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Returns the nth satellite as contained in the SP3 file.
- getSatelliteCoordinates(String) - Method in interface fr.cnes.sirius.patrius.files.general.OrbitFile
-
Get the time coordinates for the given satellite.
- getSatelliteCoordinates(String) - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Get the time coordinates for the given satellite.
- getSatelliteCount() - Method in interface fr.cnes.sirius.patrius.files.general.OrbitFile
-
Get the number of satellites contained in this orbit file.
- getSatelliteCount() - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Get the number of satellites contained in this orbit file.
- getSatelliteId() - Method in class fr.cnes.sirius.patrius.files.general.SatelliteInformation
-
Returns the id for this satellite object.
- getSatelliteNumber() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLE
-
Get the satellite id.
- getSatellites() - Method in interface fr.cnes.sirius.patrius.files.general.OrbitFile
-
- getSatellites() - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
- getSatRank(String) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiStateVectorInfo
-
Get the state vector index of the given spacecraft in the global state vector.
- getSatSize(String) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiStateVectorInfo
-
Get the state vector size of the given spacecraft .
- getSaturn() - Static method in class fr.cnes.sirius.patrius.bodies.CelestialBodyFactory
-
Get the Saturn singleton body.
- getSc() - Method in class fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.VariablePotentialCoefficientsSet
-
- getScAbs() - Method in class fr.cnes.sirius.patrius.assembly.models.DragCoefficient
-
Get the absorption part in satellite frame.
- getScalarPart() - Method in class fr.cnes.sirius.patrius.math.complex.Quaternion
-
Gets the scalar part of the quaternion.
- getScale() - Method in class fr.cnes.sirius.patrius.math.distribution.CauchyDistribution
-
Access the scale parameter.
- getScale() - Method in class fr.cnes.sirius.patrius.math.distribution.GammaDistribution
-
Returns the scale parameter of this distribution.
- getScale() - Method in class fr.cnes.sirius.patrius.math.distribution.LogNormalDistribution
-
Returns the scale parameter of this distribution.
- getScale() - Method in class fr.cnes.sirius.patrius.math.distribution.WeibullDistribution
-
Access the scale parameter, beta.
- getScale() - Method in class fr.cnes.sirius.patrius.math.util.BigReal
-
Sets the scale for division operations.
- getScaleFactor(double) - Method in class fr.cnes.sirius.patrius.projections.Mercator
-
Returns the scale factor at a specific latitude.
- getScDiffAr() - Method in class fr.cnes.sirius.patrius.assembly.models.DragCoefficient
-
Get the diffuse part (rear) in satellite frame.
- getScDiffAv() - Method in class fr.cnes.sirius.patrius.assembly.models.DragCoefficient
-
Get the diffuse part (front) in satellite frame.
- getScSpec() - Method in class fr.cnes.sirius.patrius.assembly.models.DragCoefficient
-
Get the specular part in satellite frame.
- getSearchIndex() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.AbstractBoundedPVProvider
-
Get the optimize indice search algorithm
- getSec() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Input
-
Getter for sec.
- getSecond() - Method in class fr.cnes.sirius.patrius.math.genetics.ChromosomePair
-
Access the second chromosome.
- getSecond() - Method in class fr.cnes.sirius.patrius.math.util.Pair
-
Get the second element of the pair.
- getSecond() - Method in class fr.cnes.sirius.patrius.time.TimeComponents
-
Get the seconds number (it includes the fractional part of seconds).
- getSecondaryMappers() - Method in class fr.cnes.sirius.patrius.math.ode.ExpandableStatefulODE
-
Get the equations mappers for the secondary equations sets.
- getSecondarySpacecraft() - Method in class fr.cnes.sirius.patrius.events.sensor.SatToSatMutualVisibilityDetector
-
Get the secondary assembly to consider.
- getSecondaryState(int) - Method in class fr.cnes.sirius.patrius.math.ode.ExpandableStatefulODE
-
Get secondary part of the current state.
- getSecondaryStateDot(int) - Method in class fr.cnes.sirius.patrius.math.ode.ExpandableStatefulODE
-
Get secondary part of the current state derivative.
- getSecondBody() - Method in class fr.cnes.sirius.patrius.propagation.events.ExtremaThreeBodiesAngleDetector
-
Get 2nd body
- getSecondBody() - Method in class fr.cnes.sirius.patrius.propagation.events.ThreeBodiesAngleDetector
-
Get 2nd body.
- getSecondCovarianceMatrix() - Method in class fr.cnes.sirius.patrius.propagation.analytical.covariance.CovarianceInterpolation
-
- getSecondMoment() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.AggregateSummaryStatistics
-
Returns a statistic related to the Second Central Moment.
- getSecondMoment() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Returns a statistic related to the Second Central Moment.
- getSecondsInDay() - Method in class fr.cnes.sirius.patrius.time.TimeComponents
-
Get the second number within the day.
- getSecondsOfWeek() - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Returns the seconds of the GPS week as contained in the SP3 file.
- getSegments() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.SubLine
-
Get the endpoints of the sub-line.
- getSegments() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.SubLine
-
Get the endpoints of the sub-line.
- getSelectionPolicy() - Method in class fr.cnes.sirius.patrius.math.genetics.GeneticAlgorithm
-
Returns the selection policy.
- getSemiA() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Ellipsoid
-
Get the length of the semi principal axis X
- getSemiA() - Method in interface fr.cnes.sirius.patrius.math.geometry.euclidean.threed.IEllipsoid
-
Get semi axis A
- getSemiA() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Sphere
-
Get semi axis A
- getSemiAxisA() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCylinder
-
This method returns the semi axis a
- getSemiAxisB() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCylinder
-
This method returns the semi axis b
- getSemiAxisX() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCone
-
This method returns the semi axis of the cone along X axis
- getSemiAxisY() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCone
-
This method returns the semi axis of the cone along Y axis
- getSemiB() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Ellipsoid
-
Get the length of the semi principal axis Y
- getSemiB() - Method in interface fr.cnes.sirius.patrius.math.geometry.euclidean.threed.IEllipsoid
-
Get semi axis B
- getSemiB() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Sphere
-
Get semi axis B
- getSemiC() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Ellipsoid
-
Get the length of the semi principal axis Z
- getSemiC() - Method in interface fr.cnes.sirius.patrius.math.geometry.euclidean.threed.IEllipsoid
-
Get semi axis C
- getSemiC() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Sphere
-
Get semi axis C
- getSemiPrincipalX() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Ellipsoid
-
- getSemiPrincipalY() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Ellipsoid
-
- getSemiPrincipalZ() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Ellipsoid
-
- getSensor() - Method in class fr.cnes.sirius.patrius.events.sensor.MaskingDetector
-
Get the sensor.
- getSensor() - Method in class fr.cnes.sirius.patrius.events.sensor.SensorInhibitionDetector
-
Get the sensor.
- getSensor() - Method in class fr.cnes.sirius.patrius.events.sensor.SensorVisibilityDetector
-
Get the sensor.
- getSensor() - Method in class fr.cnes.sirius.patrius.events.sensor.StationToSatMutualVisibilityDetector
-
Get the sensor.
- getSensor() - Method in class fr.cnes.sirius.patrius.events.sensor.TargetInFieldOfViewDetector
-
Get the sensor.
- getSensorMainSpacecraft() - Method in class fr.cnes.sirius.patrius.events.sensor.SatToSatMutualVisibilityDetector
-
Get the main spacecraft sensor.
- getSensorName() - Method in class fr.cnes.sirius.patrius.events.sensor.ExtremaSightAxisDetector
-
Get the sensor name.
- getSensorSecondarySpacecraft() - Method in class fr.cnes.sirius.patrius.events.sensor.SatToSatMutualVisibilityDetector
-
Get the secondary spacecraft sensor.
- getSeparator() - Method in class fr.cnes.sirius.patrius.math.geometry.VectorFormat
-
Get the format separator between components.
- getSeparator() - Method in class fr.cnes.sirius.patrius.math.linear.RealVectorFormat
-
Get the format separator between components.
- getSequence() - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeLegsSequence
-
Returns a copy of the map containing of all AttitudeLeg instances.
- getSeries() - Method in class fr.cnes.sirius.patrius.projections.ProjectionEllipsoid
-
Getter for series.
- getShape() - Method in class fr.cnes.sirius.patrius.assembly.properties.GeometricProperty
-
- getShape() - Method in class fr.cnes.sirius.patrius.math.distribution.GammaDistribution
-
Returns the shape parameter of this distribution.
- getShape() - Method in class fr.cnes.sirius.patrius.math.distribution.LogNormalDistribution
-
Returns the shape parameter of this distribution.
- getShape() - Method in class fr.cnes.sirius.patrius.math.distribution.WeibullDistribution
-
Access the shape parameter, alpha.
- getSightAxis(Frame, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.assembly.models.SensorModel
-
Computes the sight axis of the sensor in a given frame at a date
- getSightAxis() - Method in class fr.cnes.sirius.patrius.events.sensor.ExtremaSightAxisDetector
-
Get the sight axis
- getSigma() - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.noderiv.CMAESOptimizer.Sigma
-
- getSigma() - Method in class fr.cnes.sirius.patrius.math.random.ValueServer
-
- getSignalTropoCorrection(TroposphericCorrection, SignalPropagation, TopocentricFrame) - Method in class fr.cnes.sirius.patrius.signalpropagation.SignalPropagationModel
-
Computes the tropospheric effects corrections to be applied to a given
PropagationSignal object.
- getSignificance() - Method in class fr.cnes.sirius.patrius.math.stat.regression.SimpleRegression
-
Returns the significance level of the slope (equiv) correlation.
- getSinArray() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.FourierSeries
-
- getSinArrays() - Method in class fr.cnes.sirius.patrius.guidance.AngularVelocitiesHarmonicProfile
-
- getSinArrays() - Method in class fr.cnes.sirius.patrius.guidance.QuaternionHarmonicProfile
-
- getSingularValues() - Method in class fr.cnes.sirius.patrius.math.linear.SingularValueDecomposition
-
Returns the diagonal elements of the matrix Σ of the decomposition.
- getSize() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ManeuversSequence
-
- getSize() - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DSCompiler
-
Get the array size required for holding partial derivatives data.
- getSize() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.Interval
-
Get the size of the interval.
- getSize() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.SubOrientedPoint
-
Get the size of the instance.
- getSize() - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.AbstractRegion
-
Get the size of the instance.
- getSize() - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.AbstractSubHyperplane
-
Get the size of the instance.
- getSize() - Method in interface fr.cnes.sirius.patrius.math.geometry.partitioning.Region
-
Get the size of the instance.
- getSize() - Method in interface fr.cnes.sirius.patrius.math.geometry.partitioning.SubHyperplane
-
Get the size of the instance.
- getSize() - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.noderiv.AbstractSimplex
-
Get simplex size.
- getSize() - Method in class fr.cnes.sirius.patrius.math.util.MultidimensionalCounter
-
Get the total number of elements.
- getSize() - Method in class fr.cnes.sirius.patrius.propagation.numerical.AdditionalStateInfo
-
Get the size of the additional state.
- getSizes() - Method in class fr.cnes.sirius.patrius.math.util.MultidimensionalCounter
-
Get the number of multidimensional counter slots in each dimension.
- getSkewness() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Returns the skewness of the available values.
- getSkewnessImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Returns the currently configured skewness implementation.
- getSlope() - Method in class fr.cnes.sirius.patrius.math.stat.regression.SimpleRegression
-
Returns the slope of the estimated regression line.
- getSlope() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ReentryParameters
-
Getter for slope of velocity.
- getSlopeConfidenceInterval() - Method in class fr.cnes.sirius.patrius.math.stat.regression.SimpleRegression
-
Returns the half-width of a 95% confidence interval for the slope
estimate.
- getSlopeConfidenceInterval(double) - Method in class fr.cnes.sirius.patrius.math.stat.regression.SimpleRegression
-
Returns the half-width of a (100-100*alpha)% confidence interval for
the slope estimate.
- getSlopeSelection() - Method in class fr.cnes.sirius.patrius.events.GenericCodingEventDetector
-
- getSlopeSelection() - Method in class fr.cnes.sirius.patrius.events.multi.MultiGenericCodingEventDetector
-
- getSlopeSelection() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ImpulseManeuver
-
Get the parameter in charge of the selection of detected events by the slope of the g-function.
- getSlopeSelection() - Method in interface fr.cnes.sirius.patrius.math.ode.events.EventHandler
-
Get the parameter in charge of the selection of detected events by the slope of the g-function.
- getSlopeSelection() - Method in class fr.cnes.sirius.patrius.propagation.events.AbstractDetector
-
Get the parameter in charge of the selection of detected events by the slope of the g-function.
- getSlopeSelection() - Method in class fr.cnes.sirius.patrius.propagation.events.AdaptedEventDetector
-
Get the parameter in charge of the selection of detected events by the slope of the g-function.
- getSlopeSelection() - Method in interface fr.cnes.sirius.patrius.propagation.events.EventDetector
-
Get the parameter in charge of the selection of detected events by the slope of the g-function.
- getSlopeSelection() - Method in class fr.cnes.sirius.patrius.propagation.events.multi.AdaptedMonoEventDetector
-
- getSlopeSelection() - Method in class fr.cnes.sirius.patrius.propagation.events.multi.AdaptedMultiEventDetector
-
- getSlopeSelection() - Method in class fr.cnes.sirius.patrius.propagation.events.multi.MultiAbstractDetector
-
- getSlopeSelection() - Method in interface fr.cnes.sirius.patrius.propagation.events.multi.MultiEventDetector
-
Get the parameter in charge of the selection of detected events by the slope of the g-function.
- getSlopeSelection() - Method in class fr.cnes.sirius.patrius.propagation.events.NthOccurrenceDetector
-
Get the parameter in charge of the selection of detected events by the slope of the g-function.
- getSlopeStdErr() - Method in class fr.cnes.sirius.patrius.math.stat.regression.SimpleRegression
-
- getSlots() - Method in class fr.cnes.sirius.patrius.time.TimeStampedCache
-
Get the number of slots in use.
- getSlotsEvictions() - Method in class fr.cnes.sirius.patrius.time.TimeStampedCache
-
Get the number of slots evictions.
- getSmallest() - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.utilities.AVLTree
-
Get the node whose element is the smallest one in the tree.
- getSmaModel() - Method in class fr.cnes.sirius.patrius.propagation.analytical.twod.Analytical2DOrbitModel
-
Get the semi major axis parameter model.
- getSolarActivityDataProvider() - Static method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataFactory
-
Get the solar activity provider from the first supported file.
- getSolarFlux(SpacecraftState) - Method in class fr.cnes.sirius.patrius.forces.radiation.SolarRadiationPressureEllipsoid
-
Compute solar flux.
- getSolarPanelsList() - Method in class fr.cnes.sirius.patrius.assembly.Vehicle
-
Returns the solar panels list.
- getSolarSystemBarycenter() - Static method in class fr.cnes.sirius.patrius.bodies.CelestialBodyFactory
-
Get the solar system barycenter aggregated body.
- getSolution() - Method in class fr.cnes.sirius.patrius.math.linear.DefaultIterativeLinearSolverEvent
-
Returns the current estimate of the solution to the linear system to be
solved.
- getSolution() - Method in class fr.cnes.sirius.patrius.math.linear.IterativeLinearSolverEvent
-
Returns the current estimate of the solution to the linear system to be
solved.
- getSolver() - Method in class fr.cnes.sirius.patrius.math.linear.CholeskyDecomposition
-
Get a solver for finding the A × X = B solution in least square sense.
- getSolver() - Method in class fr.cnes.sirius.patrius.math.linear.EigenDecomposition
-
Gets a solver for finding the A × X = B solution in exact
linear sense.
- getSolver() - Method in class fr.cnes.sirius.patrius.math.linear.FieldLUDecomposition
-
Get a solver for finding the A × X = B solution in exact linear sense.
- getSolver() - Method in class fr.cnes.sirius.patrius.math.linear.LUDecomposition
-
Get a solver for finding the A × X = B solution in exact linear
sense.
- getSolver() - Method in class fr.cnes.sirius.patrius.math.linear.QRDecomposition
-
Get a solver for finding the A × X = B solution in least square sense.
- getSolver() - Method in class fr.cnes.sirius.patrius.math.linear.SingularValueDecomposition
-
Get a solver for finding the A × X = B solution in least square sense.
- getSolver() - Method in interface fr.cnes.sirius.patrius.math.linear.UDDecomposition
-
Get a solver of the linear equation A × X = B for matrices A.
- getSolver() - Method in class fr.cnes.sirius.patrius.math.linear.UDDecompositionImpl
-
- getSolverAbsoluteAccuracy() - Method in class fr.cnes.sirius.patrius.math.distribution.AbstractRealDistribution
-
Returns the solver absolute accuracy for inverse cumulative computation.
- getSolverAbsoluteAccuracy() - Method in class fr.cnes.sirius.patrius.math.distribution.BetaDistribution
-
Return the absolute accuracy setting of the solver used to estimate
inverse cumulative probabilities.
- getSolverAbsoluteAccuracy() - Method in class fr.cnes.sirius.patrius.math.distribution.CauchyDistribution
-
Returns the solver absolute accuracy for inverse cumulative computation.
- getSolverAbsoluteAccuracy() - Method in class fr.cnes.sirius.patrius.math.distribution.ChiSquaredDistribution
-
Returns the solver absolute accuracy for inverse cumulative computation.
- getSolverAbsoluteAccuracy() - Method in class fr.cnes.sirius.patrius.math.distribution.ExponentialDistribution
-
Returns the solver absolute accuracy for inverse cumulative computation.
- getSolverAbsoluteAccuracy() - Method in class fr.cnes.sirius.patrius.math.distribution.FDistribution
-
Returns the solver absolute accuracy for inverse cumulative computation.
- getSolverAbsoluteAccuracy() - Method in class fr.cnes.sirius.patrius.math.distribution.GammaDistribution
-
Returns the solver absolute accuracy for inverse cumulative computation.
- getSolverAbsoluteAccuracy() - Method in class fr.cnes.sirius.patrius.math.distribution.LogNormalDistribution
-
Returns the solver absolute accuracy for inverse cumulative computation.
- getSolverAbsoluteAccuracy() - Method in class fr.cnes.sirius.patrius.math.distribution.NormalDistribution
-
Returns the solver absolute accuracy for inverse cumulative computation.
- getSolverAbsoluteAccuracy() - Method in class fr.cnes.sirius.patrius.math.distribution.TDistribution
-
Returns the solver absolute accuracy for inverse cumulative computation.
- getSolverAbsoluteAccuracy() - Method in class fr.cnes.sirius.patrius.math.distribution.TriangularDistribution
-
Returns the solver absolute accuracy for inverse cumulative computation.
- getSolverAbsoluteAccuracy() - Method in class fr.cnes.sirius.patrius.math.distribution.UniformRealDistribution
-
Returns the solver absolute accuracy for inverse cumulative computation.
- getSolverAbsoluteAccuracy() - Method in class fr.cnes.sirius.patrius.math.distribution.WeibullDistribution
-
Return the absolute accuracy setting of the solver used to estimate
inverse cumulative probabilities.
- getSortedValues() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Returns the current set of values in an array of double primitives,
sorted in ascending order.
- getSourceString() - Method in class fr.cnes.sirius.patrius.math.exception.util.DummyLocalizable
-
Gets the source (non-localized) string.
- getSourceString() - Method in interface fr.cnes.sirius.patrius.math.exception.util.Localizable
-
Gets the source (non-localized) string.
- getSourceString() - Method in enum fr.cnes.sirius.patrius.utils.exception.PatriusMessages
-
Gets the source (non-localized) string.
- getSouth() - Method in class fr.cnes.sirius.patrius.bodies.GeodeticPoint
-
Get the direction to the south of point, expressed in parent shape frame.
- getSouth() - Method in class fr.cnes.sirius.patrius.frames.TopocentricFrame
-
Get the south direction of topocentric frame, expressed in parent shape frame.
- getSP(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.PolarMotion
-
Compute S'.
- getsP() - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.CIPCoordinates
-
- getSP(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.sp.IERS2003SPCorrection
-
Compute the correction S' at a given date.
- getSP(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.sp.IERS2010SPCorrection
-
Compute the correction S' at a given date.
- getSP(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.sp.NoSpCorrection
-
Compute the correction S' at a given date.
- getSP(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.frames.configuration.sp.SPrimeModel
-
Compute the correction S' at a given date.
- getSpace() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.Vector1D
-
Get the space to which the vector belongs.
- getSpace() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Vector3D
-
Get the space to which the vector belongs.
- getSpace() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Vector2D
-
Get the space to which the vector belongs.
- getSpace() - Method in interface fr.cnes.sirius.patrius.math.geometry.Vector
-
Get the space to which the vector belongs.
- getSpecifier() - Method in exception fr.cnes.sirius.patrius.utils.exception.PatriusException
-
Get the localizable specifier of the error message.
- getSpecularReflectionCoef() - Method in class fr.cnes.sirius.patrius.assembly.properties.RadiativeIRProperty
-
Get the parameter representing the specular reflection coefficient of the part.
- getSpecularReflectionRatio() - Method in class fr.cnes.sirius.patrius.assembly.properties.RadiativeProperty
-
Get the parameter representing the ratio of light
subjected to specular reflectance
: Ks = (1 - α) τ.
- getSpeedOfSound(AbsoluteDate, Vector3D, Frame) - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.Atmosphere
-
Get the local speed of sound.
- getSpeedOfSound(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.DTM2000
-
Get the local speed of sound.
- getSpeedOfSound(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.HarrisPriester
-
Get the local speed of sound.
- getSpeedOfSound(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.JB2006
-
Get the local speed of sound.
- getSpeedOfSound(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSISE2000
-
Get the local speed of sound.
- getSpeedOfSound(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.SimpleExponentialAtmosphere
-
Get the local speed of sound.
- getSpeedOfSound(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.US76
-
Get the local speed of sound.
- getSpeedOfSound(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.stela.forces.atmospheres.MSIS00Adapter
-
Get the local speed of sound.
- getSphereArea() - Method in class fr.cnes.sirius.patrius.assembly.properties.AeroSphereProperty
-
Get the sphere area.
- getSphereArea() - Method in class fr.cnes.sirius.patrius.assembly.properties.RadiativeSphereProperty
-
Get the sphere area.
- getSphereRadius() - Method in class fr.cnes.sirius.patrius.assembly.properties.AeroSphereProperty
-
Get the sphere radius.
- getSphereRadius() - Method in class fr.cnes.sirius.patrius.assembly.properties.RadiativeSphereProperty
-
Get the sphere radius.
- getSpin() - Method in class fr.cnes.sirius.patrius.attitudes.Attitude
-
Get the satellite spin.
- getSpinDerivatives(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.TwoSpinBiasSlew
-
get the spin derivatives (default implementation : finite differences differentiator).
- getSpinDerivativesComputation() - Method in class fr.cnes.sirius.patrius.attitudes.AbstractAttitudeLaw
-
Get the value of the flag indicating if spin derivation computation is activated.
- getSpinFunction(Frame, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.attitudes.TwoSpinBiasSlew
-
- getSprime(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.frames.configuration.FramesConfiguration
-
Compute S' value.
- getSprime(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.FramesConfigurationImplementation
-
Compute S' value.
- getSPrimeModel() - Method in class fr.cnes.sirius.patrius.frames.configuration.PolarMotion
-
- getSqr2() - Method in class fr.cnes.sirius.patrius.math.dfp.DfpField
-
Get the constant √2.
- getSqr2Reciprocal() - Method in class fr.cnes.sirius.patrius.math.dfp.DfpField
-
Get the constant √2 / 2.
- getSqr2Split() - Method in class fr.cnes.sirius.patrius.math.dfp.DfpField
-
Get the constant √2 split in two pieces.
- getSqr3() - Method in class fr.cnes.sirius.patrius.math.dfp.DfpField
-
Get the constant √3.
- getSqr3Reciprocal() - Method in class fr.cnes.sirius.patrius.math.dfp.DfpField
-
Get the constant √3 / 3.
- getSqrtA() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.AlmanacParameter
-
- getSquareRoot() - Method in class fr.cnes.sirius.patrius.math.linear.EigenDecomposition
-
Computes the square-root of the matrix.
- getSquaringJDCNES() - Static method in class fr.cnes.sirius.patrius.stela.forces.Squaring
-
- getStandard() - Method in interface fr.cnes.sirius.patrius.forces.gravity.tides.IOceanTidesDataProvider
-
Get the ocean tides standard
- getStandard() - Method in interface fr.cnes.sirius.patrius.forces.gravity.tides.ITerrestrialTidesDataProvider
-
- getStandard() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.OceanTidesDataProvider
-
- getStandard() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.TerrestrialTidesDataProvider
-
- getStandardBasisTransform() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Ellipsoid
-
Get transformation matrix (from ellipsoid local basis to standard basis)
- getStandardBasisTransform() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCone
-
This method returns the matrix of the transformation to the standard basis
- getStandardBasisTransform() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCylinder
-
This method returns the matrix of the transformation to the standard basis
- getStandardDeviation() - Method in class fr.cnes.sirius.patrius.math.distribution.NormalDistribution
-
Access the standard deviation.
- getStandardDeviation() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.AggregateSummaryStatistics
-
Returns the standard deviation of the available values.
- getStandardDeviation() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Returns the standard deviation of the available values.
- getStandardDeviation() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.MultivariateSummaryStatistics
-
- getStandardDeviation() - Method in interface fr.cnes.sirius.patrius.math.stat.descriptive.StatisticalMultivariateSummary
-
Returns an array whose ith entry is the
standard deviation of the ith entries of the arrays
that correspond to each multivariate sample
- getStandardDeviation() - Method in interface fr.cnes.sirius.patrius.math.stat.descriptive.StatisticalSummary
-
Returns the standard deviation of the available values.
- getStandardDeviation() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.StatisticalSummaryValues
-
- getStandardDeviation() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Returns the standard deviation of the values that have been added.
- getStandardDeviation() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedDescriptiveStatistics
-
Returns the standard deviation of the available values.
- getStandardDeviation() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics
-
- getStandardDeviation() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Returns the standard deviation of the values that have been added.
- getStandardDeviations() - Method in class fr.cnes.sirius.patrius.math.distribution.MultivariateNormalDistribution
-
Gets the square root of each element on the diagonal of the covariance
matrix.
- getStandardDeviationVector() - Method in class fr.cnes.sirius.patrius.math.random.UniformlyCorrelatedRandomVectorGenerator
-
Get the standard deviation vector.
- getStandardModel() - Static method in class fr.cnes.sirius.patrius.models.earth.SaastamoinenModel
-
Create a new Saastamoinen model using a standard atmosphere model.
- getStart() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Segment
-
Get the start point of the segment.
- getStart() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Segment
-
Get the start point of the segment.
- getStartDate() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
Return the maneuver start date (if a date or a
DateDetector as been provided).
- getStartDate() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
Return the maneuver start date (if a date or a
DateDetector as been provided).
- getStartDate() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.AbstractEOPHistory
-
Get the date of the first available Earth Orientation Parameters.
- getStartDate() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOP2000HistoryConstantOutsideInterval
-
- getStartDate() - Method in interface fr.cnes.sirius.patrius.frames.configuration.eop.EOPHistory
-
Get the date of the first available Earth Orientation Parameters.
- getStartDate() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.NoEOP2000History
-
getStartDate.
- getStartDate() - Method in class fr.cnes.sirius.patrius.signalpropagation.SignalPropagation
-
- getStarterIntegrator() - Method in class fr.cnes.sirius.patrius.math.ode.MultistepIntegrator
-
Get the starter integrator.
- getStartIndex() - Method in class fr.cnes.sirius.patrius.math.util.ResizableDoubleArray
-
Returns the "start index" of the internal array.
- getStartingEvent() - Method in class fr.cnes.sirius.patrius.events.Phenomenon
-
Get the starting event.
- getStartingIsDefined() - Method in class fr.cnes.sirius.patrius.events.Phenomenon
-
True if the first boundary value is defined.
- getStartPoint() - Method in class fr.cnes.sirius.patrius.math.optim.BaseMultivariateOptimizer
-
Gets the initial guess.
- getStartValue() - Method in class fr.cnes.sirius.patrius.math.analysis.solver.BaseAbstractUnivariateSolver
-
- getStartValue() - Method in class fr.cnes.sirius.patrius.math.optim.univariate.SearchInterval
-
Gets the start value.
- getStartValue() - Method in class fr.cnes.sirius.patrius.math.optim.univariate.UnivariateOptimizer
-
- getState() - Method in class fr.cnes.sirius.patrius.events.CodedEventsLogger.LoggedCodedEvent
-
- getState() - Method in class fr.cnes.sirius.patrius.propagation.events.EventsLogger.LoggedEvent
-
Get the triggering state.
- getStateDimension() - Method in class fr.cnes.sirius.patrius.math.filter.KalmanFilter
-
Returns the dimension of the state estimation vector.
- getStateDimension() - Method in class fr.cnes.sirius.patrius.propagation.numerical.JacobiansMapper
-
Get the state vector dimension.
- getStateEstimation() - Method in class fr.cnes.sirius.patrius.math.filter.KalmanFilter
-
Returns the current state estimation vector.
- getStateEstimationVector() - Method in class fr.cnes.sirius.patrius.math.filter.KalmanFilter
-
Returns a copy of the current state estimation vector.
- getStateJacobian(SpacecraftState, double[][]) - Method in class fr.cnes.sirius.patrius.propagation.numerical.JacobiansMapper
-
Get the Jacobian with respect to state.
- getStateJacobian(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.numerical.JacobiansMapper
-
Get the Jacobian with respect to state.
- getStates() - Method in class fr.cnes.sirius.patrius.events.multi.MultiCodedEventsLogger.MultiLoggedCodedEvent
-
- getStates() - Method in class fr.cnes.sirius.patrius.events.multi.MultiEventsLogger.MultiLoggedEvent
-
Get the triggering states.
- getStateTransitionMatrix() - Method in class fr.cnes.sirius.patrius.math.filter.DefaultProcessModel
-
Returns the state transition matrix.
- getStateTransitionMatrix() - Method in interface fr.cnes.sirius.patrius.math.filter.ProcessModel
-
Returns the state transition matrix.
- getStateVectorSize() - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiStateVectorInfo
-
Get global state vector size.
- getStateVectorSize() - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get the state vector size.
- getStation() - Method in class fr.cnes.sirius.patrius.events.sensor.AbstractDetectorWithTropoCorrection
-
Get the station.
- getStatisticsDHistory() - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.noderiv.CMAESOptimizer
-
- getStatisticsFitnessHistory() - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.noderiv.CMAESOptimizer
-
- getStatisticsMeanHistory() - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.noderiv.CMAESOptimizer
-
- getStatisticsSigmaHistory() - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.noderiv.CMAESOptimizer
-
- getStdErrorOfEstimate(int) - Method in class fr.cnes.sirius.patrius.math.stat.regression.RegressionResults
-
- getStdErrorOfEstimates() - Method in class fr.cnes.sirius.patrius.math.stat.regression.RegressionResults
-
- getStelaConfiguration() - Static method in class fr.cnes.sirius.patrius.frames.configuration.FramesConfigurationFactory
-
Gets the official STELA configuration (always the same instance, not a new one).
- getStelaEquinoctialParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisAltitudeParameters
-
Convert current orbital parameters into Stela equinoctial parameters.
- getStelaEquinoctialParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ApsisRadiusParameters
-
Convert current orbital parameters into Stela equinoctial parameters.
- getStelaEquinoctialParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CartesianParameters
-
Convert current orbital parameters into Stela equinoctial parameters.
- getStelaEquinoctialParameters(double) - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CartesianParameters
-
Convert current orbital parameters into Stela equinoctial parameters.
- getStelaEquinoctialParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CircularParameters
-
Convert current orbital parameters into Stela equinoctial parameters.
- getStelaEquinoctialParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquatorialParameters
-
Convert current orbital parameters into Stela equinoctial parameters.
- getStelaEquinoctialParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquinoctialParameters
-
Convert current orbital parameters into Stela equinoctial parameters.
- getStelaEquinoctialParameters() - Method in interface fr.cnes.sirius.patrius.orbits.orbitalparameters.IOrbitalParameters
-
Convert current orbital parameters into Stela equinoctial parameters.
- getStelaEquinoctialParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.KeplerianParameters
-
Convert current orbital parameters into Stela equinoctial parameters.
- getStelaEquinoctialParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ReentryParameters
-
Convert current orbital parameters into Stela equinoctial parameters.
- getStelaEquinoctialParameters() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.StelaEquinoctialParameters
-
Convert current orbital parameters into Stela equinoctial parameters.
- getStepHandlers() - Method in class fr.cnes.sirius.patrius.math.ode.AbstractIntegrator
-
Get all the step handlers that have been added to the integrator.
- getStepHandlers() - Method in interface fr.cnes.sirius.patrius.math.ode.ODEIntegrator
-
Get all the step handlers that have been added to the integrator.
- getStepHandlers() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Provides a list of step handlers to be performed during propagation.
- getStepHandlers() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaGTOPropagator
-
- getStepSize() - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.FiniteDifferencesDifferentiator
-
Get the step size.
- getStrengthLevel() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.MarshallSolarActivityFutureEstimation
-
Get the strength level for activity.
- getStrict() - Method in exception fr.cnes.sirius.patrius.math.exception.NonMonotonicSequenceException
-
- getSubMatrix(int, int, int, int) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Get a submatrix.
- getSubMatrix(int[], int[]) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Get a submatrix.
- getSubMatrix(int, int, int, int) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Gets a submatrix.
- getSubMatrix(int[], int[]) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Gets a submatrix.
- getSubMatrix(int, int, int, int) - Method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Get a submatrix.
- getSubMatrix(int, int, int, int) - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Gets a submatrix.
- getSubMatrix(int, int, int, int) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrix
-
Get a submatrix.
- getSubMatrix(int[], int[]) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrix
-
Get a submatrix.
- getSubMatrix(int, int, int, int) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Gets a submatrix.
- getSubMatrix(int[], int[]) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Gets a submatrix.
- getSubSpace() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.Euclidean1D
-
Get the n-1 dimension subspace of this space.
- getSubSpace() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Euclidean3D
-
Get the n-1 dimension subspace of this space.
- getSubSpace() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Euclidean2D
-
Get the n-1 dimension subspace of this space.
- getSubSpace() - Method in interface fr.cnes.sirius.patrius.math.geometry.Space
-
Get the n-1 dimension subspace of this space.
- getSubVector(int, int) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Get a subvector from consecutive elements.
- getSubVector(int, int) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Get a subvector from consecutive elements.
- getSubVector(int, int) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldVector
-
Get a subvector from consecutive elements.
- getSubVector(int, int) - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Get a subvector from consecutive elements.
- getSuffix() - Method in class fr.cnes.sirius.patrius.math.geometry.VectorFormat
-
Get the format suffix.
- getSuffix() - Method in class fr.cnes.sirius.patrius.math.linear.RealMatrixFormat
-
Get the format suffix.
- getSuffix() - Method in class fr.cnes.sirius.patrius.math.linear.RealVectorFormat
-
Get the format suffix.
- getSum() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.AggregateSummaryStatistics
-
Returns the sum of the values that have been added to Univariate.
- getSum() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Returns the sum of the values that have been added to Univariate.
- getSum() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.MultivariateSummaryStatistics
-
- getSum() - Method in interface fr.cnes.sirius.patrius.math.stat.descriptive.StatisticalMultivariateSummary
-
Returns an array whose ith entry is the
sum of the ith entries of the arrays
that correspond to each multivariate sample
- getSum() - Method in interface fr.cnes.sirius.patrius.math.stat.descriptive.StatisticalSummary
-
Returns the sum of the values that have been added to Univariate.
- getSum() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.StatisticalSummaryValues
-
- getSum() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Returns the sum of the values that have been added
- getSum() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics
-
- getSum() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Returns the sum of the values that have been added
- getSumFreq() - Method in class fr.cnes.sirius.patrius.math.stat.Frequency
-
Returns the sum of all frequencies.
- getSumImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Returns the currently configured sum implementation.
- getSumImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.MultivariateSummaryStatistics
-
Returns the currently configured Sum implementation
- getSumImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Returns the currently configured Sum implementation
- getSumImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics
-
Returns the currently configured Sum implementation
- getSumImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Returns the currently configured Sum implementation
- getSumLog() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.MultivariateSummaryStatistics
-
- getSumLog() - Method in interface fr.cnes.sirius.patrius.math.stat.descriptive.StatisticalMultivariateSummary
-
Returns an array whose ith entry is the
sum of logs of the ith entries of the arrays
that correspond to each multivariate sample
- getSumLog() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics
-
- getSumLogImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.GeometricMean
-
Returns the currently configured sum of logs implementation
- getSumLogImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.MultivariateSummaryStatistics
-
Returns the currently configured sum of logs implementation
- getSumLogImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Returns the currently configured sum of logs implementation
- getSumLogImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics
-
Returns the currently configured sum of logs implementation
- getSumLogImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Returns the currently configured sum of logs implementation
- getSummary() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.AggregateSummaryStatistics
-
- getSummary() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
- getSummary() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
- getSumOfCrossProducts() - Method in class fr.cnes.sirius.patrius.math.stat.regression.SimpleRegression
-
Returns the sum of crossproducts, xi*yi.
- getSumOfLogs() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.AggregateSummaryStatistics
-
Returns the sum of the logs of all the aggregated data.
- getSumOfLogs() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Returns the sum of the logs of the values that have been added.
- getSumsq() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.AggregateSummaryStatistics
-
Returns the sum of the squares of all the aggregated data.
- getSumsq() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Returns the sum of the squares of the available values.
- getSumSq() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.MultivariateSummaryStatistics
-
- getSumSq() - Method in interface fr.cnes.sirius.patrius.math.stat.descriptive.StatisticalMultivariateSummary
-
Returns an array whose ith entry is the
sum of squares of the ith entries of the arrays
that correspond to each multivariate sample
- getSumsq() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Returns the sum of the squares of the values that have been added.
- getSumSq() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics
-
- getSumsq() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Returns the sum of the squares of the values that have been added.
- getSumsqImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Returns the currently configured sum of squares implementation.
- getSumsqImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.MultivariateSummaryStatistics
-
Returns the currently configured sum of squares implementation
- getSumsqImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Returns the currently configured sum of squares implementation
- getSumsqImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics
-
Returns the currently configured sum of squares implementation
- getSumsqImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Returns the currently configured sum of squares implementation
- getSumSquaredErrors() - Method in class fr.cnes.sirius.patrius.math.stat.regression.SimpleRegression
-
- getSun() - Static method in class fr.cnes.sirius.patrius.bodies.CelestialBodyFactory
-
Get the Sun singleton body.
- getSun() - Method in class fr.cnes.sirius.patrius.propagation.events.NadirSolarIncidenceDetector
-
Returns Sun.
- getSun() - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.SolidTidesAcc
-
Get the Sun.
- getSup() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.Interval
-
Get the upper bound of the interval.
- getSup() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.IntervalsSet
-
Get the highest value belonging to the instance.
- getSupportedNames() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataReader
-
Get the regular expression for supported files names.
- getSupportedNames() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.MarshallSolarActivityFutureEstimation
-
Get the supported names for data files.
- getSupportedNames() - Method in class fr.cnes.sirius.patrius.forces.gravity.potential.PotentialCoefficientsReader
-
Get the regular expression for supported files names.
- getSupportedNames() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsReader
-
Get the regular expression for supported files names.
- getSupportedNames() - Method in class fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.VariablePotentialCoefficientsReader
-
Get the regular expression for supported files names.
- getSupportedNames() - Method in class fr.cnes.sirius.patrius.models.earth.GeoMagneticModelReader
-
Get the regular expression for supported files names.
- getSupportedNames() - Method in interface fr.cnes.sirius.patrius.time.UTCTAILoader
-
Get the regular expression for supported UTC-TAI offsets files names.
- getSupportLowerBound() - Method in class fr.cnes.sirius.patrius.math.distribution.BetaDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class fr.cnes.sirius.patrius.math.distribution.BinomialDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class fr.cnes.sirius.patrius.math.distribution.CauchyDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class fr.cnes.sirius.patrius.math.distribution.ChiSquaredDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class fr.cnes.sirius.patrius.math.distribution.ExponentialDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class fr.cnes.sirius.patrius.math.distribution.FDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class fr.cnes.sirius.patrius.math.distribution.GammaDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class fr.cnes.sirius.patrius.math.distribution.HypergeometricDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in interface fr.cnes.sirius.patrius.math.distribution.IntegerDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class fr.cnes.sirius.patrius.math.distribution.LogNormalDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class fr.cnes.sirius.patrius.math.distribution.NormalDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class fr.cnes.sirius.patrius.math.distribution.PascalDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class fr.cnes.sirius.patrius.math.distribution.PoissonDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in interface fr.cnes.sirius.patrius.math.distribution.RealDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class fr.cnes.sirius.patrius.math.distribution.TDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class fr.cnes.sirius.patrius.math.distribution.TriangularDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class fr.cnes.sirius.patrius.math.distribution.UniformIntegerDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class fr.cnes.sirius.patrius.math.distribution.UniformRealDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class fr.cnes.sirius.patrius.math.distribution.WeibullDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class fr.cnes.sirius.patrius.math.distribution.ZipfDistribution
-
Access the lower bound of the support.
- getSupportLowerBound() - Method in class fr.cnes.sirius.patrius.math.random.EmpiricalDistribution
-
Access the lower bound of the support.
- getSupportUpperBound() - Method in class fr.cnes.sirius.patrius.math.distribution.BetaDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class fr.cnes.sirius.patrius.math.distribution.BinomialDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class fr.cnes.sirius.patrius.math.distribution.CauchyDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class fr.cnes.sirius.patrius.math.distribution.ChiSquaredDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class fr.cnes.sirius.patrius.math.distribution.ExponentialDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class fr.cnes.sirius.patrius.math.distribution.FDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class fr.cnes.sirius.patrius.math.distribution.GammaDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class fr.cnes.sirius.patrius.math.distribution.HypergeometricDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in interface fr.cnes.sirius.patrius.math.distribution.IntegerDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class fr.cnes.sirius.patrius.math.distribution.LogNormalDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class fr.cnes.sirius.patrius.math.distribution.NormalDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class fr.cnes.sirius.patrius.math.distribution.PascalDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class fr.cnes.sirius.patrius.math.distribution.PoissonDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in interface fr.cnes.sirius.patrius.math.distribution.RealDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class fr.cnes.sirius.patrius.math.distribution.TDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class fr.cnes.sirius.patrius.math.distribution.TriangularDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class fr.cnes.sirius.patrius.math.distribution.UniformIntegerDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class fr.cnes.sirius.patrius.math.distribution.UniformRealDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class fr.cnes.sirius.patrius.math.distribution.WeibullDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class fr.cnes.sirius.patrius.math.distribution.ZipfDistribution
-
Access the upper bound of the support.
- getSupportUpperBound() - Method in class fr.cnes.sirius.patrius.math.random.EmpiricalDistribution
-
Access the upper bound of the support.
- getSw(int) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Flags
-
Getter for a particular element in the sw array.
- getSwc(int) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Flags
-
Getter for a particular element in the swc array.
- getSwitches() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Flags
-
Getter for switches.
- getT() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Output
-
Getter for temperature (t).
- getT(int) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Output
-
Getter for temperature component.
- getT0() - Method in class fr.cnes.sirius.patrius.math.ode.events.EventState
-
Getter for t0.
- getT0() - Method in class fr.cnes.sirius.patrius.propagation.analytical.twod.DatePolynomialFunction
-
Returns the model origin date.
- getT0() - Method in class fr.cnes.sirius.patrius.propagation.events.EventState
-
Getter for t0.
- getT1() - Method in class fr.cnes.sirius.patrius.propagation.analytical.covariance.CovarianceInterpolation
-
- getT2() - Method in class fr.cnes.sirius.patrius.propagation.analytical.covariance.CovarianceInterpolation
-
- getTab() - Method in class fr.cnes.sirius.patrius.math.utils.AbstractSearchIndex
-
Returns the array of values.
- getTab() - Method in interface fr.cnes.sirius.patrius.math.utils.ISearchIndex
-
Returns the array of values.
- getTabDensity() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.HarrisPriester
-
Get the current density table.
- getTAI() - Static method in class fr.cnes.sirius.patrius.time.TimeScalesFactory
-
Get the International Atomic Time scale.
- getTangentialCoef() - Method in class fr.cnes.sirius.patrius.assembly.properties.AeroFacetProperty
-
Get the normal force parametrizable function.
- getTankProperty() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
Get the tank property.
- getTankProperty() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ImpulseManeuver
-
Get the tank property.
- getTanksList() - Method in class fr.cnes.sirius.patrius.assembly.Vehicle
-
Returns the tanks list.
- getTarget() - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.vector.MultivariateVectorOptimizer
-
Gets the observed values to be matched by the objective vector
function.
- getTarget() - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.vector.Target
-
Gets the initial guess.
- getTarget() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.AbstractTLEFitter
-
Get the position/velocity target at sample points.
- getTargetCenterFOVAngle(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.assembly.models.SensorModel
-
Computes the angular distance of the CENTER of the main target to the border of the main field
of view at a date.
- getTargetDihedralAngles(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.assembly.models.SensorModel
-
Computes the dihedral angles of the target at a date in the sensor's frame.
- getTargetPoint(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.BodyCenterGroundPointing
-
- getTargetPoint(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.GroundPointing
-
Compute the target point in specified frame.
- getTargetPoint(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.GroundPointingWrapper
-
Compute the target point in specified frame.
- getTargetPoint(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.LofOffsetPointing
-
Compute the target point in specified frame.
- getTargetPoint(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.NadirPointing
-
Compute the target point in specified frame.
- getTargetPoint(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.TargetGroundPointing
-
Compute the target point in specified frame.
- getTargetPoint() - Method in class fr.cnes.sirius.patrius.events.sensor.ExtremaSightAxisDetector
-
Get the target point.
- getTargetPV(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.GroundPointing
-
Compute the target point position/velocity in specified frame.
- getTargetPV(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.GroundPointingWrapper
-
Compute the target point position/velocity in specified frame.
- getTargetPV(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.NadirPointing
-
- getTargetPVCoordinates(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.directions.EarthCenterDirection
-
Provides the target point at a given date in a given frame, represented by the
associated PVCoordinates object
- getTargetPVCoordinates(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.directions.EarthToCelestialBodyCenterDirection
-
Provides the target point at a given date in a given frame, represented by the
associated PVCoordinates object
- getTargetPVCoordinates(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.directions.GenericTargetDirection
-
Provides the target point at a given date in a given frame, represented by the
associated PVCoordinates object
- getTargetPVCoordinates(AbsoluteDate, Frame) - Method in interface fr.cnes.sirius.patrius.attitudes.directions.ITargetDirection
-
Provides the target point at a given date in a given frame, represented by the
associated PVCoordinates object
- getTargetPVCoordinates(AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.directions.ToCelestialBodyCenterDirection
-
Provides the target point at a given date in a given frame, represented by the
associated PVCoordinates object
- getTargetRefAxisAngle(AbsoluteDate, int) - Method in class fr.cnes.sirius.patrius.assembly.models.SensorModel
-
- getTargetRefAxisElevation(AbsoluteDate, int) - Method in class fr.cnes.sirius.patrius.assembly.models.SensorModel
-
- getTargetSightAxisAngle(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.assembly.models.SensorModel
-
- getTargetSightAxisElevation(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.assembly.models.SensorModel
-
- getTargetSize() - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.vector.MultivariateVectorOptimizer
-
Gets the number of observed values.
- getTargetVectorInSensorFrame(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.assembly.models.SensorModel
-
Computes the target vector at a date in the sensor's frame.
- getTaylorCoeffs() - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.TesseralQuad
-
Getter for the Taylor coefficients (up to the 2nd order) of the eccentricity function G(e).
- getTCB() - Static method in class fr.cnes.sirius.patrius.time.TimeScalesFactory
-
Get the Barycentric Coordinate Time scale.
- getTCG() - Static method in class fr.cnes.sirius.patrius.time.TimeScalesFactory
-
Get the Geocentric Coordinate Time scale.
- getTDB() - Static method in class fr.cnes.sirius.patrius.time.TimeScalesFactory
-
Get the Barycentric Dynamic Time scale.
- getTechnoLoss() - Method in class fr.cnes.sirius.patrius.assembly.properties.RFAntennaProperty
-
- getTEME() - Static method in class fr.cnes.sirius.patrius.frames.FramesFactory
-
Get the TEME reference frame.
- getTemp(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.US76
-
Get the local temperature for altitude in interval [0, 1E6] m
- getTemperature() - Method in class fr.cnes.sirius.patrius.propagation.events.ApparentElevationDetector
-
Get the local temperature at topocentric frame origin.
- getTheta() - Method in class fr.cnes.sirius.patrius.math.quadrature.LebedevGridPoint
-
Returns the grid point azimuth.
- getThirdBody() - Method in class fr.cnes.sirius.patrius.propagation.events.ExtremaThreeBodiesAngleDetector
-
Get 3rd body
- getThirdBody() - Method in class fr.cnes.sirius.patrius.propagation.events.ThreeBodiesAngleDetector
-
Get 3rd body.
- getThreeHourlyKP(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.DTM2000InputParameters
-
Get the value of the 3 hours geomagnetic index.
- getThreeHourlyKP(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.DTM2000SolarData
-
Get the value of the 3 hours geomagnetic index.
- getThreeHourlyKP(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.MarshallSolarActivityFutureEstimation
-
Get the value of the 3 hours geomagnetic index.
- getThreshold() - Method in class fr.cnes.sirius.patrius.events.GenericCodingEventDetector
-
- getThreshold() - Method in class fr.cnes.sirius.patrius.events.multi.MultiGenericCodingEventDetector
-
- getThreshold() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ImpulseManeuver
-
Get the convergence threshold in the event time search.
- getThreshold() - Method in exception fr.cnes.sirius.patrius.math.linear.NonPositiveDefiniteMatrixException
-
- getThreshold() - Method in exception fr.cnes.sirius.patrius.math.linear.NonSymmetricMatrixException
-
- getThreshold() - Method in class fr.cnes.sirius.patrius.propagation.events.AbstractDetector
-
Get the convergence threshold in the event time search.
- getThreshold() - Method in interface fr.cnes.sirius.patrius.propagation.events.EventDetector
-
Get the convergence threshold in the event time search.
- getThreshold() - Method in class fr.cnes.sirius.patrius.propagation.events.multi.MultiAbstractDetector
-
- getThreshold() - Method in interface fr.cnes.sirius.patrius.propagation.events.multi.MultiEventDetector
-
Get the convergence threshold in the event time search.
- getThreshold() - Method in class fr.cnes.sirius.patrius.propagation.events.NthOccurrenceDetector
-
Get the convergence threshold in the event time search.
- getThrowable() - Method in class fr.cnes.sirius.patrius.math.exception.util.ExceptionContext
-
Get a reference to the exception to which the context relates.
- getThrust() - Method in class fr.cnes.sirius.patrius.assembly.properties.PropulsiveProperty
-
- getThrust(SpacecraftState) - Method in class fr.cnes.sirius.patrius.assembly.properties.PropulsiveProperty
-
- getThrust(SpacecraftState) - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
Get the thrust.
- getThrustParam() - Method in class fr.cnes.sirius.patrius.assembly.properties.PropulsiveProperty
-
Getter for the thrust force as an
Parameter object.
- getTidalCorrectionModel() - Method in class fr.cnes.sirius.patrius.frames.configuration.DiurnalRotation
-
- getTidalCorrectionModel() - Method in class fr.cnes.sirius.patrius.frames.configuration.PolarMotion
-
- getTiesStrategy() - Method in class fr.cnes.sirius.patrius.math.stat.ranking.NaturalRanking
-
Return the TiesStrategy
- getTime() - Method in class fr.cnes.sirius.patrius.math.ode.ExpandableStatefulODE
-
Get current time.
- getTime() - Method in class fr.cnes.sirius.patrius.propagation.events.LocalTimeAngleDetector
-
Get local time angle to detect.
- getTime() - Method in class fr.cnes.sirius.patrius.propagation.events.SolarTimeAngleDetector
-
Get solar time angle to detect.
- getTime() - Method in class fr.cnes.sirius.patrius.time.DateTimeComponents
-
Get the time component.
- getTimeDerivativesList() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Returns time derivatives list.
- getTimeInterval() - Method in class fr.cnes.sirius.patrius.attitudes.AbstractSlew
-
- getTimeInterval() - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeLawLeg
-
- getTimeInterval() - Method in interface fr.cnes.sirius.patrius.attitudes.AttitudeLeg
-
Return the time interval of validity
- getTimeInterval() - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeLegsSequence
-
- getTimeInterval() - Method in class fr.cnes.sirius.patrius.attitudes.RelativeTabulatedAttitudeLeg
-
- getTimeInterval() - Method in class fr.cnes.sirius.patrius.attitudes.TabulatedAttitude
-
Return the time interval of validity
- getTimeInterval() - Method in class fr.cnes.sirius.patrius.guidance.AngularVelocitiesPolynomialSegment
-
Get the time interval of the guidance profile segment.
- getTimeInterval() - Method in class fr.cnes.sirius.patrius.guidance.GuidanceProfile
-
- getTimeInterval() - Method in class fr.cnes.sirius.patrius.guidance.QuaternionPolynomialSegment
-
Get the time interval of the guidance profile segment.
- getTimeIntervalOfValidity() - Method in interface fr.cnes.sirius.patrius.frames.configuration.FramesConfiguration
-
Time interval of validity for the EOP files.
- getTimeIntervalOfValidity() - Method in class fr.cnes.sirius.patrius.frames.configuration.FramesConfigurationImplementation
-
Get the time interval of validity.
- getTimespan() - Method in class fr.cnes.sirius.patrius.events.Phenomenon
-
Get the timespan as an AbsoluteDateInterval.
- getTimeSystem() - Method in interface fr.cnes.sirius.patrius.files.general.OrbitFile
-
- getTimeSystem() - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
- getTIRF() - Static method in class fr.cnes.sirius.patrius.frames.FramesFactory
-
Get the TIRF reference frame.
- getTLE() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.AbstractTLEFitter
-
Get the fitted Two-Lines Elements.
- getTLE(double[]) - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.AbstractTLEFitter
-
Get the TLE for a given position/velocity/B* parameters set.
- getTLE() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLEPropagator
-
Get the underlying TLE.
- getTloc(Vector3D, Vector3D, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.stela.bodies.GeodPosition
-
Compute the local solar time at a given date.
- getTOD(boolean) - Static method in class fr.cnes.sirius.patrius.frames.FramesFactory
-
Get the TOD reference frame.
- getTopocentricFrame() - Method in class fr.cnes.sirius.patrius.propagation.events.ApparentElevationDetector
-
Get the topocentric frame.
- getTopocentricFrame() - Method in class fr.cnes.sirius.patrius.propagation.events.ElevationDetector
-
Get the topocentric frame.
- getTopocentricFrame() - Method in class fr.cnes.sirius.patrius.propagation.events.ExtremaElevationDetector
-
- getTopocentricFrame() - Method in class fr.cnes.sirius.patrius.propagation.events.GroundMaskElevationDetector
-
Get the topocentric frame.
- getTopocentricPosition() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.TopocentricPV
-
Get the Topocentric position.
- getTopoFrame() - Method in class fr.cnes.sirius.patrius.groundstation.GeometricStationAntenna
-
- getTorque() - Method in class fr.cnes.sirius.patrius.wrenches.Wrench
-
- getTorque(Vector3D) - Method in class fr.cnes.sirius.patrius.wrenches.Wrench
-
Get the torque expressed in another point.
- getTotalContribution() - Method in class fr.cnes.sirius.patrius.stela.propagation.data.TimeDerivativeData
-
Getter for the sum of all contributions to dE'/dt (E' = mean orbital parameters).
- getTotalContributionSTM() - Method in class fr.cnes.sirius.patrius.stela.propagation.data.TimeDerivativeData
-
Getter for the sum of all contributions to dSTM/dt (STM = state transition matrix).
- getTotalDimension() - Method in class fr.cnes.sirius.patrius.math.ode.ExpandableStatefulODE
-
Return the dimension of the complete set of equations.
- getTotalIntensity() - Method in class fr.cnes.sirius.patrius.models.earth.GeoMagneticElements
-
Returns the total intensity of the magnetic field (= norm of the field vector).
- getTotalMass() - Method in class fr.cnes.sirius.patrius.assembly.models.InertiaComputedModel
-
Return the mass of the spacecraft.
- getTotalMass(SpacecraftState) - Method in class fr.cnes.sirius.patrius.assembly.models.InertiaComputedModel
-
Return the mass of the spacecraft following the order.
- getTotalMass() - Method in class fr.cnes.sirius.patrius.assembly.models.InertiaSimpleModel
-
Return the mass of the spacecraft.
- getTotalMass(SpacecraftState) - Method in class fr.cnes.sirius.patrius.assembly.models.InertiaSimpleModel
-
Return the mass of the spacecraft following the order.
- getTotalMass() - Method in class fr.cnes.sirius.patrius.assembly.models.MassModel
-
Return the mass of the spacecraft.
- getTotalMass(SpacecraftState) - Method in class fr.cnes.sirius.patrius.assembly.models.MassModel
-
Return the mass of the spacecraft following the order.
- getTotalMass() - Method in class fr.cnes.sirius.patrius.assembly.Vehicle
-
Returns total mass : sum of dry mass and ergol mass.
- getTotalMass() - Method in interface fr.cnes.sirius.patrius.propagation.MassProvider
-
Return the mass of the spacecraft.
- getTotalMass(SpacecraftState) - Method in interface fr.cnes.sirius.patrius.propagation.MassProvider
-
Return the mass of the spacecraft following the order.
- getTotalMass() - Method in class fr.cnes.sirius.patrius.propagation.SimpleMassModel
-
Return the mass of the spacecraft.
- getTotalMass(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.SimpleMassModel
-
Return the mass of the spacecraft following the order.
- getTotalSumSquares() - Method in class fr.cnes.sirius.patrius.math.stat.regression.RegressionResults
-
Returns the sum of squared deviations of the y values about their mean.
- getTotalSumSquares() - Method in class fr.cnes.sirius.patrius.math.stat.regression.SimpleRegression
-
Returns the sum of squared deviations of the y values about their mean.
- getTrace() - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Returns the
trace of the matrix (the sum of the elements on the main diagonal).
- getTrace() - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Returns the
trace of the matrix (the sum of the
elements on the main diagonal).
- getTrace() - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrix
-
Returns the
trace of the matrix (the sum of the elements on the main diagonal).
- getTrace() - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Returns the
trace of the matrix (the sum of the
elements on the main diagonal).
- getTransform() - Method in class fr.cnes.sirius.patrius.assembly.Part
-
Returns the transform linking the part to its parent part.
- getTransform(AbsoluteDate, boolean) - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeTransformProvider
-
Get the
Transform corresponding to specified date.
- getTransform(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeTransformProvider
-
Get the
Transform corresponding to specified date.
- getTransform(AbsoluteDate, FramesConfiguration) - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeTransformProvider
-
Get the
Transform corresponding to specified date.
- getTransform(AbsoluteDate, FramesConfiguration, boolean) - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeTransformProvider
-
Get the
Transform corresponding to specified date.
- getTransform(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.attitudes.OrientationTransformProvider
-
Get the
Transform corresponding to specified date.
- getTransform(AbsoluteDate, FramesConfiguration) - Method in class fr.cnes.sirius.patrius.attitudes.OrientationTransformProvider
-
Get the
Transform corresponding to specified date.
- getTransform(AbsoluteDate, boolean) - Method in class fr.cnes.sirius.patrius.attitudes.OrientationTransformProvider
-
Get the
Transform corresponding to specified date.
- getTransform(AbsoluteDate, FramesConfiguration, boolean) - Method in class fr.cnes.sirius.patrius.attitudes.OrientationTransformProvider
-
Get the
Transform corresponding to specified date.
- getTransform(AbsoluteDate, FramesConfiguration) - Method in class fr.cnes.sirius.patrius.frames.transformations.CIRFProvider
-
Get the transform from GCRF to CIRF2000 at the specified date.
- getTransform(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.transformations.CIRFProvider
-
Get the transform from GCRF to CIRF2000 at the specified date.
- getTransform(AbsoluteDate, boolean) - Method in class fr.cnes.sirius.patrius.frames.transformations.CIRFProvider
-
Get the transform from GCRF to CIRF2000 at the specified date.
- getTransform(AbsoluteDate, FramesConfiguration, boolean) - Method in class fr.cnes.sirius.patrius.frames.transformations.CIRFProvider
-
Get the transform from GCRF to CIRF2000 at the specified date.
- getTransform(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.transformations.EODProvider
-
Get the
Transform corresponding to specified date.
- getTransform(AbsoluteDate, FramesConfiguration) - Method in class fr.cnes.sirius.patrius.frames.transformations.EODProvider
-
Get the
Transform corresponding to specified date.
- getTransform(AbsoluteDate, boolean) - Method in class fr.cnes.sirius.patrius.frames.transformations.EODProvider
-
Get the
Transform corresponding to specified date.
- getTransform(AbsoluteDate, FramesConfiguration, boolean) - Method in class fr.cnes.sirius.patrius.frames.transformations.EODProvider
-
Get the
Transform corresponding to specified date.
- getTransform(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.transformations.FixedTransformProvider
-
Get the
Transform corresponding to specified date.
- getTransform(AbsoluteDate, FramesConfiguration) - Method in class fr.cnes.sirius.patrius.frames.transformations.FixedTransformProvider
-
Get the
Transform corresponding to specified date.
- getTransform(AbsoluteDate, boolean) - Method in class fr.cnes.sirius.patrius.frames.transformations.FixedTransformProvider
-
Get the
Transform corresponding to specified date.
- getTransform(AbsoluteDate, FramesConfiguration, boolean) - Method in class fr.cnes.sirius.patrius.frames.transformations.FixedTransformProvider
-
Get the
Transform corresponding to specified date.
- getTransform(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.transformations.GTODProvider
-
Get the transform from TOD at specified date.
- getTransform(AbsoluteDate, FramesConfiguration) - Method in class fr.cnes.sirius.patrius.frames.transformations.GTODProvider
-
Get the transform from TOD at specified date.
- getTransform(AbsoluteDate, boolean) - Method in class fr.cnes.sirius.patrius.frames.transformations.GTODProvider
-
Get the transform from TOD at specified date.
- getTransform(AbsoluteDate, FramesConfiguration, boolean) - Method in class fr.cnes.sirius.patrius.frames.transformations.GTODProvider
-
Get the transform from TOD at specified date.
- getTransform(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.transformations.HelmertTransformation
-
Compute the transform at some date.
- getTransform(AbsoluteDate, FramesConfiguration) - Method in class fr.cnes.sirius.patrius.frames.transformations.HelmertTransformation
-
Compute the transform at some date.
- getTransform(AbsoluteDate, boolean) - Method in class fr.cnes.sirius.patrius.frames.transformations.HelmertTransformation
-
Compute the transform at some date.
- getTransform(AbsoluteDate, FramesConfiguration, boolean) - Method in class fr.cnes.sirius.patrius.frames.transformations.HelmertTransformation
-
Compute the transform at some date.
- getTransform(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.transformations.InterpolatingTransformProvider
-
Get the
Transform corresponding to specified date.
- getTransform(AbsoluteDate, FramesConfiguration) - Method in class fr.cnes.sirius.patrius.frames.transformations.InterpolatingTransformProvider
-
Get the
Transform corresponding to specified date.
- getTransform(AbsoluteDate, boolean) - Method in class fr.cnes.sirius.patrius.frames.transformations.InterpolatingTransformProvider
-
Get the
Transform corresponding to specified date.
- getTransform(AbsoluteDate, FramesConfiguration, boolean) - Method in class fr.cnes.sirius.patrius.frames.transformations.InterpolatingTransformProvider
-
Get the
Transform corresponding to specified date.
- getTransform(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.transformations.ITRFEquinoxProvider
-
Get the transform from GTOD at specified date.
- getTransform(AbsoluteDate, FramesConfiguration) - Method in class fr.cnes.sirius.patrius.frames.transformations.ITRFEquinoxProvider
-
Get the transform from GTOD at specified date.
- getTransform(AbsoluteDate, boolean) - Method in class fr.cnes.sirius.patrius.frames.transformations.ITRFEquinoxProvider
-
Get the transform from GTOD at specified date.
- getTransform(AbsoluteDate, FramesConfiguration, boolean) - Method in class fr.cnes.sirius.patrius.frames.transformations.ITRFEquinoxProvider
-
Get the transform from GTOD at specified date.
- getTransform(AbsoluteDate, FramesConfiguration) - Method in class fr.cnes.sirius.patrius.frames.transformations.ITRFProvider
-
Get the transform from TIRF 2000 at specified date.
- getTransform(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.transformations.ITRFProvider
-
Get the transform from TIRF 2000 at specified date.
- getTransform(AbsoluteDate, boolean) - Method in class fr.cnes.sirius.patrius.frames.transformations.ITRFProvider
-
Get the transform from TIRF 2000 at specified date.
- getTransform(AbsoluteDate, FramesConfiguration, boolean) - Method in class fr.cnes.sirius.patrius.frames.transformations.ITRFProvider
-
Get the transform from TIRF 2000 at specified date.
- getTransform(AbsoluteDate, FramesConfiguration) - Method in class fr.cnes.sirius.patrius.frames.transformations.MODProvider
-
Get the transfrom from parent frame.
- getTransform(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.transformations.MODProvider
-
Get the transfrom from parent frame.
- getTransform(AbsoluteDate, boolean) - Method in class fr.cnes.sirius.patrius.frames.transformations.MODProvider
-
Get the transfrom from parent frame.
- getTransform(AbsoluteDate, FramesConfiguration, boolean) - Method in class fr.cnes.sirius.patrius.frames.transformations.MODProvider
-
Get the transfrom from parent frame.
- getTransform(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.transformations.TEMEProvider
-
Get the transform from True Of Date date.
- getTransform(AbsoluteDate, boolean) - Method in class fr.cnes.sirius.patrius.frames.transformations.TEMEProvider
-
Get the transform from True Of Date date.
- getTransform(AbsoluteDate, FramesConfiguration) - Method in class fr.cnes.sirius.patrius.frames.transformations.TEMEProvider
-
Get the transform from True Of Date date.
- getTransform(AbsoluteDate, FramesConfiguration, boolean) - Method in class fr.cnes.sirius.patrius.frames.transformations.TEMEProvider
-
Get the transform from True Of Date date.
- getTransform(AbsoluteDate, FramesConfiguration) - Method in class fr.cnes.sirius.patrius.frames.transformations.TIRFProvider
-
Get the transform from CIRF 2000 at specified date.
- getTransform(AbsoluteDate, FramesConfiguration, boolean) - Method in class fr.cnes.sirius.patrius.frames.transformations.TIRFProvider
-
Get the transform from CIRF 2000 at specified date.
- getTransform(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.transformations.TIRFProvider
-
Get the transform from CIRF 2000 at specified date.
- getTransform(AbsoluteDate, boolean) - Method in class fr.cnes.sirius.patrius.frames.transformations.TIRFProvider
-
Get the transform from CIRF 2000 at specified date.
- getTransform(AbsoluteDate, FramesConfiguration) - Method in class fr.cnes.sirius.patrius.frames.transformations.TODProvider
-
Get the transform from Mean Of Date at specified date.
- getTransform(AbsoluteDate, FramesConfiguration, boolean) - Method in class fr.cnes.sirius.patrius.frames.transformations.TODProvider
-
Get the transform from Mean Of Date at specified date.
- getTransform(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.transformations.TODProvider
-
Get the transform from Mean Of Date at specified date.
- getTransform(AbsoluteDate, boolean) - Method in class fr.cnes.sirius.patrius.frames.transformations.TODProvider
-
Get the transform from Mean Of Date at specified date.
- getTransform(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.frames.transformations.TransformProvider
-
Get the
Transform corresponding to specified date.
- getTransform(AbsoluteDate, FramesConfiguration) - Method in interface fr.cnes.sirius.patrius.frames.transformations.TransformProvider
-
Get the
Transform corresponding to specified date.
- getTransform(AbsoluteDate, boolean) - Method in interface fr.cnes.sirius.patrius.frames.transformations.TransformProvider
-
Get the
Transform corresponding to specified date.
- getTransform(AbsoluteDate, FramesConfiguration, boolean) - Method in interface fr.cnes.sirius.patrius.frames.transformations.TransformProvider
-
Get the
Transform corresponding to specified date.
- getTransform(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.transformations.VEISProvider
-
Get the transform from GTOD at specified date.
- getTransform(AbsoluteDate, boolean) - Method in class fr.cnes.sirius.patrius.frames.transformations.VEISProvider
-
Get the transform from GTOD at specified date.
- getTransform(AbsoluteDate, FramesConfiguration) - Method in class fr.cnes.sirius.patrius.frames.transformations.VEISProvider
-
Get the
Transform corresponding to specified date.
- getTransform(AbsoluteDate, FramesConfiguration, boolean) - Method in class fr.cnes.sirius.patrius.frames.transformations.VEISProvider
-
Get the
Transform corresponding to specified date.
- getTransform(AffineTransform) - Static method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Line
-
Get a
Transform embedding an affine transform.
- getTransformer(Class<?>) - Method in class fr.cnes.sirius.patrius.math.util.TransformerMap
-
Returns the Transformer that is mapped to a class
if mapping is not present, this returns null.
- getTransformJacobian(Frame, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.Frame
-
Compute the Jacobian from current frame to target frame at provided date.
- getTransformProvider() - Method in class fr.cnes.sirius.patrius.frames.Frame
-
Get the provider for transform from parent frame to instance.
- getTransformTo(Frame, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.Frame
-
Get the transform from the instance to another frame.
- getTransformTo(Frame, AbsoluteDate, boolean) - Method in class fr.cnes.sirius.patrius.frames.Frame
-
Get the transform from the instance to another frame.
- getTransformTo(Frame, AbsoluteDate, FramesConfiguration) - Method in class fr.cnes.sirius.patrius.frames.Frame
-
Get the transform from the instance to another frame.
- getTransformTo(Frame, AbsoluteDate, FramesConfiguration, boolean) - Method in class fr.cnes.sirius.patrius.frames.Frame
-
Get the transform from the instance to another frame.
- getTranslation() - Method in class fr.cnes.sirius.patrius.frames.transformations.Transform
-
Get the position of the "destination" frame in the "origin" one.
- getTranslation() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Screw
-
- getTransverseRadius() - Method in class fr.cnes.sirius.patrius.bodies.ExtendedOneAxisEllipsoid
-
Return transverse radius (major semi axis)
- getTree(boolean) - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.AbstractRegion
-
Get the underlying BSP tree.
- getTree(boolean) - Method in interface fr.cnes.sirius.patrius.math.geometry.partitioning.Region
-
Get the underlying BSP tree.
- gettRef() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.AlmanacParameter
-
- getTrigger() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ImpulseManeuver
-
Get the triggering event.
- getTrigonometricCoefficients() - Method in class fr.cnes.sirius.patrius.propagation.analytical.twod.Analytical2DParameterModel
-
Returns the trigonometric coefficients array.
- getTrigonometricPolynomial() - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.TrigonometricPolynomialPrimitive
-
Get the Trigonometric Polynomial Part
- getTrigonometricValue(double, double) - Method in class fr.cnes.sirius.patrius.propagation.analytical.twod.Analytical2DParameterModel
-
Get the value of the trigonometric contribution with maximum order.
- getTrigonometricValue(double, double, int) - Method in class fr.cnes.sirius.patrius.propagation.analytical.twod.Analytical2DParameterModel
-
Get the value of the trigonometric contribution up to provided order.
- getTrueAnomaly() - Method in class fr.cnes.sirius.patrius.orbits.EquatorialOrbit
-
Get the true anomaly.
- getTrueAnomaly() - Method in class fr.cnes.sirius.patrius.orbits.KeplerianOrbit
-
Get the true anomaly.
- getTrueAnomaly() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.EquatorialParameters
-
Get the true anomaly.
- getTrueAnomaly() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.KeplerianParameters
-
Get the true anomaly.
- getTT() - Static method in class fr.cnes.sirius.patrius.time.TimeScalesFactory
-
Get the Terrestrial Time scale.
- getTwo() - Method in class fr.cnes.sirius.patrius.math.dfp.Dfp
-
Get the constant 2.
- getTwo() - Method in class fr.cnes.sirius.patrius.math.dfp.DfpField
-
Get the constant 2.
- getType() - Method in interface fr.cnes.sirius.patrius.assembly.IPartProperty
-
Get the type of the property.
- getType() - Method in class fr.cnes.sirius.patrius.assembly.properties.AbstractInertiaProperty
-
Get the type of the property.
- getType() - Method in class fr.cnes.sirius.patrius.assembly.properties.AeroApplicationPoint
-
Get the type of the property.
- getType() - Method in class fr.cnes.sirius.patrius.assembly.properties.AeroCrossSectionProperty
-
- getType() - Method in class fr.cnes.sirius.patrius.assembly.properties.AeroFacetProperty
-
- getType() - Method in class fr.cnes.sirius.patrius.assembly.properties.AeroGlobalProperty
-
- getType() - Method in class fr.cnes.sirius.patrius.assembly.properties.AeroProperty
-
Get the type of the property.
- getType() - Method in class fr.cnes.sirius.patrius.assembly.properties.AeroSphereProperty
-
- getType() - Method in class fr.cnes.sirius.patrius.assembly.properties.CrossSectionProviderProperty
-
- getType() - Method in class fr.cnes.sirius.patrius.assembly.properties.GeometricProperty
-
- getType() - Method in class fr.cnes.sirius.patrius.assembly.properties.MassProperty
-
- getType() - Method in class fr.cnes.sirius.patrius.assembly.properties.PropulsiveProperty
-
- getType() - Method in class fr.cnes.sirius.patrius.assembly.properties.RadiativeApplicationPoint
-
Get the type of the property.
- getType() - Method in class fr.cnes.sirius.patrius.assembly.properties.RadiativeCrossSectionProperty
-
- getType() - Method in class fr.cnes.sirius.patrius.assembly.properties.RadiativeFacetProperty
-
- getType() - Method in class fr.cnes.sirius.patrius.assembly.properties.RadiativeIRProperty
-
- getType() - Method in class fr.cnes.sirius.patrius.assembly.properties.RadiativeProperty
-
- getType() - Method in class fr.cnes.sirius.patrius.assembly.properties.RadiativeSphereProperty
-
- getType() - Method in class fr.cnes.sirius.patrius.assembly.properties.RFAntennaProperty
-
- getType() - Method in class fr.cnes.sirius.patrius.assembly.properties.SensorProperty
-
Get the type of the property.
- getType() - Method in class fr.cnes.sirius.patrius.assembly.properties.TankProperty
-
- getType() - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
- getType() - Method in class fr.cnes.sirius.patrius.orbits.ApsisOrbit
-
Get the orbit type.
- getType() - Method in class fr.cnes.sirius.patrius.orbits.CartesianOrbit
-
Get the orbit type.
- getType() - Method in class fr.cnes.sirius.patrius.orbits.CircularOrbit
-
Get the orbit type.
- getType() - Method in class fr.cnes.sirius.patrius.orbits.EquatorialOrbit
-
Get the orbit type.
- getType() - Method in class fr.cnes.sirius.patrius.orbits.EquinoctialOrbit
-
Get the orbit type.
- getType() - Method in class fr.cnes.sirius.patrius.orbits.KeplerianOrbit
-
Get the orbit type.
- getType() - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
Get the orbit type.
- getType() - Method in class fr.cnes.sirius.patrius.stela.forces.AbstractStelaGaussContribution
-
- getType() - Method in class fr.cnes.sirius.patrius.stela.forces.AbstractStelaLagrangeContribution
-
- getType() - Method in interface fr.cnes.sirius.patrius.stela.forces.StelaForceModel
-
- getType() - Method in class fr.cnes.sirius.patrius.stela.orbits.StelaEquinoctialOrbit
-
Get the orbit type.
- getU() - Method in class fr.cnes.sirius.patrius.fieldsofview.RectangleField
-
Get the U axis
- getU() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.AbstractEllipse
-
- getU() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.EllipticCone
-
- getU() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.EllipticCylinder
-
- getU() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRectangleCone
-
- getU() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRectangleCylinder
-
- getU() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Parallelepiped
-
- getU() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plane
-
Get the plane first canonical vector.
- getU() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plate
-
- getU() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.RectangleCone
-
- getU() - Method in class fr.cnes.sirius.patrius.math.linear.FieldLUDecomposition
-
Returns the matrix U of the decomposition.
- getU() - Method in class fr.cnes.sirius.patrius.math.linear.LUDecomposition
-
Returns the matrix U of the decomposition.
- getU() - Method in class fr.cnes.sirius.patrius.math.linear.SingularValueDecomposition
-
Returns the matrix U of the decomposition.
- getU() - Method in interface fr.cnes.sirius.patrius.math.linear.UDDecomposition
-
Returns the matrix U of the decomposition.
- getU() - Method in class fr.cnes.sirius.patrius.math.linear.UDDecompositionImpl
-
get the U matrix
- getUnderlyingAttitudeLaw() - Method in interface fr.cnes.sirius.patrius.attitudes.AttitudeLawModifier
-
Get the underlying attitude law.
- getUnderlyingAttitudeLaw() - Method in class fr.cnes.sirius.patrius.attitudes.ComposedAttitudeLaw
-
- getUnderlyingAttitudeLaw() - Method in class fr.cnes.sirius.patrius.attitudes.GroundPointingWrapper
-
Get the underlying (ground pointing) attitude provider.
- getUnderlyingAttitudeLaw() - Method in class fr.cnes.sirius.patrius.attitudes.SpinStabilized
-
Get the underlying attitude law.
- getUniqueCount() - Method in class fr.cnes.sirius.patrius.math.stat.Frequency
-
Returns the number of values in the frequency table.
- getUpper() - Method in class fr.cnes.sirius.patrius.math.optim.SimpleBounds
-
Gets the upper bounds.
- getUpperAngle() - Method in class fr.cnes.sirius.patrius.math.interval.AngleInterval
-
- getUpperBound() - Method in class fr.cnes.sirius.patrius.math.optim.BaseMultivariateOptimizer
-
- getUpperBounds() - Method in class fr.cnes.sirius.patrius.math.random.EmpiricalDistribution
-
Returns a fresh copy of the array of upper bounds for the bins.
- getUpperCaseAbbreviation() - Method in enum fr.cnes.sirius.patrius.time.Month
-
Get the upper case three letters abbreviation.
- getUpperCaseName() - Method in enum fr.cnes.sirius.patrius.time.Month
-
Get the upper case full name.
- getUpperData() - Method in class fr.cnes.sirius.patrius.math.interval.GenericInterval
-
- getUpperEndPoint() - Method in class fr.cnes.sirius.patrius.math.interval.AbstractInterval
-
- getUpperEndpoint() - Method in class fr.cnes.sirius.patrius.math.interval.GenericInterval
-
- getUranus() - Static method in class fr.cnes.sirius.patrius.bodies.CelestialBodyFactory
-
Get the Uranus singleton body.
- getUT() - Method in class fr.cnes.sirius.patrius.math.linear.SingularValueDecomposition
-
Returns the transpose of the matrix U of the decomposition.
- getUT() - Method in interface fr.cnes.sirius.patrius.math.linear.UDDecomposition
-
Returns the transpose of the matrix U of the decomposition.
- getUT() - Method in class fr.cnes.sirius.patrius.math.linear.UDDecompositionImpl
-
get the UT matrix
- getUT1() - Static method in class fr.cnes.sirius.patrius.time.TimeScalesFactory
-
Get the Universal Time 1 scale.
- getUT1Correction(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.DiurnalRotation
-
Compute ut1-tai correction.
- getUT1Correction(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.frames.configuration.FramesConfiguration
-
Compute correction dut1.
- getUT1Correction(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.FramesConfigurationImplementation
-
Compute correction dut1.
- getUT1Correction(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.libration.IERS2010LibrationCorrection
-
Get the dUT1 value.
- getUT1Correction(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.frames.configuration.libration.LibrationCorrectionModel
-
Compute the UT1-TAI corrections at a given date.
- getUT1Correction(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.libration.LibrationCorrectionPerThread
-
Compute the UT1-TAI corrections at a given date.
- getUT1Correction(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.libration.NoLibrationCorrection
-
Compute the UT1-TAI corrections at a given date.
- getUT1Correction(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.tides.IERS2003TidalCorrection
-
Compute the UT1-TAI corrections at a given date.
- getUT1Correction(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.tides.IERS2010TidalCorrection
-
Compute the UT1-TAI corrections at a given date.
- getUT1Correction(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.tides.NoTidalCorrection
-
Compute the UT1-TAI corrections at a given date.
- getUT1Correction() - Method in class fr.cnes.sirius.patrius.frames.configuration.tides.TidalCorrection
-
- getUT1Correction(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.frames.configuration.tides.TidalCorrectionModel
-
Compute the UT1-TAI corrections at a given date.
- getUT1Correction(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.tides.TidalCorrectionPerThread
-
Compute the UT1-TAI corrections at a given date.
- getUT1MinusTAI(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.AbstractEOPHistory
-
Get the UT1-TAI value.
- getUT1MinusTAI(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOP2000HistoryConstantOutsideInterval
-
Get the UT1-TAI value.
- getUT1MinusTAI() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOPEntry
-
Get the UT1-TAI value.
- getUT1MinusTAI(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.frames.configuration.eop.EOPHistory
-
Get the UT1-TAI value.
- getUT1MinusTAI(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.NoEOP2000History
-
getUT1MinusTAI.
- getUT1MinusTAI(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.frames.configuration.FramesConfiguration
-
Compute corrected ut1-tai.
- getUT1MinusTAI(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.FramesConfigurationImplementation
-
Compute corrected ut1-tai.
- getUT1MinusUTC(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.AbstractEOPHistory
-
Get the UT1-UTC value.
- getUT1MinusUTC(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOP2000HistoryConstantOutsideInterval
-
Get the UT1-UTC value.
- getUT1MinusUTC(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.frames.configuration.eop.EOPHistory
-
Get the UT1-UTC value.
- getUTC() - Static method in class fr.cnes.sirius.patrius.time.TimeScalesFactory
-
Get the Universal Time Coordinate scale.
- getV() - Method in class fr.cnes.sirius.patrius.fieldsofview.RectangleField
-
Get the V axis
- getV() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.AbstractEllipse
-
- getV() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.EllipticCone
-
- getV() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.EllipticCylinder
-
- getV() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRectangleCone
-
- getV() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRectangleCylinder
-
- getV() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Parallelepiped
-
- getV() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plane
-
Get the plane second canonical vector.
- getV() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plate
-
- getV() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.RectangleCone
-
- getV() - Method in class fr.cnes.sirius.patrius.math.linear.EigenDecomposition
-
Gets the matrix V of the decomposition.
- getV() - Method in class fr.cnes.sirius.patrius.math.linear.SingularValueDecomposition
-
Returns the matrix V of the decomposition.
- getValidityDuration() - Method in class fr.cnes.sirius.patrius.bodies.PosVelChebyshev
-
Get model validity duration.
- getValue() - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
Get the value part of the derivative structure.
- getValue(String) - Method in class fr.cnes.sirius.patrius.math.exception.util.ExceptionContext
-
Gets the value associated to the given context key.
- getValue() - Method in class fr.cnes.sirius.patrius.math.linear.RealVector.Entry
-
Get the value of the entry.
- getValue() - Method in class fr.cnes.sirius.patrius.math.optim.linear.LinearConstraint
-
Gets the value of the constraint (right hand side).
- getValue() - Method in class fr.cnes.sirius.patrius.math.optim.PointVectorValuePair
-
Gets the value of the objective function.
- getValue() - Method in class fr.cnes.sirius.patrius.math.optim.univariate.UnivariatePointValuePair
-
Get the value of the objective function.
- getValue() - Method in class fr.cnes.sirius.patrius.math.parameter.Parameter
-
Getting parameter value.
- getValue() - Method in class fr.cnes.sirius.patrius.math.util.Pair
-
Get the value.
- getValue(AbsoluteDate, double, double) - Method in class fr.cnes.sirius.patrius.propagation.analytical.twod.Analytical2DParameterModel
-
Get the value of the model at provided date.
- getValue(AbsoluteDate, double, double, int) - Method in class fr.cnes.sirius.patrius.propagation.analytical.twod.Analytical2DParameterModel
-
Get the value of the model at provided date.
- getValueRef() - Method in class fr.cnes.sirius.patrius.math.optim.PointVectorValuePair
-
Gets a reference to the value of the objective function.
- getValues() - Method in class fr.cnes.sirius.patrius.math.analysis.interpolation.BiLinearIntervalsFunction
-
Gets ftab in dimension 2
- getValues() - Method in class fr.cnes.sirius.patrius.math.analysis.interpolation.TriLinearIntervalsFunction
-
Gets ftab in dimension 3
- getValues() - Method in class fr.cnes.sirius.patrius.math.analysis.interpolation.UniLinearIntervalsFunction
-
Getter for ftab in dimension 1
- getValues() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Returns the current set of values in an array of double primitives.
- getValues() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedDescriptiveStatistics
-
Returns the current set of values in an array of double primitives.
- getValuesFileURL() - Method in class fr.cnes.sirius.patrius.math.random.ValueServer
-
- getValuesSamples() - Method in class fr.cnes.sirius.patrius.models.earth.InterpolationTableLoader
-
Returns a copy of the values samples for the interpolation function.
- getVariablePotentialProvider() - Static method in class fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.VariableGravityFieldFactory
-
Get the variable gravity field coefficients provider from the first supported file.
- getVariance() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.AggregateSummaryStatistics
-
Returns the variance of the available values.
- getVariance() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Returns the (sample) variance of the available values.
- getVariance() - Method in interface fr.cnes.sirius.patrius.math.stat.descriptive.StatisticalSummary
-
Returns the variance of the available values.
- getVariance() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.StatisticalSummaryValues
-
- getVariance() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Returns the (sample) variance of the available values.
- getVariance() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Returns the (sample) variance of the available values.
- getVarianceDirection() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.SemiVariance
-
Returns the varianceDirection property.
- getVarianceImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Returns the currently configured variance implementation.
- getVarianceImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Returns the currently configured variance implementation
- getVarianceImpl() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Returns the currently configured variance implementation
- getVector(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.directions.CelestialBodyPolesAxisDirection
-
Provides the direction vector at a given date in a given frame.
- getVector(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.directions.ConstantVectorDirection
-
Provides the direction vector at a given date in a given frame.
- getVector(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.directions.CrossProductDirection
-
Provides the cross product of direction1 vector and dirction2 vector.
- getVector(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.directions.EarthCenterDirection
-
Provides the direction vector at a given date in a given frame.
- getVector(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.directions.EarthToCelestialBodyCenterDirection
-
Provides the direction vector at a given date in a given frame.
- getVector(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.directions.GenericTargetDirection
-
Provides the direction vector at a given date in a given frame.
- getVector(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.directions.GlintApproximatePointingDirection
-
Provides the direction vector at a given date in a given frame.
- getVector(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.directions.GroundVelocityDirection
-
- getVector(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in interface fr.cnes.sirius.patrius.attitudes.directions.IDirection
-
Provides the direction vector at a given date in a given frame.
- getVector(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.directions.MomentumDirection
-
Provides the direction vector at a given date in a given frame.
- getVector(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.directions.NadirDirection
-
- getVector(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.directions.ToCelestialBodyCenterDirection
-
Provides the direction vector at a given date in a given frame.
- getVector(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.directions.VelocityDirection
-
Provides the direction vector at a given date in a given frame.
- getVector(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.bodies.BasicBoardSun
-
Get the direction of the sun.
- getVector(Frame) - Method in class fr.cnes.sirius.patrius.signalpropagation.SignalPropagation
-
- getVector3D(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.AbstractVector3DFunction
-
Get the vector at a given date.
- getVector3D(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Vector3DFunction
-
Get the vector at a given date.
- getVector3D() - Method in class fr.cnes.sirius.patrius.math.quadrature.LebedevGridPoint
-
Returns the grid point.
- getVectorFunction() - Method in class fr.cnes.sirius.patrius.guidance.AngularVelocitiesPolynomialSegment
-
- getVectorialLocalExpression(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Ellipsoid
-
Express a Vector3D in ellipsoid local basis.
- getVectorialLocalExpression(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCone
-
Express a Vector3D in spheroid local frame.
- getVectorialLocalExpression(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCylinder
-
Express a Vector3D in spheroid local frame.
- getVectorialStandardExpression(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Ellipsoid
-
Express a Vector3D in standard basis.
- getVectorialStandardExpression(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCone
-
Express a Vector3D in standard basis.
- getVectorialStandardExpression(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCylinder
-
Express a Vector3D in standard basis.
- getVectorPart() - Method in class fr.cnes.sirius.patrius.math.complex.Quaternion
-
Gets the three components of the vector part of the quaternion.
- getVectorS() - Method in class fr.cnes.sirius.patrius.forces.EmpiricalForce
-
- getVehicle() - Method in class fr.cnes.sirius.patrius.events.sensor.ExtremaSightAxisDetector
-
Get the vehicle.
- getVeis1950() - Static method in class fr.cnes.sirius.patrius.frames.FramesFactory
-
Get the VEIS 1950 reference frame.
- getVelocity(AbsoluteDate, Vector3D, Frame) - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.Atmosphere
-
Get the spacecraft velocity relative to the atmosphere.
- getVelocity(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.DTM2000
-
Get the inertial velocity of atmosphere molecules.
- getVelocity(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.HarrisPriester
-
Get the inertial velocity of atmosphere molecules.
- getVelocity(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.JB2006
-
Get the inertial velocity of atmosphere molecules.
- getVelocity(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSISE2000
-
Get the spacecraft velocity relative to the atmosphere.
- getVelocity(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.SimpleExponentialAtmosphere
-
Get the spacecraft velocity relative to the atmosphere.
- getVelocity(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.US76
-
Get the spacecraft velocity relative to the atmosphere.
- getVelocity() - Method in class fr.cnes.sirius.patrius.frames.transformations.Transform
-
Get the velocity of the "destination" frame in the "origin" one.
- getVelocity(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.guidance.AngularVelocitiesPolynomialSegment
-
Get the velocity from the vector3D at a given date.
- getVelocity() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.CartesianParameters
-
Get the velocity.
- getVelocity() - Method in class fr.cnes.sirius.patrius.orbits.orbitalparameters.ReentryParameters
-
Getter for velocity.
- getVelocity() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.CardanMountPV
-
Gets the velocity.
- getVelocity() - Method in interface fr.cnes.sirius.patrius.orbits.pvcoordinates.PV
-
Gets the velocity.
- getVelocity() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.PVCoordinates
-
Gets the velocity.
- getVelocity() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.TopocentricPV
-
Gets the velocity.
- getVelocity(AbsoluteDate, Vector3D, Frame) - Method in class fr.cnes.sirius.patrius.stela.forces.atmospheres.MSIS00Adapter
-
- getVenus() - Static method in class fr.cnes.sirius.patrius.bodies.CelestialBodyFactory
-
Get the Venus singleton body.
- getVertices() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.PolygonsSet
-
Get the vertices of the polygon.
- getVT() - Method in class fr.cnes.sirius.patrius.math.linear.EigenDecomposition
-
Gets the transpose of the matrix V of the decomposition.
- getVT() - Method in class fr.cnes.sirius.patrius.math.linear.SingularValueDecomposition
-
Returns the transpose of the matrix V of the decomposition.
- getW() - Method in class fr.cnes.sirius.patrius.fieldsofview.RectangleField
-
Get the W axis.
- getW() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Parallelepiped
-
- getW() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.AlmanacParameter
-
- getWallGasTemperature(SpacecraftState, Vector3D, double) - Method in class fr.cnes.sirius.patrius.assembly.models.cook.ConstantWallGasTemperature
-
Compute wall gas temperature.
- getWallGasTemperature(SpacecraftState, Vector3D, double) - Method in class fr.cnes.sirius.patrius.assembly.models.cook.CookWallGasTemperature
-
Compute wall gas temperature.
- getWallGasTemperature(SpacecraftState, Vector3D, double) - Method in class fr.cnes.sirius.patrius.assembly.models.cook.GinsWallGasTemperature
-
Compute wall gas temperature.
- getWallGasTemperature(SpacecraftState, Vector3D, double) - Method in interface fr.cnes.sirius.patrius.assembly.models.cook.WallGasTemperatureProvider
-
Compute wall gas temperature.
- getWallTemperature() - Method in class fr.cnes.sirius.patrius.assembly.properties.AeroProperty
-
Getter for the wall temperature.
- getWeekRef() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.AlmanacParameter
-
- getWeight() - Method in class fr.cnes.sirius.patrius.math.fitting.WeightedObservedPoint
-
Gets the weight of the measurement in the fitting process.
- getWeight() - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.vector.MultivariateVectorOptimizer
-
Gets the weight matrix of the observations.
- getWeight() - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.vector.Weight
-
Gets the initial guess.
- getWeight() - Method in class fr.cnes.sirius.patrius.math.quadrature.LebedevGridPoint
-
Returns the grid point's weight.
- getWeight() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.AbstractTLEFitter
-
Get the weights for residuals.
- getWeightSquareRoot() - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.vector.jacobian.AbstractLeastSquaresOptimizer
-
Gets the square-root of the weight matrix.
- getWest() - Method in class fr.cnes.sirius.patrius.bodies.GeodeticPoint
-
Get the direction to the west of point, expressed in parent shape frame.
- getWest() - Method in class fr.cnes.sirius.patrius.frames.TopocentricFrame
-
Get the west direction of topocentric frame, expressed in parent shape frame.
- getWholeFormat() - Method in class fr.cnes.sirius.patrius.math.fraction.ProperBigFractionFormat
-
Access the whole format.
- getWholeFormat() - Method in class fr.cnes.sirius.patrius.math.fraction.ProperFractionFormat
-
Access the whole format.
- getWidth() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRectangleCylinder
-
- getWidth() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Parallelepiped
-
- getWidth() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plate
-
- getWidth() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.RectangleCone
-
- getWindowSize() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Returns the maximum number of values that can be stored in the
dataset, or INFINITE_WINDOW (-1) if there is no limit.
- getWindowSize() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedDescriptiveStatistics
-
Returns the maximum number of values that can be stored in the
dataset, or INFINITE_WINDOW (-1) if there is no limit.
- getWMM(AbsoluteDate) - Static method in class fr.cnes.sirius.patrius.models.earth.GeoMagneticFieldFactory
-
Get the WMM model for the given year.
- getWMM(double) - Static method in class fr.cnes.sirius.patrius.models.earth.GeoMagneticFieldFactory
-
Get the WMM model for the given year.
- getWrench() - Method in class fr.cnes.sirius.patrius.wrenches.Wrench
-
Get a double[] representation of this wrench.
- getWrongColumnDimension() - Method in exception fr.cnes.sirius.patrius.math.linear.MatrixDimensionMismatchException
-
- getWrongDimension(int) - Method in exception fr.cnes.sirius.patrius.math.exception.MultiDimensionMismatchException
-
- getWrongDimensions() - Method in exception fr.cnes.sirius.patrius.math.exception.MultiDimensionMismatchException
-
- getWrongRowDimension() - Method in exception fr.cnes.sirius.patrius.math.linear.MatrixDimensionMismatchException
-
- getX() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOPEntry
-
Get the X component of the pole motion.
- getX() - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.CIPCoordinates
-
- getX() - Method in class fr.cnes.sirius.patrius.math.fitting.WeightedObservedPoint
-
Gets the abscissa of the point.
- getX() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.Vector1D
-
Get the abscissa of the vector.
- getX() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Get the abscissa of the vector.
- getX() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Vector3D
-
Get the abscissa of the vector.
- getX() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Vector2D
-
Get the abscissa of the vector.
- getX() - Method in class fr.cnes.sirius.patrius.math.quadrature.LebedevGridPoint
-
Returns the grid point X.
- getX() - Method in class fr.cnes.sirius.patrius.math.stat.regression.AbstractMultipleLinearRegression
-
- getX0() - Method in class fr.cnes.sirius.patrius.propagation.analytical.twod.DateIntervalLinearFunction
-
Returns value at first date.
- getX0() - Method in class fr.cnes.sirius.patrius.propagation.analytical.twod.DateIntervalParabolicFunction
-
Returns value at first date.
- getXangle() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.CardanMountPosition
-
Get the x angle.
- getXangle() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.CardanMountPV
-
Get the angle of the rotation around the local North axis.
- getXangleCardan(Vector3D, Frame, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.TopocentricFrame
-
Get the Cardan x angle of a point.
- getXangleCardanRate(PVCoordinates, Frame, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.TopocentricFrame
-
Get the Cardan x angle rate.
- getXangleRate() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.CardanMountPV
-
Get the angle rate of the rotation around the North axis.
- getXCoefficients() - Method in class fr.cnes.sirius.patrius.guidance.AngularVelocitiesPolynomialProfile
-
- getXCoefficients() - Method in class fr.cnes.sirius.patrius.guidance.AngularVelocitiesPolynomialSegment
-
- getxDot0() - Method in class fr.cnes.sirius.patrius.propagation.analytical.twod.DateIntervalParabolicFunction
-
Returns first derivative value at first date.
- getxDotDotIntervals() - Method in class fr.cnes.sirius.patrius.propagation.analytical.twod.DateIntervalParabolicFunction
-
Returns a copy of 1st order derivatives on date intervals.
- getxDotIntervals() - Method in class fr.cnes.sirius.patrius.propagation.analytical.twod.DateIntervalLinearFunction
-
Returns a copy of 1st order derivatives on date intervals.
- getXM10(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.JB2006InputParameters
-
Get the MG2 index scaled to F10.
- getXM10B(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.forces.atmospheres.JB2006InputParameters
-
Get the MG2 81-day average centered index.
- getXp() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.PoleCorrection
-
Get the xp parameter.
- getxP() - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.CIPCoordinates
-
- getXSumSquares() - Method in class fr.cnes.sirius.patrius.math.stat.regression.SimpleRegression
-
Returns the sum of squared deviations of the x values about their mean.
- getxtab() - Method in class fr.cnes.sirius.patrius.math.analysis.interpolation.AbstractLinearIntervalsFunction
-
Gets xtab
- getXYZ() - Method in class fr.cnes.sirius.patrius.math.quadrature.LebedevGridPoint
-
Returns the grid point.
- getY() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOPEntry
-
Get the Y component of the pole motion.
- getY() - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.CIPCoordinates
-
- getY() - Method in class fr.cnes.sirius.patrius.math.fitting.WeightedObservedPoint
-
Gets the observed value of the function at x.
- getY() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Get the ordinate of the vector.
- getY() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Vector3D
-
Get the ordinate of the vector.
- getY() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Vector2D
-
Get the ordinate of the vector.
- getY() - Method in class fr.cnes.sirius.patrius.math.quadrature.LebedevGridPoint
-
Returns the grid point Y.
- getY() - Method in class fr.cnes.sirius.patrius.math.stat.regression.AbstractMultipleLinearRegression
-
- getYangle() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.CardanMountPosition
-
Get the y angle.
- getYangle() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.CardanMountPV
-
Get the angle of the rotation around y' axis.
- getYangleCardan(Vector3D, Frame, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.TopocentricFrame
-
Get the Cardan y angle of a point with regards to the projection point on the plane defined
by the zenith and the west axis.
- getYangleCardanRate(PVCoordinates, Frame, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.frames.TopocentricFrame
-
Get the Cardan y angle rate.
- getYangleRate() - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.CardanMountPV
-
Get the angle rate of the rotation around y' axis (which is the image of the West axis by the first
rotation around the North axis).
- getYawAngle(PVCoordinatesProvider, AbsoluteDate, Frame) - Method in class fr.cnes.sirius.patrius.attitudes.YawCompensation
-
Compute the yaw compensation angle at date.
- getYCoefficients() - Method in class fr.cnes.sirius.patrius.guidance.AngularVelocitiesPolynomialProfile
-
- getYCoefficients() - Method in class fr.cnes.sirius.patrius.guidance.AngularVelocitiesPolynomialSegment
-
- getYear() - Method in class fr.cnes.sirius.patrius.time.DateComponents
-
Get the year number.
- getYp() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.PoleCorrection
-
Get the yp parameter.
- getyP() - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.CIPCoordinates
-
- getytab() - Method in class fr.cnes.sirius.patrius.math.analysis.interpolation.BiLinearIntervalsFunction
-
Gets ytab
- getytab() - Method in class fr.cnes.sirius.patrius.math.analysis.interpolation.TriLinearIntervalsFunction
-
Gets ytab
- getZ() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Get the height of the vector.
- getZ() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Vector3D
-
Get the height of the vector.
- getZ() - Method in class fr.cnes.sirius.patrius.math.quadrature.LebedevGridPoint
-
Returns the grid point Z.
- getZCoefficients() - Method in class fr.cnes.sirius.patrius.guidance.AngularVelocitiesPolynomialProfile
-
- getZCoefficients() - Method in class fr.cnes.sirius.patrius.guidance.AngularVelocitiesPolynomialSegment
-
- getZenith() - Method in class fr.cnes.sirius.patrius.bodies.GeodeticPoint
-
Get the direction above the point, expressed in parent shape frame.
- getZenith() - Method in class fr.cnes.sirius.patrius.frames.TopocentricFrame
-
Get the zenith direction of topocentric frame, expressed in parent shape frame.
- getZero() - Method in class fr.cnes.sirius.patrius.math.complex.ComplexField
-
Get the additive identity of the field.
- getZero() - Method in class fr.cnes.sirius.patrius.math.dfp.Dfp
-
Get the constant 0.
- getZero() - Method in class fr.cnes.sirius.patrius.math.dfp.DfpField
-
Get the constant 0.
- getZero() - Method in interface fr.cnes.sirius.patrius.math.Field
-
Get the additive identity of the field.
- getZero() - Method in class fr.cnes.sirius.patrius.math.fraction.BigFractionField
-
Get the additive identity of the field.
- getZero() - Method in class fr.cnes.sirius.patrius.math.fraction.FractionField
-
Get the additive identity of the field.
- getZero() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.Vector1D
-
Get the null vector of the vectorial space or origin point of the affine space.
- getZero() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Vector3D
-
Get the null vector of the vectorial space or origin point of the affine space.
- getZero() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Vector2D
-
Get the null vector of the vectorial space or origin point of the affine space.
- getZero() - Method in interface fr.cnes.sirius.patrius.math.geometry.Vector
-
Get the null vector of the vectorial space or origin point of the affine space.
- getZero() - Method in class fr.cnes.sirius.patrius.math.util.BigRealField
-
Get the additive identity of the field.
- getZero() - Method in class fr.cnes.sirius.patrius.math.util.Decimal64Field
-
Get the additive identity of the field.
- getZeroDate() - Method in class fr.cnes.sirius.patrius.attitudes.kinematics.AbstractOrientationFunction
-
Get the date at x = 0.
- getZeroDate() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.AbstractVector3DFunction
-
Get the date at x = 0.
- getztab() - Method in class fr.cnes.sirius.patrius.math.analysis.interpolation.TriLinearIntervalsFunction
-
Gets ztab
- GillIntegrator - Class in fr.cnes.sirius.patrius.math.ode.nonstiff
-
This class implements the Gill fourth order Runge-Kutta
integrator for Ordinary Differential Equations .
- GillIntegrator(double) - Constructor for class fr.cnes.sirius.patrius.math.ode.nonstiff.GillIntegrator
-
Simple constructor.
- GinsWallGasTemperature - Class in fr.cnes.sirius.patrius.assembly.models.cook
-
Wall gas temperature following Cook model adapted to GINS.
- GinsWallGasTemperature(ExtendedAtmosphere, AlphaProvider, double) - Constructor for class fr.cnes.sirius.patrius.assembly.models.cook.GinsWallGasTemperature
-
Constructor.
- GlintApproximatePointingDirection - Class in fr.cnes.sirius.patrius.attitudes.directions
-
"Glint" direction pointing.
- GlintApproximatePointingDirection(ExtendedOneAxisEllipsoid, PVCoordinatesProvider, UnivariateSolver) - Constructor for class fr.cnes.sirius.patrius.attitudes.directions.GlintApproximatePointingDirection
-
Constructor.
- GlintApproximatePointingDirection(ExtendedOneAxisEllipsoid, PVCoordinatesProvider) - Constructor for class fr.cnes.sirius.patrius.attitudes.directions.GlintApproximatePointingDirection
-
- GlobalAeroModel - Class in fr.cnes.sirius.patrius.assembly.models
-
Global aero model for generic user-provided aero coefficients.
- GlobalAeroModel(Assembly, DragCoefficientProvider, ExtendedAtmosphere, double) - Constructor for class fr.cnes.sirius.patrius.assembly.models.GlobalAeroModel
-
Constructor.
- GlobalAeroModel(Assembly, DragCoefficientProvider, ExtendedAtmosphere) - Constructor for class fr.cnes.sirius.patrius.assembly.models.GlobalAeroModel
-
- GlobalDragCoefficientProvider - Class in fr.cnes.sirius.patrius.assembly.models
-
- GlobalDragCoefficientProvider(GlobalDragCoefficientProvider.INTERP, String) - Constructor for class fr.cnes.sirius.patrius.assembly.models.GlobalDragCoefficientProvider
-
Constructor.
- GlobalDragCoefficientProvider.INTERP - Enum in fr.cnes.sirius.patrius.assembly.models
-
Enumerate to choose the way to interpolate.
- GLSMultipleLinearRegression - Class in fr.cnes.sirius.patrius.math.stat.regression
-
The GLS implementation of the multiple linear regression.
- GLSMultipleLinearRegression() - Constructor for class fr.cnes.sirius.patrius.math.stat.regression.GLSMultipleLinearRegression
-
- GMSTScale - Class in fr.cnes.sirius.patrius.time
-
Greenwich Mean Sidereal Time.
- goAhead(double, double, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
go one step ahead
- GoalType - Enum in fr.cnes.sirius.patrius.math.optim.nonlinear.scalar
-
Goal type for an optimization problem (minimization or maximization of
a scalar function.
- GPS_EPOCH - Static variable in class fr.cnes.sirius.patrius.time.AbsoluteDate
-
Reference epoch for GPS weeks: 1980-01-06T00:00:00 GPS time.
- GPS_EPOCH - Static variable in class fr.cnes.sirius.patrius.time.DateComponents
-
Reference epoch for GPS weeks: 1980-01-06.
- GPSAlmanacParameters - Class in fr.cnes.sirius.patrius.orbits.pvcoordinates
-
This class is a simple container for GPS almanac parameters.
- GPSAlmanacParameters(double, int, double, double, double, double, double, double, double) - Constructor for class fr.cnes.sirius.patrius.orbits.pvcoordinates.GPSAlmanacParameters
-
Creates an instance of GPS Almanac parameters.
- GPSScale - Class in fr.cnes.sirius.patrius.time
-
GPS time scale.
- gradient(double, double...) - Method in class fr.cnes.sirius.patrius.math.analysis.function.Gaussian.Parametric
-
Computes the value of the gradient at x.
- gradient(double, double...) - Method in class fr.cnes.sirius.patrius.math.analysis.function.HarmonicOscillator.Parametric
-
Computes the value of the gradient at x.
- gradient(double, double...) - Method in class fr.cnes.sirius.patrius.math.analysis.function.Logistic.Parametric
-
Computes the value of the gradient at x.
- gradient(double, double...) - Method in class fr.cnes.sirius.patrius.math.analysis.function.Logit.Parametric
-
Computes the value of the gradient at x.
- gradient(double, double...) - Method in class fr.cnes.sirius.patrius.math.analysis.function.Sigmoid.Parametric
-
Computes the value of the gradient at x.
- gradient(double, double...) - Method in interface fr.cnes.sirius.patrius.math.analysis.ParametricUnivariateFunction
-
Compute the gradient of the function with respect to its parameters.
- gradient(double, double...) - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.PolynomialFunction.Parametric
-
Compute the gradient of the function with respect to its parameters.
- GradientFunction - Class in fr.cnes.sirius.patrius.math.analysis.differentiation
-
Class representing the gradient of a multivariate function.
- GradientFunction(MultivariateDifferentiableFunction) - Constructor for class fr.cnes.sirius.patrius.math.analysis.differentiation.GradientFunction
-
Simple constructor.
- GradientModel - Interface in fr.cnes.sirius.patrius.forces
-
Interface for gradient model.
- GradientMultivariateOptimizer - Class in fr.cnes.sirius.patrius.math.optim.nonlinear.scalar
-
Base class for implementing optimizers for multivariate scalar
differentiable functions.
- GradientMultivariateOptimizer(ConvergenceChecker<PointValuePair>) - Constructor for class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.GradientMultivariateOptimizer
-
- GraggBulirschStoerIntegrator - Class in fr.cnes.sirius.patrius.math.ode.nonstiff
-
This class implements a Gragg-Bulirsch-Stoer integrator for
Ordinary Differential Equations.
- GraggBulirschStoerIntegrator(double, double, double, double) - Constructor for class fr.cnes.sirius.patrius.math.ode.nonstiff.GraggBulirschStoerIntegrator
-
Simple constructor.
- GraggBulirschStoerIntegrator(double, double, double[], double[]) - Constructor for class fr.cnes.sirius.patrius.math.ode.nonstiff.GraggBulirschStoerIntegrator
-
Simple constructor.
- GRAVITATIONAL_CONSTANT - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
Gravitational constant (CODATA): 6.67384 × 10-11 m3kg-1s-2.
- GravitationalAttractionWrench - Class in fr.cnes.sirius.patrius.wrenches
-
This class represents a gravitational attraction wrench
- GravitationalAttractionWrench(IInertiaModel, double) - Constructor for class fr.cnes.sirius.patrius.wrenches.GravitationalAttractionWrench
-
Create a wrench model from an inertia model and a gravitational parameter
- GravityFieldFactory - Class in fr.cnes.sirius.patrius.forces.gravity.potential
-
Factory used to read gravity field files in several supported formats.
- GravityToolbox - Class in fr.cnes.sirius.patrius.forces.gravity
-
Toolbox for tides.
- greaterOrEqual(double, double) - Static method in class fr.cnes.sirius.patrius.math.Comparators
-
Tests if a double is greater or equal to another with a relative comparison using a default epsilon.
- greaterOrEqual(double, double, double) - Static method in class fr.cnes.sirius.patrius.math.Comparators
-
Tests if a double is greater or equal to another with a relative comparison using an input epsilon.
- greaterOrEqual(double, double, AngleInterval) - Static method in class fr.cnes.sirius.patrius.math.interval.AngleTools
-
Tests if one angle is greater or equal to another after expressing them in the same interval.
- greaterStrict(double, double) - Static method in class fr.cnes.sirius.patrius.math.Comparators
-
Tests if a double is strictly greater than another with a relative comparison using a default epsilon.
- greaterStrict(double, double, double) - Static method in class fr.cnes.sirius.patrius.math.Comparators
-
Tests if a double is strictly greater than another with a relative comparison using an input epsilon.
- greaterStrict(double, double, AngleInterval) - Static method in class fr.cnes.sirius.patrius.math.interval.AngleTools
-
Tests if one angle is strictly greater than another after expressing them in the same interval.
- greaterThan(Dfp) - Method in class fr.cnes.sirius.patrius.math.dfp.Dfp
-
Check if instance is greater than x.
- GRGS_FILENAME - Static variable in class fr.cnes.sirius.patrius.forces.gravity.potential.GravityFieldFactory
-
Default regular expression for GRGS files.
- GRGSFormatReader - Class in fr.cnes.sirius.patrius.forces.gravity.potential
-
Reader for the GRGS gravity field format.
- GRGSFormatReader(String, boolean) - Constructor for class fr.cnes.sirius.patrius.forces.gravity.potential.GRGSFormatReader
-
Simple constructor.
- GRGSRL02_FILENAME - Static variable in class fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.VariableGravityFieldFactory
-
EIGEN GRGS default filename
- GRGSRL02FormatReader - Class in fr.cnes.sirius.patrius.forces.gravity.variations.coefficients
-
Reader for the GRGS RL02 gravity field format.
- GRGSRL02FormatReader(String) - Constructor for class fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.GRGSRL02FormatReader
-
Simple constructor.
- GRIM5C1_EARTH_ANGULAR_VELOCITY - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
Earth angular velocity from GRIM5C1 model: 7.292115e-5 rad/s.
- GRIM5C1_EARTH_C20 - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
Earth un-normalized second zonal coefficient from GRIM5C1 model: -1.082626110612609e-3.
- GRIM5C1_EARTH_C30 - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
Earth un-normalized third zonal coefficient from GRIM5C1 model: 2.536150841690056e-6.
- GRIM5C1_EARTH_C40 - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
Earth un-normalized fourth zonal coefficient from GRIM5C1 model: 1.61936352497151e-6.
- GRIM5C1_EARTH_C50 - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
Earth un-normalized fifth zonal coefficient from GRIM5C1 model: 2.231013736607540e-7.
- GRIM5C1_EARTH_C60 - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
Earth un-normalized sixth zonal coefficient from GRIM5C1 model: -5.402895357302363e-7.
- GRIM5C1_EARTH_EQUATORIAL_RADIUS - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
Earth equatorial radius from GRIM5C1 model: 6378136.46 m.
- GRIM5C1_EARTH_FLATTENING - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
Earth flattening from GRIM5C1 model: 1.0 / 298.25765.
- GRIM5C1_EARTH_MU - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
Earth gravitational constant from GRIM5C1 model: 3.986004415 m3/s2.
- GroundMaskElevationDetector - Class in fr.cnes.sirius.patrius.propagation.events
-
Finder for satellite azimuth-elevation events with respect to a mask.
- GroundMaskElevationDetector(double[][], TopocentricFrame) - Constructor for class fr.cnes.sirius.patrius.propagation.events.GroundMaskElevationDetector
-
Build a new azimuth-elevation detector.
- GroundMaskElevationDetector(double[][], TopocentricFrame, double) - Constructor for class fr.cnes.sirius.patrius.propagation.events.GroundMaskElevationDetector
-
Build a new azimuth-elevation detector.
- GroundMaskElevationDetector(double[][], TopocentricFrame, double, double) - Constructor for class fr.cnes.sirius.patrius.propagation.events.GroundMaskElevationDetector
-
Build a new azimuth-elevation detector.
- GroundMaskElevationDetector(double[][], TopocentricFrame, double, double, EventDetector.Action, EventDetector.Action) - Constructor for class fr.cnes.sirius.patrius.propagation.events.GroundMaskElevationDetector
-
Build a new azimuth-elevation detector.
- GroundMaskElevationDetector(double[][], TopocentricFrame, double, double, EventDetector.Action, EventDetector.Action, boolean, boolean) - Constructor for class fr.cnes.sirius.patrius.propagation.events.GroundMaskElevationDetector
-
Build a new azimuth-elevation detector.
- GroundPointing - Class in fr.cnes.sirius.patrius.attitudes
-
Base class for ground pointing attitude providers.
- GroundPointing(BodyShape) - Constructor for class fr.cnes.sirius.patrius.attitudes.GroundPointing
-
Default constructor.
- GroundPointingWrapper - Class in fr.cnes.sirius.patrius.attitudes
-
This class leverages common parts for compensation modes around ground pointing attitudes.
- GroundPointingWrapper(GroundPointing) - Constructor for class fr.cnes.sirius.patrius.attitudes.GroundPointingWrapper
-
Creates a new instance.
- GroundVelocityDirection - Class in fr.cnes.sirius.patrius.attitudes.directions
-
Ground velocity direction.
- GroundVelocityDirection(BodyShape, IDirection) - Constructor for class fr.cnes.sirius.patrius.attitudes.directions.GroundVelocityDirection
-
Constructor
- GRS80_EARTH_ANGULAR_VELOCITY - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
Earth angular velocity from GRS80 model: 7.292115e-5 rad/s.
- GRS80_EARTH_C20 - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
Earth un-normalized second zonal coefficient from GRS80 model: -1.08263e-3.
- GRS80_EARTH_EQUATORIAL_RADIUS - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
Earth equatorial radius from GRS80 model: 6378137.0 m.
- GRS80_EARTH_FLATTENING - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
Earth flattening from GRS80 model: 1.0 / 298.257222101.
- GRS80_EARTH_MU - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
Earth gravitational constant from GRS80 model: 3.986005e14 m3/s2.
- gtd7(Input, Flags, Output) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.NRLMSISE00
-
gtd7 : Neutral Atmosphere Empirical Model from the surface to lower exosphere.
- gtd7d(Input, Flags, Output) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.NRLMSISE00
-
gtd7d.
This subroutine provides Effective Total Mass Density for output
d[5] which includes contributions from "anomalous oxygen" which can
affect satellite drag above 500 km.
- GTest - Class in fr.cnes.sirius.patrius.math.stat.inference
-
- GTest() - Constructor for class fr.cnes.sirius.patrius.math.stat.inference.GTest
-
- gTest(double[], long[]) - Method in class fr.cnes.sirius.patrius.math.stat.inference.GTest
-
Returns the
observed significance level, or
p-value,
associated with a G-Test for goodness of fit comparing the
observed frequency counts to those in the
expected array.
- gTest(double[], long[], double) - Method in class fr.cnes.sirius.patrius.math.stat.inference.GTest
-
Performs a G-Test (Log-Likelihood Ratio Test) for goodness of fit
evaluating the null hypothesis that the observed counts conform to the
frequency distribution described by the expected counts, with
significance level alpha.
- gTest(double[], long[]) - Static method in class fr.cnes.sirius.patrius.math.stat.inference.TestUtils
-
- gTest(double[], long[], double) - Static method in class fr.cnes.sirius.patrius.math.stat.inference.TestUtils
-
- gTestDataSetsComparison(long[], long[]) - Method in class fr.cnes.sirius.patrius.math.stat.inference.GTest
-
Returns the
observed significance level, or
p-value, associated with a G-Value
(Log-Likelihood Ratio) for two sample test comparing bin frequency counts in
observed1 and
observed2.
- gTestDataSetsComparison(long[], long[], double) - Method in class fr.cnes.sirius.patrius.math.stat.inference.GTest
-
Performs a G-Test (Log-Likelihood Ratio Test) comparing two binned data sets.
- gTestDataSetsComparison(long[], long[]) - Static method in class fr.cnes.sirius.patrius.math.stat.inference.TestUtils
-
- gTestDataSetsComparison(long[], long[], double) - Static method in class fr.cnes.sirius.patrius.math.stat.inference.TestUtils
-
- gTestIntrinsic(double[], long[]) - Method in class fr.cnes.sirius.patrius.math.stat.inference.GTest
-
Returns the intrinsic (Hardy-Weinberg proportions) p-Value, as described
in p64-69 of McDonald, J.H.
- gTestIntrinsic(double[], long[]) - Static method in class fr.cnes.sirius.patrius.math.stat.inference.TestUtils
-
- GTODProvider - Class in fr.cnes.sirius.patrius.frames.transformations
-
Greenwich True Of Date Frame, also known as True of Date Rotating frame (TDR)
or Greenwich Rotating Coordinate frame (GCR).
- GTODProvider() - Constructor for class fr.cnes.sirius.patrius.frames.transformations.GTODProvider
-
Simple constructor.
- guess() - Method in class fr.cnes.sirius.patrius.math.fitting.GaussianFitter.ParameterGuesser
-
Gets an estimation of the parameters.
- guess() - Method in class fr.cnes.sirius.patrius.math.fitting.HarmonicFitter.ParameterGuesser
-
Gets an estimation of the parameters.
- GuidanceProfile - Class in fr.cnes.sirius.patrius.guidance
-
Represents a guidance profile
- GuidanceProfile(AbsoluteDateInterval) - Constructor for class fr.cnes.sirius.patrius.guidance.GuidanceProfile
-
Constructor
- GuidanceProfileBuilder - Class in fr.cnes.sirius.patrius.guidance
-
- GZIP_FILE_PATTERN - Static variable in interface fr.cnes.sirius.patrius.data.DataProvider
-
Pattern for name of gzip files.
- I - Static variable in class fr.cnes.sirius.patrius.math.complex.Complex
-
The square root of -1.
- I - Static variable in class fr.cnes.sirius.patrius.math.complex.Quaternion
-
i
- i - Variable in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLEPropagator
-
final inclination.
- i1 - Variable in class fr.cnes.sirius.patrius.math.random.AbstractWell
-
Index indirection table giving for each index the value index + m1 taking table size into account.
- i2 - Variable in class fr.cnes.sirius.patrius.math.random.AbstractWell
-
Index indirection table giving for each index the value index + m2 taking table size into account.
- i3 - Variable in class fr.cnes.sirius.patrius.math.random.AbstractWell
-
Index indirection table giving for each index the value index + m3 taking table size into account.
- I_LIM - Static variable in class fr.cnes.sirius.patrius.orbits.orbitalparameters.StelaEquinoctialParameters
-
Inclination upper limit.
- IAUPole - Interface in fr.cnes.sirius.patrius.bodies
-
Interface for IAU pole and primer meridian orientations.
- IAUPoleFactory - Class in fr.cnes.sirius.patrius.bodies
-
Factory class for IAU poles.
- ICGEM_FILENAME - Static variable in class fr.cnes.sirius.patrius.forces.gravity.potential.GravityFieldFactory
-
Default regular expression for ICGEM files.
- ICGEMFormatReader - Class in fr.cnes.sirius.patrius.forces.gravity.potential
-
Reader for the ICGEM gravity field format.
- ICGEMFormatReader(String, boolean) - Constructor for class fr.cnes.sirius.patrius.forces.gravity.potential.ICGEMFormatReader
-
Simple constructor.
- IDENTITY - Static variable in class fr.cnes.sirius.patrius.frames.transformations.Transform
-
Identity transform.
- Identity - Class in fr.cnes.sirius.patrius.math.analysis.function
-
Identity function.
- Identity() - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Identity
-
- IDENTITY - Static variable in class fr.cnes.sirius.patrius.math.complex.Quaternion
-
Identity quaternion.
- IDENTITY - Static variable in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Rotation
-
Identity rotation.
- IDENTITY - Static variable in class fr.cnes.sirius.patrius.utils.AngularCoordinates
-
Fixed orientation parallel with reference frame (identity rotation, zero rotation rate, zero rotation
acceleration).
- identityPermutation(int) - Static method in class fr.cnes.sirius.patrius.math.genetics.RandomKey
-
Generates a representation corresponding to an identity permutation of
length l which can be passed to the RandomKey constructor.
- IdentityProjection - Class in fr.cnes.sirius.patrius.projections
-
This is the identity projection defined by
X = Lon
Y = Lat
- IdentityProjection(ProjectionEllipsoid) - Constructor for class fr.cnes.sirius.patrius.projections.IdentityProjection
-
Constructor with ProjectionEllipsoid object.
- IDependentVariable<T> - Interface in fr.cnes.sirius.patrius.math.analysis
-
Generic interface to describe a T-dependent variable.
- IDependentVectorVariable<T> - Interface in fr.cnes.sirius.patrius.math.analysis
-
Generic interface to describe a T-dependent 3D vector.
- IDirection - Interface in fr.cnes.sirius.patrius.attitudes.directions
-
This is the main interface for directions.
- IEEEremainder(double, double) - Static method in class fr.cnes.sirius.patrius.math.util.FastMath
-
Computes the remainder as prescribed by the IEEE 754 standard.
- IEllipsoid - Interface in fr.cnes.sirius.patrius.math.geometry.euclidean.threed
-
Interface for Ellipsoid objects.
- IEmissivityModel - Interface in fr.cnes.sirius.patrius.forces.radiation
-
This is the interface for all emissivity models (albedo and infrared).
- IERS20032010PrecessionNutation - Class in fr.cnes.sirius.patrius.frames.configuration.precessionnutation
-
This class implement the IERS 2003 and 2010 Precession Nutation models.
- IERS20032010PrecessionNutation(PrecessionNutationConvention, boolean) - Constructor for class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.IERS20032010PrecessionNutation
-
Constructor.
- IERS2003SPCorrection - Class in fr.cnes.sirius.patrius.frames.configuration.sp
-
Compute s' correction (IERS 2003 convention).
- IERS2003SPCorrection() - Constructor for class fr.cnes.sirius.patrius.frames.configuration.sp.IERS2003SPCorrection
-
Constructor.
- IERS2003TidalCorrection - Class in fr.cnes.sirius.patrius.frames.configuration.tides
-
Compute tidal correction to the pole motion.
- IERS2003TidalCorrection() - Constructor for class fr.cnes.sirius.patrius.frames.configuration.tides.IERS2003TidalCorrection
-
Simple constructor.
- IERS2010LibrationCorrection - Class in fr.cnes.sirius.patrius.frames.configuration.libration
-
This class computes the diurnal lunisolar effect.
- IERS2010LibrationCorrection() - Constructor for class fr.cnes.sirius.patrius.frames.configuration.libration.IERS2010LibrationCorrection
-
Simple constructor.
- IERS2010SPCorrection - Class in fr.cnes.sirius.patrius.frames.configuration.sp
-
Compute s' correction.
- IERS2010SPCorrection() - Constructor for class fr.cnes.sirius.patrius.frames.configuration.sp.IERS2010SPCorrection
-
Simple constructor.
- IERS2010TidalCorrection - Class in fr.cnes.sirius.patrius.frames.configuration.tides
-
This class applies the integral Ray model (71 tidal waves) and Brzezinski-Mathews-Bretagnon-Capitaine-Bizouard model
(10 lunisolar waves) of the semidiurnal/diurnal variations in the Earth's orientation as recommended in the IERS 2003
Conventions (McCarthy, 2002).
- IERS2010TidalCorrection() - Constructor for class fr.cnes.sirius.patrius.frames.configuration.tides.IERS2010TidalCorrection
-
Constructor.
- IERS92_EARTH_EQUATORIAL_RADIUS - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
IERS92 Earth standard gravitational parameter (m) from CNES COMPAS_Base data set.
- IERS92_EARTH_FLATTENING - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
IERS92 Earth flattening from CNES COMPAS_Base data set.
- IERS92_EARTH_GRAVITATIONAL_PARAMETER - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
IERS92 Earth standard gravitational parameter (m3s2) from CNES COMPAS_Base data set.
- IERS92_EARTH_J2 - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
IERS92 Earth J2 parameter from CNES COMPAS_Base data set.
- IERS92_EARTH_ROTATION_RATE - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
IERS92 Earth rotation rate (rad/s) from CNES COMPAS_Base data set.
- IERS92_LIGHT_VELOCITY - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
IERS92 light velocity in vacuum (meters per second) from CNES COMPAS_Base data set.
- IERS92_MOON_EQUATORIAL_RADIUS - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
IERS92 Moon equatorial radius from CNES COMPAS_Base data set.
- IERS92_MOON_FLATTENING - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
IERS92 Moon flattening from CNES COMPAS_Base data set.
- IERS92_MOON_GRAVITATIONAL_PARAMETER - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
IERS92 Moon standard gravitational parameter from CNES COMPAS_Base data set.
- IERS92_MOON_ROTATION_RATE - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
IERS92 Moon rotation rate from CNES COMPAS_Base data set.
- IERS92_SUN_EQUATORIAL_RADIUS - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
IERS92 Sun equatorial radius from CNES COMPAS_Base data set.
- IERS92_SUN_FLATTENING - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
IERS92 Sun flattening from CNES COMPAS_Base data set.
- IERS92_SUN_GRAVITATIONAL_PARAMETER - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
IERS92 Sun standard gravitational parameter from CNES COMPAS_Base data set.
- IERS92_SUN_ROTATION_RATE - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
IERS92 Sun rotation rate from CNES COMPAS_Base data set.
- IERS92_UA - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
IERS92 UA (m) from CNES COMPAS_Base data set.
- IFastFourierTransformer - Interface in fr.cnes.sirius.patrius.math.transform
-
This interface gathers all the FFT algorithms of this library.
- IFieldOfView - Interface in fr.cnes.sirius.patrius.fieldsofview
-
This is the interface for all the field of view (circular, elliptic...).
- IInertiaModel - Interface in fr.cnes.sirius.patrius.assembly.models
-
- IInertiaProperty - Interface in fr.cnes.sirius.patrius.assembly.properties
-
This is the interface for all inertia properties : those properties
can provide the inertia matrix, mass and mass center of the part, and the frame
in which the vector and the matrix are expressed.
- IJacobiansParameterizable - Interface in fr.cnes.sirius.patrius.math.parameter
-
This class is used to define jacobian function parameters.
- iLaw - Variable in class fr.cnes.sirius.patrius.attitudes.AbstractSlew
-
The attitude law before the slew.
- IllConditionedOperatorException - Exception in fr.cnes.sirius.patrius.math.linear
-
- IllConditionedOperatorException(double) - Constructor for exception fr.cnes.sirius.patrius.math.linear.IllConditionedOperatorException
-
Creates a new instance of this class.
- IllinoisSolver - Class in fr.cnes.sirius.patrius.math.analysis.solver
-
Implements the Illinois method for root-finding (approximating
a zero of a univariate real function).
- IllinoisSolver() - Constructor for class fr.cnes.sirius.patrius.math.analysis.solver.IllinoisSolver
-
Construct a solver with default accuracy (1e-6).
- IllinoisSolver(double) - Constructor for class fr.cnes.sirius.patrius.math.analysis.solver.IllinoisSolver
-
Construct a solver.
- IllinoisSolver(double, double) - Constructor for class fr.cnes.sirius.patrius.math.analysis.solver.IllinoisSolver
-
Construct a solver.
- IllinoisSolver(double, double, double) - Constructor for class fr.cnes.sirius.patrius.math.analysis.solver.IllinoisSolver
-
Construct a solver.
- iMax - Variable in class fr.cnes.sirius.patrius.math.utils.AbstractSearchIndex
-
The upper bound of tab to consider for the search index algorithm.
- iMin - Variable in class fr.cnes.sirius.patrius.math.utils.AbstractSearchIndex
-
The lower bound of tab to consider for the search index algorithm.
- ImpulseManeuver - Class in fr.cnes.sirius.patrius.forces.maneuvers
-
Impulse maneuver model.
- ImpulseManeuver(EventDetector, Vector3D, double, MassProvider, String) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ImpulseManeuver
-
Build a new instance.
- ImpulseManeuver(EventDetector, Vector3D, Frame, double, MassProvider, String) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ImpulseManeuver
-
Build a new instance.
- ImpulseManeuver(EventDetector, Vector3D, double, MassProvider, String, LOFType) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ImpulseManeuver
-
Build a new instance with a LocalOrbitalFrame.
- ImpulseManeuver(EventDetector, Vector3D, PropulsiveProperty, MassProvider, TankProperty) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ImpulseManeuver
-
Build a new instance using propulsive and engine property.
- ImpulseManeuver(EventDetector, Vector3D, Frame, PropulsiveProperty, MassProvider, TankProperty) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ImpulseManeuver
-
Build a new instance using propulsive and engine property.
- ImpulseManeuver(EventDetector, Vector3D, PropulsiveProperty, MassProvider, TankProperty, LOFType) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.ImpulseManeuver
-
Build a new instance with a LocalOrbitalFrame and using propulsive and engine property.
- includes(ComparableInterval<T>) - Method in class fr.cnes.sirius.patrius.math.interval.ComparableInterval
-
Returns true when this interval includes the other.
- incMoment - Variable in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Kurtosis
-
Determines whether or not this statistic can be incremented or cleared.
- incMoment - Variable in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Mean
-
Determines whether or not this statistic can be incremented or cleared.
- incMoment - Variable in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Skewness
-
Determines whether or not this statistic can be incremented or cleared.
- incMoment - Variable in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Variance
-
- INCREASING - Static variable in interface fr.cnes.sirius.patrius.math.ode.events.EventHandler
-
Increasing g-function related events parameter.
- INCREASING - Static variable in interface fr.cnes.sirius.patrius.propagation.events.EventDetector
-
Increasing g-function related events parameter.
- INCREASING - Static variable in interface fr.cnes.sirius.patrius.propagation.events.multi.MultiEventDetector
-
Increasing g-function related events parameter.
- INCREASING_DECREASING - Static variable in interface fr.cnes.sirius.patrius.math.ode.events.EventHandler
-
Both increasing and decreasing g-function related events parameter.
- INCREASING_DECREASING - Static variable in interface fr.cnes.sirius.patrius.propagation.events.EventDetector
-
Both increasing and decreasing g-function related events parameter.
- INCREASING_DECREASING - Static variable in interface fr.cnes.sirius.patrius.propagation.events.multi.MultiEventDetector
-
Both increasing and decreasing g-function related events parameter.
- increment(double[]) - Method in class fr.cnes.sirius.patrius.math.stat.correlation.StorelessCovariance
-
Increment the covariance matrix with one row of data.
- increment(double) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.AbstractStorelessUnivariateStatistic
-
Updates the internal state of the statistic to reflect the addition of the new value.
- increment(double) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.GeometricMean
-
Updates the internal state of the statistic to reflect the addition of the new value.
- increment(double) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Kurtosis
-
Updates the internal state of the statistic to reflect the addition of the new value.
- increment(double) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Mean
-
Updates the internal state of the statistic to reflect the addition of the new value.
- increment(double) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.SecondMoment
-
Updates the internal state of the statistic to reflect the addition of the new value.
- increment(double) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Skewness
-
Updates the internal state of the statistic to reflect the addition of the new value.
- increment(double) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.StandardDeviation
-
Updates the internal state of the statistic to reflect the addition of the new value.
- increment(double) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Variance
-
Updates the internal state of the statistic to reflect the addition of the new value.
- increment(double[]) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.VectorialCovariance
-
Add a new vector to the sample.
- increment(double[]) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.VectorialMean
-
Add a new vector to the sample.
- increment(double) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.rank.Max
-
Updates the internal state of the statistic to reflect the addition of the new value.
- increment(double) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.rank.Min
-
Updates the internal state of the statistic to reflect the addition of the new value.
- increment(double) - Method in interface fr.cnes.sirius.patrius.math.stat.descriptive.StorelessUnivariateStatistic
-
Updates the internal state of the statistic to reflect the addition of the new value.
- increment(double) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.summary.Product
-
Updates the internal state of the statistic to reflect the addition of the new value.
- increment(double) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.summary.Sum
-
Updates the internal state of the statistic to reflect the addition of the new value.
- increment(double) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.summary.SumOfLogs
-
Updates the internal state of the statistic to reflect the addition of the new value.
- increment(double) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.summary.SumOfSquares
-
Updates the internal state of the statistic to reflect the addition of the new value.
- incrementAll(double[]) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.AbstractStorelessUnivariateStatistic
-
- incrementAll(double[], int, int) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.AbstractStorelessUnivariateStatistic
-
- incrementAll(double[]) - Method in interface fr.cnes.sirius.patrius.math.stat.descriptive.StorelessUnivariateStatistic
-
Updates the internal state of the statistic to reflect addition of
all values in the values array.
- incrementAll(double[], int, int) - Method in interface fr.cnes.sirius.patrius.math.stat.descriptive.StorelessUnivariateStatistic
-
Updates the internal state of the statistic to reflect addition of
the values in the designated portion of the values array.
- incrementCount(int) - Method in class fr.cnes.sirius.patrius.math.util.Incrementor
-
Performs multiple increments.
- incrementCount() - Method in class fr.cnes.sirius.patrius.math.util.Incrementor
-
Adds one to the current iteration count.
- incrementEvaluationCount() - Method in class fr.cnes.sirius.patrius.math.analysis.solver.BaseAbstractUnivariateSolver
-
Increment the evaluation count by one.
- incrementEvaluationCount() - Method in class fr.cnes.sirius.patrius.math.optim.BaseOptimizer
-
Increment the evaluation count.
- incrementIterationCount() - Method in class fr.cnes.sirius.patrius.math.optim.BaseOptimizer
-
Increment the iteration count.
- incrementIterationCount() - Method in class fr.cnes.sirius.patrius.math.util.IterationManager
-
Increments the iteration count by one, and throws an exception if the
maximum number of iterations is reached.
- Incrementor - Class in fr.cnes.sirius.patrius.math.util
-
Utility that increments a counter until a maximum is reached, at
which point, the instance will by default throw a
MaxCountExceededException.
- Incrementor() - Constructor for class fr.cnes.sirius.patrius.math.util.Incrementor
-
Default constructor.
- Incrementor(int) - Constructor for class fr.cnes.sirius.patrius.math.util.Incrementor
-
Defines a maximal count.
- Incrementor(int, Incrementor.MaxCountExceededCallback) - Constructor for class fr.cnes.sirius.patrius.math.util.Incrementor
-
Defines a maximal count and a callback method to be triggered at
counter exhaustion.
- Incrementor.MaxCountExceededCallback - Interface in fr.cnes.sirius.patrius.math.util
-
Defines a method to be called at counter exhaustion.
- incrementValue(Comparable<?>, long) - Method in class fr.cnes.sirius.patrius.math.stat.Frequency
-
Increments the frequency count for v.
- index - Variable in class fr.cnes.sirius.patrius.math.random.AbstractWell
-
Current index in the bytes pool.
- indexValidity(int) - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.AbstractBoundedPVProvider
-
Checks if interpolation is valid : meaning if 0<= index +1 -interpOrder/2 or index + interpOrder/2 <=
maximalIndex
- inducedPermutation(List<S>, List<S>) - Static method in class fr.cnes.sirius.patrius.math.genetics.RandomKey
-
Generates a representation of a permutation corresponding to a
permutation which yields permutedData when applied to originalData.
- InertiaComputedModel - Class in fr.cnes.sirius.patrius.assembly.models
-
This class is an inertia model computed from the inertia properties of each
parts of an Assembly object.
- InertiaComputedModel(Assembly) - Constructor for class fr.cnes.sirius.patrius.assembly.models.InertiaComputedModel
-
Constructor for the computed inertia model.
- InertiaCylinderProperty - Class in fr.cnes.sirius.patrius.assembly.properties
-
Inertia property for a cylinder part.
- InertiaCylinderProperty(double, double, MassProperty) - Constructor for class fr.cnes.sirius.patrius.assembly.properties.InertiaCylinderProperty
-
Constructor for the cylinder inertia property.
- inertialSunFrame - Variable in enum fr.cnes.sirius.patrius.bodies.MeeusSun.MODEL
-
Sun inertially oriented frame.
- InertiaParallelepipedProperty - Class in fr.cnes.sirius.patrius.assembly.properties
-
Inertia property for a parallelepipedic part.
- InertiaParallelepipedProperty(double, double, double, MassProperty) - Constructor for class fr.cnes.sirius.patrius.assembly.properties.InertiaParallelepipedProperty
-
Constructor for the parallelepiped inertia property.
- InertiaSimpleModel - Class in fr.cnes.sirius.patrius.assembly.models
-
Simple inertia model : the mass, mass center and inertia matrix are directly
given by the user.
- InertiaSimpleModel(double, Vector3D, Matrix3D, Frame, String) - Constructor for class fr.cnes.sirius.patrius.assembly.models.InertiaSimpleModel
-
Constructor for a simple inertia model.
- InertiaSimpleModel(double, Vector3D, Matrix3D, Vector3D, Frame, String) - Constructor for class fr.cnes.sirius.patrius.assembly.models.InertiaSimpleModel
-
Constructor for a simple inertia model; the inertia matrix is expressed with respect to a point
that can be different from the mass center.
- InertiaSimpleProperty - Class in fr.cnes.sirius.patrius.assembly.properties
-
This class is a simple inertia property that can be added to a part.
- InertiaSimpleProperty(Vector3D, Matrix3D, MassProperty) - Constructor for class fr.cnes.sirius.patrius.assembly.properties.InertiaSimpleProperty
-
Constructor for the simple inertia property
- InertiaSimpleProperty(Vector3D, Matrix3D, Vector3D, MassProperty) - Constructor for class fr.cnes.sirius.patrius.assembly.properties.InertiaSimpleProperty
-
Constructor for the simple inertia property; the inertia matrix is expressed with respect to a point
that can be different from the mass center.
- InertiaSphereProperty - Class in fr.cnes.sirius.patrius.assembly.properties
-
Inertia property for a spherical part.
- InertiaSphereProperty(double, MassProperty) - Constructor for class fr.cnes.sirius.patrius.assembly.properties.InertiaSphereProperty
-
Constructor for the spherical inertia property.
- INF - Static variable in class fr.cnes.sirius.patrius.math.complex.Complex
-
A complex number representing "+INF + INFi"
- INFINITE - Static variable in class fr.cnes.sirius.patrius.math.dfp.Dfp
-
Indicator value for Infinity.
- INFINITE_WINDOW - Static variable in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Represents an infinite window size.
- InfiniteCone - Interface in fr.cnes.sirius.patrius.math.geometry.euclidean.threed
-
This interface extends the infinite shape for the particular cases of infinite cones.
- InfiniteCylinder - Interface in fr.cnes.sirius.patrius.math.geometry.euclidean.threed
-
This interface extends the infinite shape for the particular cases of infinite cylinders.
- InfiniteEllipticCone - Class in fr.cnes.sirius.patrius.math.geometry.euclidean.threed
-
This class is the Infinite Oblique Circular Cone class.
- InfiniteEllipticCone(Vector3D, Vector3D, Vector3D, double, double) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCone
-
This is the constructor for the class InfiniteObliqueCircularCone.
- InfiniteEllipticCylinder - Class in fr.cnes.sirius.patrius.math.geometry.euclidean.threed
-
This class is the Infinite Elliptic Cylinder class.
- InfiniteEllipticCylinder(Vector3D, Vector3D, Vector3D, double, double) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCylinder
-
This is the constructor for the class InfiniteEllipticCylinder.
- InfiniteRectangleCone - Class in fr.cnes.sirius.patrius.math.geometry.euclidean.threed
-
This is a describing class for a 3D infinite cone, with some algorithm to compute intersections and distances to some
other objects.
- InfiniteRectangleCone(Vector3D, Vector3D, Vector3D, double, double) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRectangleCone
-
Build an infinite rectangle cone from the position of its origin, its axis, a vector defining the orientation of
the rectangle and two angles
- InfiniteRectangleCylinder - Class in fr.cnes.sirius.patrius.math.geometry.euclidean.threed
-
This is a describing class for a 3D infinite rectangle cylinder, with some algorithm to compute intersections and
distances to some other objects.
- InfiniteRectangleCylinder(Line, Vector3D, double, double) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRectangleCylinder
-
Build an infinite rectangle cylinder from its dimensions, orientation and the origin and direction of its axis
- InfiniteRectangleCylinder(Vector3D, Vector3D, Vector3D, double, double) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRectangleCylinder
-
Build an infinite rectangle cylinder from its dimensions, orientation and the origin and direction of its axis
- InfiniteRightCircularCone - Class in fr.cnes.sirius.patrius.math.geometry.euclidean.threed
-
This is a describing class for a 3D infinite cone, with some algorithm to compute intersections and distances to some
other objects.
- InfiniteRightCircularCone(Vector3D, Vector3D, double) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRightCircularCone
-
Build an infinite elliptic cone from its angle, the position of its origin and its axis
- InfiniteRightCircularCylinder - Class in fr.cnes.sirius.patrius.math.geometry.euclidean.threed
-
This is a describing class for a 3D infinite right circular cylinder, with some algorithm to compute intersections
and distances to some other objects.
- InfiniteRightCircularCylinder(Line, double) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRightCircularCylinder
-
Build an infinite right circular cylinder from its radius and its axis as a line
- InfiniteRightCircularCylinder(Vector3D, Vector3D, double) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRightCircularCylinder
-
Build an infinite right circular cylinder from its radius and the origin and direction of its axis
- InfiniteShape - Interface in fr.cnes.sirius.patrius.math.geometry.euclidean.threed
-
Interface for all infinite shapes.
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.events.CombinedPhenomenaDetector
-
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.events.EarthZoneDetector
-
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.events.GenericCodingEventDetector
-
- init(Map<String, SpacecraftState>, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.events.multi.MultiGenericCodingEventDetector
-
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.events.sensor.ExtremaSightAxisDetector
-
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.events.sensor.MaskingDetector
-
Initialize event handler at the start of a propagation.
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.events.sensor.SatToSatMutualVisibilityDetector
-
- init(Map<String, SpacecraftState>, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.events.sensor.SatToSatMutualVisibilityDetector
-
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.events.sensor.SensorInhibitionDetector
-
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.events.sensor.SensorVisibilityDetector
-
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.events.sensor.StationToSatMutualVisibilityDetector
-
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.events.sensor.TargetInFieldOfViewDetector
-
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.events.sensor.VisibilityFromStationDetector
-
Initialize event handler at the start of a propagation.
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ImpulseManeuver
-
Initialize event handler at the start of a propagation.
- init(double, double[], double) - Method in class fr.cnes.sirius.patrius.math.ode.ContinuousOutputModel
-
Initialize step handler at the start of an ODE integration.
- init(double, double[], double) - Method in interface fr.cnes.sirius.patrius.math.ode.events.EventHandler
-
Initialize event handler at the start of an ODE integration.
- init(double, double[], double) - Method in class fr.cnes.sirius.patrius.math.ode.sampling.DummyStepHandler
-
Initialize step handler at the start of an ODE integration.
- init(double, double[], double) - Method in interface fr.cnes.sirius.patrius.math.ode.sampling.FixedStepHandler
-
Initialize step handler at the start of an ODE integration.
- init(double, double[], double) - Method in interface fr.cnes.sirius.patrius.math.ode.sampling.StepHandler
-
Initialize step handler at the start of an ODE integration.
- init(double, double[], double) - Method in class fr.cnes.sirius.patrius.math.ode.sampling.StepNormalizer
-
Initialize step handler at the start of an ODE integration.
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.analytical.AnalyticalEphemerisModeHandler
-
Initialize step handler at the start of a propagation.
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.events.AbstractDetector
-
Initialize event handler at the start of a propagation.
- init(double, double[], double) - Method in class fr.cnes.sirius.patrius.propagation.events.AdaptedEventDetector
-
Initialize event handler at the start of an ODE integration.
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.events.AnomalyDetector
-
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.events.AOLDetector
-
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.events.BetaAngleDetector
-
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.events.DistanceDetector
-
- init(SpacecraftState, AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.propagation.events.EventDetector
-
Initialize event handler at the start of a propagation.
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.events.EventShifter
-
Initialize event handler at the start of a propagation.
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.events.ExtremaDistanceDetector
-
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.events.ExtremaElevationDetector
-
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.events.ExtremaLatitudeDetector
-
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.events.ExtremaLongitudeDetector
-
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.events.ExtremaThreeBodiesAngleDetector
-
- init(Map<String, SpacecraftState>, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.events.ExtremaThreeBodiesAngleDetector
-
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.events.LatitudeDetector
-
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.events.LocalTimeAngleDetector
-
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.events.LongitudeDetector
-
- init(double, double[], double) - Method in class fr.cnes.sirius.patrius.propagation.events.multi.AdaptedMonoEventDetector
-
- init(double, double[], double) - Method in class fr.cnes.sirius.patrius.propagation.events.multi.AdaptedMultiEventDetector
-
- init(Map<String, SpacecraftState>, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.events.multi.MultiAbstractDetector
-
- init(Map<String, SpacecraftState>, AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.propagation.events.multi.MultiEventDetector
-
Initialize event handler at the start of a propagation.
- init(Map<String, SpacecraftState>, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.events.multi.OneSatEventDetectorWrapper
-
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.events.NadirSolarIncidenceDetector
-
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.events.NthOccurrenceDetector
-
Initialize event handler at the start of a propagation.
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.events.SolarTimeAngleDetector
-
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.events.ThreeBodiesAngleDetector
-
- init(Map<String, SpacecraftState>, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.events.ThreeBodiesAngleDetector
-
- init(double, double[], double) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiEphemerisModeHandler
-
Initialize step handler at the start of an ODE integration.
- init(double, double[], double) - Method in class fr.cnes.sirius.patrius.propagation.sampling.AdaptedStepHandler
-
Initialize step handler at the start of an ODE integration.
- init(double, double[], double) - Method in class fr.cnes.sirius.patrius.propagation.sampling.multi.MultiAdaptedStepHandler
-
Initialize step handler at the start of an ODE integration.
- init(Map<String, SpacecraftState>, AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.propagation.sampling.multi.MultiPatriusFixedStepHandler
-
Initialize step handler at the start of a propagation.
- init(Map<String, SpacecraftState>, AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.propagation.sampling.multi.MultiPatriusStepHandler
-
Initialize step handler at the start of a propagation.
- init(Map<String, SpacecraftState>, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.sampling.multi.MultiPatriusStepNormalizer
-
Initialize step handler at the start of a propagation.
- init(SpacecraftState, AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.propagation.sampling.PatriusFixedStepHandler
-
Initialize step handler at the start of a propagation.
- init(SpacecraftState, AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.propagation.sampling.PatriusStepHandler
-
Initialize step handler at the start of a propagation.
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.sampling.PatriusStepHandlerMultiplexer
-
Initialize step handler at the start of a propagation.
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.sampling.PatriusStepNormalizer
-
Initialize step handler at the start of a propagation.
- init(SpacecraftState, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.stela.propagation.ForcesStepHandler
-
- initDerivatives() - Method in class fr.cnes.sirius.patrius.assembly.models.RediffusedRadiativeModel
-
- initDerivatives() - Method in interface fr.cnes.sirius.patrius.forces.radiation.RediffusedRadiationSensitive
-
derivatives initialisation
- initDerivatives(double[], Orbit) - Method in interface fr.cnes.sirius.patrius.propagation.numerical.TimeDerivativesEquations
-
Initialize all derivatives to zero.
- InitialGuess - Class in fr.cnes.sirius.patrius.math.optim
-
Starting point (first guess) of the optimization procedure.
- InitialGuess(double[]) - Constructor for class fr.cnes.sirius.patrius.math.optim.InitialGuess
-
- initializationPerformed(IterationEvent) - Method in interface fr.cnes.sirius.patrius.math.util.IterationListener
-
Invoked after completion of the initial phase of the iterative algorithm
(prior to the main iteration loop).
- initialize(OrbitType, PositionAngle, AttitudeProvider, AttitudeProvider, Map<String, AdditionalStateInfo>, boolean, AbsoluteDate, Frame, double) - Method in interface fr.cnes.sirius.patrius.propagation.numerical.ModeHandler
-
Initialize the mode handler.
- initialize(OrbitType, PositionAngle, Map<String, AttitudeProvider>, Map<String, AttitudeProvider>, MultiStateVectorInfo, boolean, AbsoluteDate, Map<String, Frame>, Map<String, Double>) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiEphemerisModeHandler
-
Initialize the mode handler.
- initialize(OrbitType, PositionAngle, Map<String, AttitudeProvider>, Map<String, AttitudeProvider>, MultiStateVectorInfo, boolean, AbsoluteDate, Map<String, Frame>, Map<String, Double>) - Method in interface fr.cnes.sirius.patrius.propagation.numerical.multi.MultiModeHandler
-
Initialize the mode handler.
- initialize(OrbitType, PositionAngle, AttitudeProvider, AttitudeProvider, Map<String, AdditionalStateInfo>, boolean, AbsoluteDate, Frame, double) - Method in class fr.cnes.sirius.patrius.propagation.sampling.AdaptedStepHandler
-
Initialize the mode handler.
- initialize(OrbitType, PositionAngle, Map<String, AttitudeProvider>, Map<String, AttitudeProvider>, MultiStateVectorInfo, boolean, AbsoluteDate, Map<String, Frame>, Map<String, Double>) - Method in class fr.cnes.sirius.patrius.propagation.sampling.multi.MultiAdaptedStepHandler
-
Initialize the mode handler.
- initializeHighOrderDerivatives(double, double[], double[][], double[][]) - Method in class fr.cnes.sirius.patrius.math.ode.MultistepIntegrator
-
Initialize the high order scaled derivatives at step start.
- initializeHighOrderDerivatives(double, double[], double[][], double[][]) - Method in interface fr.cnes.sirius.patrius.math.ode.MultistepIntegrator.NordsieckTransformer
-
Initialize the high order scaled derivatives at step start.
- initializeHighOrderDerivatives(double, double[], double[][], double[][]) - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.AdamsIntegrator
-
Initialize the high order scaled derivatives at step start.
- initializeHighOrderDerivatives(double, double[], double[][], double[][]) - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.AdamsNordsieckTransformer
-
Initialize the high order scaled derivatives at step start.
- initializeStep(boolean, int, double[], double, double[], double[], double[], double[], double) - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.AdaptiveStepsizeIntegrator
-
Initialize the integration step.
- initialOrFinalDate - Variable in class fr.cnes.sirius.patrius.attitudes.AbstractIsisSpinBiasSlew
-
Initial or final date of the slew.
- initIntegration(double, double[], double) - Method in class fr.cnes.sirius.patrius.math.ode.AbstractIntegrator
-
Prepare the start of an integration.
- initIntegration(double, double[], double) - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.EmbeddedRungeKuttaIntegrator
-
Prepare the start of an integration.
- initMainPartFrame(UpdatableFrame) - Method in class fr.cnes.sirius.patrius.assembly.Assembly
-
Initialize the main part's frame using a
UpdatableFrame as an input argument.
- initMainPartFrame(SpacecraftState) - Method in class fr.cnes.sirius.patrius.assembly.Assembly
-
Initialize the main part's frame using a
SpacecraftState as an input argument.
- initMainPartFrame(UpdatableFrame) - Method in class fr.cnes.sirius.patrius.assembly.AssemblyBuilder
-
Sets up the frame of the main part.
- initMainPartFrame(SpacecraftState) - Method in class fr.cnes.sirius.patrius.assembly.AssemblyBuilder
-
Sets up the main frame of the assembly from a "SpacecraftState" object.
- initPVCoordinates() - Method in class fr.cnes.sirius.patrius.orbits.ApsisOrbit
-
Compute the position/velocity coordinates from the canonical parameters.
- initPVCoordinates() - Method in class fr.cnes.sirius.patrius.orbits.CartesianOrbit
-
Compute the position/velocity coordinates from the canonical parameters.
- initPVCoordinates() - Method in class fr.cnes.sirius.patrius.orbits.CircularOrbit
-
Compute the position/velocity coordinates from the canonical parameters.
- initPVCoordinates() - Method in class fr.cnes.sirius.patrius.orbits.EquatorialOrbit
-
Compute the position/velocity coordinates from the canonical parameters.
- initPVCoordinates() - Method in class fr.cnes.sirius.patrius.orbits.EquinoctialOrbit
-
Compute the position/velocity coordinates from the canonical parameters.
- initPVCoordinates() - Method in class fr.cnes.sirius.patrius.orbits.KeplerianOrbit
-
Compute the position/velocity coordinates from the canonical parameters.
- initPVCoordinates() - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
Compute the position/velocity coordinates from the canonical parameters.
- initPVCoordinates() - Method in class fr.cnes.sirius.patrius.stela.orbits.StelaEquinoctialOrbit
-
- Input - Class in fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000
-
Class Input NOTES ON INPUT VARIABLES: UT, Local Time, and Longitude are used independently in the model and are not
of equal importance for every situation.
- Input() - Constructor for class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Input
-
Constructor
- inRange(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.bodies.PosVelChebyshev
-
Check if a date is in validity range.
- insert(T) - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.utilities.AVLTree
-
Insert an element in the tree.
- insertCut(Hyperplane<S>) - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.BSPTree
-
Insert a cut sub-hyperplane in a node.
- insertEquationData(double[], double[]) - Method in class fr.cnes.sirius.patrius.math.ode.EquationsMapper
-
Insert equation data into a complete state or derivative array.
- insertInTree(BSPTree<S>, boolean) - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.BSPTree
-
Insert the instance into another tree.
- insideLeap(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.time.UTCScale
-
Check if date is within a leap second introduction.
- IntegerDistribution - Interface in fr.cnes.sirius.patrius.math.distribution
-
Interface for distributions on the integers.
- IntegrableUnivariateFunction - Interface in fr.cnes.sirius.patrius.math.analysis
-
- integral(double, double) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.AbstractVector3DFunction
-
Returns the integral of the vector function in the given interval.
- integral(double, double) - Method in interface fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Vector3DFunction
-
Returns the integral of the vector function in the given interval.
- integrate(KinematicsToolkit.IntegrationType, Rotation, AbsoluteDate, AbsoluteDate, Vector3DFunction, double) - Static method in class fr.cnes.sirius.patrius.attitudes.kinematics.KinematicsToolkit
-
Integrate a spin function.
- integrate(int, UnivariateFunction, double, double) - Method in class fr.cnes.sirius.patrius.math.analysis.integration.BaseAbstractUnivariateIntegrator
-
Integrate the function in the given interval.
- integrate(UnivariateFunction) - Method in class fr.cnes.sirius.patrius.math.analysis.integration.gauss.GaussIntegrator
-
Returns an estimate of the integral of f(x) * w(x),
where w is a weight function that depends on the actual
flavor of the Gauss integration scheme.
- integrate(int, UnivariateFunction, double, double) - Method in interface fr.cnes.sirius.patrius.math.analysis.integration.UnivariateIntegrator
-
Integrate the function in the given interval.
- integrate(FirstOrderDifferentialEquations, double, double[], double, double[]) - Method in class fr.cnes.sirius.patrius.math.ode.AbstractIntegrator
-
Integrate the differential equations up to the given time.
- integrate(ExpandableStatefulODE, double) - Method in class fr.cnes.sirius.patrius.math.ode.AbstractIntegrator
-
Integrate a set of differential equations up to the given time.
- integrate(FirstOrderDifferentialEquations, double, double[], double, double[]) - Method in interface fr.cnes.sirius.patrius.math.ode.FirstOrderIntegrator
-
Integrate the differential equations up to the given time.
- integrate(ExpandableStatefulODE, double) - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.AdamsBashforthIntegrator
-
Integrate a set of differential equations up to the given time.
- integrate(ExpandableStatefulODE, double) - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.AdamsIntegrator
-
Integrate a set of differential equations up to the given time.
- integrate(ExpandableStatefulODE, double) - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.AdamsMoultonIntegrator
-
Integrate a set of differential equations up to the given time.
- integrate(ExpandableStatefulODE, double) - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.AdaptiveStepsizeIntegrator
-
Integrate a set of differential equations up to the given time.
- integrate(ExpandableStatefulODE, double) - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.EmbeddedRungeKuttaIntegrator
-
Integrate a set of differential equations up to the given time.
- integrate(ExpandableStatefulODE, double) - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.GraggBulirschStoerIntegrator
-
Integrate a set of differential equations up to the given time.
- integrate(ExpandableStatefulODE, double) - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.RungeKuttaIntegrator
-
Integrate a set of differential equations up to the given time.
- integrate(SecondOrderDifferentialEquations, double, double[], double[], double, double[], double[]) - Method in interface fr.cnes.sirius.patrius.math.ode.SecondOrderIntegrator
-
Integrate the differential equations up to the given time
- IntegratedEphemeris - Class in fr.cnes.sirius.patrius.propagation.precomputed
-
This class stores sequentially generated orbital parameters for
later retrieval.
- IntegratedEphemeris(List<AbsoluteDate>, List<AbsoluteDate>, List<AbsoluteDate>, OrbitType, PositionAngle, AttitudeProvider, AttitudeProvider, Map<String, AdditionalStateInfo>, List<ContinuousOutputModel>, Frame, double) - Constructor for class fr.cnes.sirius.patrius.propagation.precomputed.IntegratedEphemeris
-
Creates a new instance of IntegratedEphemeris.
- integrator - Variable in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Integrator for the orbital extrapolation process.
- interp1D(double, double, double, double, double) - Method in class fr.cnes.sirius.patrius.math.analysis.interpolation.AbstractLinearIntervalsFunction
-
Interpolates in 1D.
- interp2D(double, double, double, double, double, double, double, double, double, double) - Method in class fr.cnes.sirius.patrius.math.analysis.interpolation.AbstractLinearIntervalsFunction
-
Interpolates in 2D by 2-successives 1D interpolation.
- interpolate(AbsoluteDate, Collection<Attitude>) - Method in class fr.cnes.sirius.patrius.attitudes.Attitude
-
Get an interpolated instance.
- interpolate(AbsoluteDate, Collection<Attitude>, boolean) - Method in class fr.cnes.sirius.patrius.attitudes.Attitude
-
Interpolates attitude.
- interpolate(AbsoluteDate, Collection<Transform>) - Method in class fr.cnes.sirius.patrius.frames.transformations.Transform
-
Get an interpolated instance.
- interpolate(AbsoluteDate, Collection<Transform>, boolean) - Method in class fr.cnes.sirius.patrius.frames.transformations.Transform
-
Get an interpolated instance.
- interpolate(AbsoluteDate, boolean, boolean, Collection<Transform>) - Static method in class fr.cnes.sirius.patrius.frames.transformations.Transform
-
Interpolate a transform from a sample set of existing transforms.
- interpolate(AbsoluteDate, boolean, boolean, Collection<Transform>, boolean) - Static method in class fr.cnes.sirius.patrius.frames.transformations.Transform
-
Interpolate a transform from a sample set of existing transforms.
- interpolate(double[], double[], double[][]) - Method in class fr.cnes.sirius.patrius.math.analysis.interpolation.BicubicSplineInterpolator
-
Compute an interpolating function for the dataset.
- interpolate(double[], double[], double[][]) - Method in class fr.cnes.sirius.patrius.math.analysis.interpolation.BiLinearIntervalsInterpolator
-
Compute an interpolating function for the dataset.
- interpolate(double[], double[], double[][]) - Method in interface fr.cnes.sirius.patrius.math.analysis.interpolation.BivariateGridInterpolator
-
Compute an interpolating function for the dataset.
- interpolate(double[], double[]) - Method in class fr.cnes.sirius.patrius.math.analysis.interpolation.DividedDifferenceInterpolator
-
Compute an interpolating function for the dataset.
- interpolate(double[], double[]) - Method in class fr.cnes.sirius.patrius.math.analysis.interpolation.LinearInterpolator
-
Computes a linear interpolating function for the data set.
- interpolate(double[], double[]) - Method in class fr.cnes.sirius.patrius.math.analysis.interpolation.LoessInterpolator
-
Compute an interpolating function by performing a loess fit
on the data at the original abscissae and then building a cubic spline
with a
SplineInterpolator on the resulting fit.
- interpolate(double[][], double[]) - Method in class fr.cnes.sirius.patrius.math.analysis.interpolation.MicrosphereInterpolator
-
Computes an interpolating function for the data set.
- interpolate(double[][], double[]) - Method in interface fr.cnes.sirius.patrius.math.analysis.interpolation.MultivariateInterpolator
-
Computes an interpolating function for the data set.
- interpolate(double[], double[]) - Method in class fr.cnes.sirius.patrius.math.analysis.interpolation.NevilleInterpolator
-
Computes an interpolating function for the data set.
- interpolate(double[], double[], double[][]) - Method in class fr.cnes.sirius.patrius.math.analysis.interpolation.SmoothingPolynomialBicubicSplineInterpolator
-
Compute an interpolating function for the dataset.
- interpolate(double[], double[]) - Method in class fr.cnes.sirius.patrius.math.analysis.interpolation.SplineInterpolator
-
Computes an interpolating function for the data set.
- interpolate(double[], double[], double[], double[][][]) - Method in class fr.cnes.sirius.patrius.math.analysis.interpolation.TricubicSplineInterpolator
-
Compute an interpolating function for the dataset.
- interpolate(double[], double[], double[], double[][][]) - Method in class fr.cnes.sirius.patrius.math.analysis.interpolation.TriLinearIntervalsInterpolator
-
Compute an interpolating function for the dataset.
- interpolate(double[], double[], double[], double[][][]) - Method in interface fr.cnes.sirius.patrius.math.analysis.interpolation.TrivariateGridInterpolator
-
Compute an interpolating function for the dataset.
- interpolate(double[], double[]) - Method in class fr.cnes.sirius.patrius.math.analysis.interpolation.UniLinearIntervalsInterpolator
-
Compute an interpolating function for the dataset.
- interpolate(double[], double[]) - Method in interface fr.cnes.sirius.patrius.math.analysis.interpolation.UnivariateInterpolator
-
Compute an interpolating function for the dataset.
- interpolate(double[], double[]) - Method in class fr.cnes.sirius.patrius.math.analysis.interpolation.UnivariatePeriodicInterpolator
-
Compute an interpolating function for the dataset.
- interpolate(AbsoluteDate, Collection<Orbit>) - Method in class fr.cnes.sirius.patrius.orbits.ApsisOrbit
-
Get an interpolated instance.
- interpolate(AbsoluteDate, Collection<Orbit>) - Method in class fr.cnes.sirius.patrius.orbits.CartesianOrbit
-
Get an interpolated instance.
- interpolate(AbsoluteDate, Collection<Orbit>) - Method in class fr.cnes.sirius.patrius.orbits.CircularOrbit
-
Get an interpolated instance.
- interpolate(AbsoluteDate, Collection<Orbit>) - Method in class fr.cnes.sirius.patrius.orbits.EquatorialOrbit
-
Get an interpolated instance.
- interpolate(AbsoluteDate, Collection<Orbit>) - Method in class fr.cnes.sirius.patrius.orbits.EquinoctialOrbit
-
Get an interpolated instance.
- interpolate(AbsoluteDate, Collection<Orbit>) - Method in class fr.cnes.sirius.patrius.orbits.KeplerianOrbit
-
Get an interpolated instance.
- interpolate(AbsoluteDate, CartesianDerivativesFilter, Collection<TimeStampedPVCoordinates>) - Static method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.TimeStampedPVCoordinates
-
Interpolate position-velocity.
- interpolate(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.analytical.covariance.CovarianceInterpolation
-
Computes the interpolation of a covariance matrix based on its two surrounding covariance matrices which define
the interpolation interval allowed.
- interpolate(AbsoluteDate, Collection<SpacecraftState>) - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get an interpolated instance.
- interpolate(AbsoluteDate, Collection<Orbit>) - Method in class fr.cnes.sirius.patrius.stela.orbits.StelaEquinoctialOrbit
-
Get an interpolated instance.
- interpolate(AbsoluteDate, Collection<T>) - Method in interface fr.cnes.sirius.patrius.time.TimeInterpolable
-
Get an interpolated instance.
- interpolate(AbsoluteDate, AngularDerivativesFilter, Collection<TimeStampedAngularCoordinates>) - Static method in class fr.cnes.sirius.patrius.utils.TimeStampedAngularCoordinates
-
Interpolate angular coordinates.
- interpolate(AbsoluteDate, AngularDerivativesFilter, Collection<TimeStampedAngularCoordinates>, boolean) - Static method in class fr.cnes.sirius.patrius.utils.TimeStampedAngularCoordinates
-
Interpolate angular coordinates.
- interpolateArray(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.analytical.covariance.CovarianceInterpolation
-
Computes the interpolation of a covariance matrix based on its two surrounding covariance matrices which define
the interpolation interval allowed.
- interpolatedDerivatives - Variable in class fr.cnes.sirius.patrius.math.ode.sampling.AbstractStepInterpolator
-
interpolated derivatives
- InterpolatedDragReader - Class in fr.cnes.sirius.patrius.assembly.models
-
Generic reader to read a file containing aero coefficients and store these coefficients.
- InterpolatedDragReader() - Constructor for class fr.cnes.sirius.patrius.assembly.models.InterpolatedDragReader
-
Constructor.
- interpolatedPrimaryDerivatives - Variable in class fr.cnes.sirius.patrius.math.ode.sampling.AbstractStepInterpolator
-
interpolated primary derivatives
- interpolatedPrimaryState - Variable in class fr.cnes.sirius.patrius.math.ode.sampling.AbstractStepInterpolator
-
interpolated primary state
- interpolatedSecondaryDerivatives - Variable in class fr.cnes.sirius.patrius.math.ode.sampling.AbstractStepInterpolator
-
interpolated secondary derivatives
- interpolatedSecondaryState - Variable in class fr.cnes.sirius.patrius.math.ode.sampling.AbstractStepInterpolator
-
interpolated secondary state
- interpolatedState - Variable in class fr.cnes.sirius.patrius.math.ode.sampling.AbstractStepInterpolator
-
interpolated state
- interpolatedTime - Variable in class fr.cnes.sirius.patrius.math.ode.sampling.AbstractStepInterpolator
-
interpolated time
- InterpolatingTransformProvider - Class in fr.cnes.sirius.patrius.frames.transformations
-
Transform provider using thread-safe interpolation on transforms sample.
- InterpolatingTransformProvider(TransformProvider, boolean, boolean, AbsoluteDate, AbsoluteDate, int, double, int, double, double) - Constructor for class fr.cnes.sirius.patrius.frames.transformations.InterpolatingTransformProvider
-
Simple constructor.
- InterpolatingTransformProvider(TransformProvider, boolean, boolean, AbsoluteDate, AbsoluteDate, int, double, int, double, double, boolean) - Constructor for class fr.cnes.sirius.patrius.frames.transformations.InterpolatingTransformProvider
-
Simple constructor.
- InterpolationTableLoader - Class in fr.cnes.sirius.patrius.models.earth
-
Used to read an interpolation table from a data file.
- InterpolationTableLoader() - Constructor for class fr.cnes.sirius.patrius.models.earth.InterpolationTableLoader
-
- intersection(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Line
-
Get the intersection point of the instance and another line.
- intersection(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plane
-
Get the intersection of a line with the instance.
- intersection(Plane) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plane
-
Build the line shared by the instance and another plane.
- intersection(Plane, Plane, Plane) - Static method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plane
-
Get the intersection point of three planes.
- intersection(SubLine, boolean) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.SubLine
-
Get the intersection of the instance and another sub-line.
- intersection(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Line
-
Get the intersection point of the instance and another line.
- intersection(SubLine, boolean) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.SubLine
-
Get the intersection of the instance and another sub-line.
- intersection(SubHyperplane<S>) - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.AbstractRegion
-
Get the parts of a sub-hyperplane that are contained in the region.
- intersection(SubHyperplane<S>) - Method in interface fr.cnes.sirius.patrius.math.geometry.partitioning.Region
-
Get the parts of a sub-hyperplane that are contained in the region.
- intersection(Region<S>, Region<S>) - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.RegionFactory
-
Compute the intersection of two regions.
- intersects(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.AbstractEllipse
-
Tests the intersection with a line.
- intersects(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Ellipsoid
-
This method returns true if the line intersects the ellipsoid
- intersects(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.EllipticCone
-
Tests the intersection with a line.
- intersects(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.EllipticCylinder
-
Tests the intersection with a line.
- intersects(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCone
-
This method returns true if the user specified line intersects the cone.
- intersects(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCylinder
-
This method returns true if the user specified line intersects the cylinder.
- intersects(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRectangleCone
-
Tests the intersection with a line.
- intersects(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRectangleCylinder
-
Tests the intersection with a line.
- intersects(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRightCircularCone
-
Tests the intersection with a line.
- intersects(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteRightCircularCylinder
-
Tests the intersection with a line.
- intersects(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Parallelepiped
-
Tests the intersection with a line.
- intersects(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plane
-
Tests the intersection with a line.
- intersects(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plate
-
Tests the intersection with a line.
- intersects(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.RectangleCone
-
Tests the intersection with a line.
- intersects(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.RightCircularCone
-
Tests the intersection with a line.
- intersects(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.RightCircularCylinder
-
Tests the intersection with a line.
- intersects(Line) - Method in interface fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Shape
-
Tests the intersection with a line.
- intersects(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Sphere
-
Tests the intersection with a line.
- intersects(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.SphericalCap
-
Returns true when the line intersects the spherical cap.
- Interval - Class in fr.cnes.sirius.patrius.math.geometry.euclidean.oned
-
This class represents a 1D interval.
- Interval(double, double) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.Interval
-
Simple constructor.
- IntervalEndpointType - Enum in fr.cnes.sirius.patrius.math.interval
-
- Describes the type of an interval endpoint : OPENED or CLOSED.
- intervalOfValidity - Variable in class fr.cnes.sirius.patrius.attitudes.AbstractSlew
-
Interval of validity of the maneuver (with closed endpoints).
- IntervalsSet - Class in fr.cnes.sirius.patrius.math.geometry.euclidean.oned
-
This class represents a 1D region: a set of intervals.
- IntervalsSet() - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.IntervalsSet
-
Build an intervals set representing the whole real line.
- IntervalsSet(double, double) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.IntervalsSet
-
Build an intervals set corresponding to a single interval.
- IntervalsSet(BSPTree<Euclidean1D>) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.IntervalsSet
-
Build an intervals set from an inside/outside BSP tree.
- IntervalsSet(Collection<SubHyperplane<Euclidean1D>>) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.IntervalsSet
-
Build an intervals set from a Boundary REPresentation (B-rep).
- intValue() - Method in class fr.cnes.sirius.patrius.math.dfp.Dfp
-
Convert this to an integer.
- intValue() - Method in class fr.cnes.sirius.patrius.math.fraction.BigFraction
-
Gets the fraction as an int.
- intValue() - Method in class fr.cnes.sirius.patrius.math.fraction.Fraction
-
Gets the fraction as an int.
- intValue() - Method in class fr.cnes.sirius.patrius.math.util.Decimal64
-
The current implementation performs casting to a int.
- InvalidRepresentationException - Exception in fr.cnes.sirius.patrius.math.genetics
-
Exception indicating that the representation of a chromosome is not valid.
- InvalidRepresentationException(Localizable, Object...) - Constructor for exception fr.cnes.sirius.patrius.math.genetics.InvalidRepresentationException
-
Construct an InvalidRepresentationException with a specialized message.
- Inverse - Class in fr.cnes.sirius.patrius.math.analysis.function
-
Inverse function.
- Inverse() - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Inverse
-
- inverseCumulativeProbability(double) - Method in class fr.cnes.sirius.patrius.math.distribution.AbstractIntegerDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class fr.cnes.sirius.patrius.math.distribution.AbstractRealDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class fr.cnes.sirius.patrius.math.distribution.CauchyDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class fr.cnes.sirius.patrius.math.distribution.ExponentialDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in interface fr.cnes.sirius.patrius.math.distribution.IntegerDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in interface fr.cnes.sirius.patrius.math.distribution.RealDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class fr.cnes.sirius.patrius.math.distribution.TriangularDistribution
-
- inverseCumulativeProbability(double) - Method in class fr.cnes.sirius.patrius.math.distribution.WeibullDistribution
-
Computes the quantile function of this distribution.
- inverseCumulativeProbability(double) - Method in class fr.cnes.sirius.patrius.math.random.EmpiricalDistribution
-
Computes the quantile function of this distribution.
- InvertField - Class in fr.cnes.sirius.patrius.fieldsofview
-
This field of view contains an existing field and inverts it.
- InvertField(String, IFieldOfView) - Constructor for class fr.cnes.sirius.patrius.fieldsofview.InvertField
-
Constructor of the invert field of a given one.
- invGamma1pm1(double) - Static method in class fr.cnes.sirius.patrius.math.special.Gamma
-
Returns the value of 1 / Γ(1 + x) - 1 for -0.5 ≤ x ≤
1.5.
- IOceanTidesDataProvider - Interface in fr.cnes.sirius.patrius.forces.gravity.tides
-
Interface that provides ocean tides inputs.
- IonosphericCorrection - Interface in fr.cnes.sirius.patrius.signalpropagation.iono
-
Interface for all the signal propagation corrections due to the ionosphere : computation
of the electronic content.
- IOrbitalParameters - Interface in fr.cnes.sirius.patrius.orbits.orbitalparameters
-
Interface for orbital parameters.
- IOrientationLaw - Interface in fr.cnes.sirius.patrius.attitudes
-
This interface represents an orientation law, i.e.
- IParamDiffFunction - Interface in fr.cnes.sirius.patrius.math.parameter
-
This class is used to define a derivative function parameterizable.
- IParameterizable - Interface in fr.cnes.sirius.patrius.math.parameter
-
This interface is used to handle a list of parameterizable parameters.
- IParameterizableFunction - Interface in fr.cnes.sirius.patrius.math.parameter
-
This class is used to define a parameterizable function.
- IPart - Interface in fr.cnes.sirius.patrius.assembly
-
-Interface for the assembly's parts.
- IPartProperty - Interface in fr.cnes.sirius.patrius.assembly
-
Interface for the assembly's part properties.
- IProjection - Interface in fr.cnes.sirius.patrius.projections
-
Interface for projections on an ellipsoid.
- iRm1 - Variable in class fr.cnes.sirius.patrius.math.random.AbstractWell
-
Index indirection table giving for each index its predecessor taking table size into account.
- iRm2 - Variable in class fr.cnes.sirius.patrius.math.random.AbstractWell
-
Index indirection table giving for each index its second predecessor taking table size into account.
- ISAACRandom - Class in fr.cnes.sirius.patrius.math.random
-
- ISAACRandom() - Constructor for class fr.cnes.sirius.patrius.math.random.ISAACRandom
-
Creates a new ISAAC random number generator.
- ISAACRandom(long) - Constructor for class fr.cnes.sirius.patrius.math.random.ISAACRandom
-
Creates a new ISAAC random number generator using a single long seed.
- ISAACRandom(int[]) - Constructor for class fr.cnes.sirius.patrius.math.random.ISAACRandom
-
Creates a new ISAAC random number generator using an int array seed.
- isActive() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOP2000History
-
Returns true if EOP are computed.
- isActive() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.NoEOP2000History
-
Returns true if EOP are computed.
- isAntisymmetric(double) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Checks if this is a antisymmetric matrix
- isAntisymmetric(double) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Checks if this is a antisymmetric matrix
- isBiasCorrected() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.SemiVariance
-
Returns true iff biasCorrected property is set to true.
- isBiasCorrected() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.StandardDeviation
-
- isBiasCorrected() - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Variance
-
- isBracketing(double, double) - Method in class fr.cnes.sirius.patrius.math.analysis.solver.BaseAbstractUnivariateSolver
-
Check whether the function takes opposite signs at the endpoints.
- isBracketing(UnivariateFunction, double, double) - Static method in class fr.cnes.sirius.patrius.math.analysis.solver.UnivariateSolverUtils
-
Check whether the interval bounds bracket a root.
- isChildOf(Frame) - Method in class fr.cnes.sirius.patrius.frames.Frame
-
Determine if a Frame is a child of another one.
- isCloseToVend() - Method in class fr.cnes.sirius.patrius.fieldsofview.FieldAngularFace
-
- isCloseToVstart() - Method in class fr.cnes.sirius.patrius.fieldsofview.FieldAngularFace
-
- isConformal() - Method in class fr.cnes.sirius.patrius.projections.GeneralizedFlamsteedSamson
-
Inform the user if the direct transformation is a conformal 's one (If yes, it preserves angles).
- isConformal() - Method in class fr.cnes.sirius.patrius.projections.IdentityProjection
-
Inform the user if the direct transformation is a conformal 's one (If yes, it preserves angles).
- isConformal() - Method in interface fr.cnes.sirius.patrius.projections.IProjection
-
Inform the user if the direct transformation is a conformal 's one (If yes, it preserves angles).
- isConformal() - Method in class fr.cnes.sirius.patrius.projections.Mercator
-
Inform the user if the direct transformation is a conformal 's one (If yes, it preserves angles).
- isConnectedTo(ComparableInterval<T>) - Method in class fr.cnes.sirius.patrius.math.interval.ComparableInterval
-
Returns true when the lower point coincides with the upper point of the input interval, and
one of the two points is closed (and the other one is open).
- isConstant() - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.IERS20032010PrecessionNutation
-
Returns true if model uses constant rotation.
- isConstant() - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.NoPrecessionNutation
-
Returns true if model uses constant rotation.
- isConstant() - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.PrecessionNutationCache
-
Returns true if model uses constant rotation.
- isConstant() - Method in interface fr.cnes.sirius.patrius.frames.configuration.precessionnutation.PrecessionNutationModel
-
Returns true if model uses constant rotation.
- isConstant() - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.PrecessionNutationPerThread
-
Returns true if model uses constant rotation.
- isConstant() - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.StelaPrecessionNutationModel
-
Returns true if model uses constant rotation.
- isCounterClockWise() - Method in class fr.cnes.sirius.patrius.math.complex.RootsOfUnity
-
- isDiagonal(double) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Given a threshold, is this a diagonal matrix?
The method indicates if the matrix is diagonal.
- isDiagonal(double) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Given a threshold, is this a diagonal matrix?
The method indicates if the matrix is diagonal.
- isDifferentiableBy(Parameter) - Method in class fr.cnes.sirius.patrius.assembly.models.cook.CnCookModel
-
Tell if the function is differentiable by the given parameter.
- isDifferentiableBy(Parameter) - Method in class fr.cnes.sirius.patrius.assembly.models.cook.CtCookModel
-
Tell if the function is differentiable by the given parameter.
- isDifferentiableBy(Parameter) - Method in interface fr.cnes.sirius.patrius.math.parameter.IParamDiffFunction
-
Tell if the function is differentiable by the given parameter.
- isDifferentiableBy(Parameter) - Method in class fr.cnes.sirius.patrius.math.parameter.ParamDiffFunction
-
Tell if the function is differentiable by the given parameter.
- isDirect() - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.IERS20032010PrecessionNutation
-
Return computation type : direct or interpolated.
- isDirect() - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.NoPrecessionNutation
-
Return computation type : direct or interpolated.
- isDirect() - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.PrecessionNutationCache
-
Return computation type : direct or interpolated.
- isDirect() - Method in interface fr.cnes.sirius.patrius.frames.configuration.precessionnutation.PrecessionNutationModel
-
Return computation type : direct or interpolated.
- isDirect() - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.PrecessionNutationPerThread
-
Return computation type : direct or interpolated.
- isDirect() - Method in class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.StelaPrecessionNutationModel
-
Return computation type : direct or interpolated.
- isDirect() - Method in class fr.cnes.sirius.patrius.frames.configuration.tides.IERS2003TidalCorrection
-
Returns true if model uses direct computation, false if interpolated computation.
- isDirect() - Method in class fr.cnes.sirius.patrius.frames.configuration.tides.IERS2010TidalCorrection
-
Returns true if model uses direct computation, false if interpolated computation.
- isDirect() - Method in class fr.cnes.sirius.patrius.frames.configuration.tides.NoTidalCorrection
-
Returns true if model uses direct computation, false if interpolated computation.
- isDirect() - Method in interface fr.cnes.sirius.patrius.frames.configuration.tides.TidalCorrectionModel
-
Returns true if model uses direct computation, false if interpolated computation.
- isDirect() - Method in class fr.cnes.sirius.patrius.frames.configuration.tides.TidalCorrectionPerThread
-
Returns true if model uses direct computation, false if interpolated computation.
- isDirect() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.OrientedPoint
-
Check if the hyperplane orientation is direct.
- ISearchIndex - Interface in fr.cnes.sirius.patrius.math.utils
-
Interfaces for optimized indices search algorithm.
- ISearchIndex.SearchIndexIntervalConvention - Enum in fr.cnes.sirius.patrius.math.utils
-
Describes the shape of an interval.
- isEmpty() - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeLegsSequence
-
Returns true if the sequence is empty.
- isEmpty() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataReader
-
Chech if data map is empty
- isEmpty() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsReader
-
Chech if data map is empty
- isEmpty() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.AbstractEOPHistory
-
Returns true if no EOP have been loaded.
- isEmpty() - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.AbstractRegion
-
Check if the instance is empty.
- isEmpty(BSPTree<S>) - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.AbstractRegion
-
Check if the sub-tree starting at a given node is empty.
- isEmpty() - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.AbstractSubHyperplane
-
Check if the instance is empty.
- isEmpty() - Method in interface fr.cnes.sirius.patrius.math.geometry.partitioning.Region
-
Check if the instance is empty.
- isEmpty(BSPTree<S>) - Method in interface fr.cnes.sirius.patrius.math.geometry.partitioning.Region
-
Check if the sub-tree starting at a given node is empty.
- isEmpty() - Method in interface fr.cnes.sirius.patrius.math.geometry.partitioning.SubHyperplane
-
Check if the instance is empty.
- isEmpty() - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.utilities.AVLTree
-
Check if the tree is empty.
- isEqualTo(Rotation, double, double) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Rotation
-
Compare two rotations with respect to their axis and angle
- isEqualTo(Rotation) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Rotation
-
- isEquivalent() - Method in class fr.cnes.sirius.patrius.projections.GeneralizedFlamsteedSamson
-
Inform the user if the direct transformation is an equivalent 's one (If yes, it preserves surfaces).
- isEquivalent() - Method in class fr.cnes.sirius.patrius.projections.IdentityProjection
-
Inform the user if the direct transformation is an equivalent 's one (If yes, it preserves surfaces).
- isEquivalent() - Method in interface fr.cnes.sirius.patrius.projections.IProjection
-
Inform the user if the direct transformation is an equivalent 's one (If yes, it preserves surfaces).
- isEquivalent() - Method in class fr.cnes.sirius.patrius.projections.Mercator
-
Inform the user if the direct transformation is an equivalent 's one (If yes, it preserves surfaces).
- isFiring() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
Returns maneuver status (firing or not).
- isFiring() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
Returns maneuver status (firing or not).
- isFormatOK(String, String) - Static method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLE
-
Check the lines format validity.
- isForward() - Method in class fr.cnes.sirius.patrius.math.ode.sampling.AbstractStepInterpolator
-
Check if the natural integration direction is forward.
- isForward() - Method in interface fr.cnes.sirius.patrius.math.ode.sampling.StepInterpolator
-
Check if the natural integration direction is forward.
- isForward() - Method in class fr.cnes.sirius.patrius.propagation.sampling.AdaptedStepHandler
-
Check is integration direction is forward in date.
- isForward() - Method in class fr.cnes.sirius.patrius.propagation.sampling.BasicStepInterpolator
-
Check is integration direction is forward in date.
- isForward() - Method in class fr.cnes.sirius.patrius.propagation.sampling.multi.MultiAdaptedStepHandler
-
Check is integration direction is forward in date.
- isForward() - Method in interface fr.cnes.sirius.patrius.propagation.sampling.multi.MultiPatriusStepInterpolator
-
Check is integration direction is forward in date.
- isForward() - Method in interface fr.cnes.sirius.patrius.propagation.sampling.PatriusStepInterpolator
-
Check is integration direction is forward in date.
- isForward() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaBasicInterpolator
-
Check is integration direction is forward in date.
- isIncreasing() - Method in class fr.cnes.sirius.patrius.events.CodedEventsLogger.LoggedCodedEvent
-
Tells if g increases or decreases around event date.
- isIncreasing() - Method in class fr.cnes.sirius.patrius.events.multi.MultiCodedEventsLogger.MultiLoggedCodedEvent
-
Tells if g increases or decreases around event date.
- isIncreasing() - Method in class fr.cnes.sirius.patrius.events.multi.MultiEventsLogger.MultiLoggedEvent
-
Get the Increasing/decreasing status of the event.
- isIncreasing() - Method in class fr.cnes.sirius.patrius.propagation.events.EventsLogger.LoggedEvent
-
Get the Increasing/decreasing status of the event.
- isInfinite() - Method in class fr.cnes.sirius.patrius.math.complex.Complex
-
Checks whether either the real or imaginary part of this complex number
takes an infinite value (either Double.POSITIVE_INFINITY or Double.NEGATIVE_INFINITY) and neither
part
is NaN.
- isInfinite() - Method in class fr.cnes.sirius.patrius.math.dfp.Dfp
-
Check if instance is infinite.
- isInfinite() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.Vector1D
-
Returns true if any coordinate of this vector is infinite and none are NaN;
false otherwise
- isInfinite() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Returns true if any coordinate of this vector is infinite and none are NaN;
false otherwise
- isInfinite() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Vector3D
-
Returns true if any coordinate of this vector is infinite and none are NaN;
false otherwise
- isInfinite() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Vector2D
-
Returns true if any coordinate of this vector is infinite and none are NaN;
false otherwise
- isInfinite() - Method in interface fr.cnes.sirius.patrius.math.geometry.Vector
-
Returns true if any coordinate of this vector is infinite and none are NaN;
false otherwise
- isInfinite() - Method in class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Check whether any coordinate of this vector is infinite and none
are NaN.
- isInfinite() - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Check whether any coordinate of this vector is infinite and none are NaN.
- isInfinite() - Method in class fr.cnes.sirius.patrius.math.util.Decimal64
-
- isInside(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCone
-
Return true if point is inside cone
- isInTheField(Vector3D) - Method in class fr.cnes.sirius.patrius.fieldsofview.AzimuthElevationField
- isInTheField(Vector3D) - Method in class fr.cnes.sirius.patrius.fieldsofview.BooleanField
- isInTheField(Vector3D) - Method in class fr.cnes.sirius.patrius.fieldsofview.CircularField
- isInTheField(Vector3D) - Method in class fr.cnes.sirius.patrius.fieldsofview.EllipticField
- isInTheField(Vector3D) - Method in interface fr.cnes.sirius.patrius.fieldsofview.IFieldOfView
-
- isInTheField(Vector3D) - Method in class fr.cnes.sirius.patrius.fieldsofview.InvertField
- isInTheField(Vector3D) - Method in class fr.cnes.sirius.patrius.fieldsofview.OmnidirectionalField
-
Any vector being in the field, this method always return true
- isInTheField(Vector3D) - Method in class fr.cnes.sirius.patrius.fieldsofview.PyramidalField
-
- isInTheField(Vector3D) - Method in class fr.cnes.sirius.patrius.fieldsofview.RectangleField
- isInTheField(Vector3D) - Method in class fr.cnes.sirius.patrius.fieldsofview.SectorField
- isInvertible(double) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Given a threshold, is this an invertible matrix?
The method indicates if the matrix is invertible.
- isInvertible(double) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Given a threshold, is this an invertible matrix?
The method indicates if the matrix is invertible.
- IsisAnalyticalSpinBiasSlew - Class in fr.cnes.sirius.patrius.attitudes
-
ISIS spin bias slew (in GCRF): slew with trapezoidal angular velocity profile.
- IsisAnalyticalSpinBiasSlew(AttitudeProvider, AttitudeProvider, AbsoluteDate, AbstractIsisSpinBiasSlew.TypeOfDate, double, double, double, double, double[][], double, double, double, double[][], double) - Constructor for class fr.cnes.sirius.patrius.attitudes.IsisAnalyticalSpinBiasSlew
-
Constructor with default maximum number of iterations allowed for slew duration computation's convergence.
- IsisAnalyticalSpinBiasSlew(AttitudeProvider, AttitudeProvider, AbsoluteDate, AbstractIsisSpinBiasSlew.TypeOfDate, double, double, double, double, double[][], double, double, double, double[][], double, int) - Constructor for class fr.cnes.sirius.patrius.attitudes.IsisAnalyticalSpinBiasSlew
-
Constructor.
- IsisNumericalSpinBiasSlew - Class in fr.cnes.sirius.patrius.attitudes
-
ISIS spin bias slew (in GCRF): slew with trapezoidal angular velocity profile.
- IsisNumericalSpinBiasSlew(AttitudeProvider, AttitudeProvider, AbsoluteDate, AbstractIsisSpinBiasSlew.TypeOfDate, double, double, double, double, double[][], double, double, double, double[][], double) - Constructor for class fr.cnes.sirius.patrius.attitudes.IsisNumericalSpinBiasSlew
-
Constructor with default maximum number of iterations allowed for slew duration computation's convergence.
- IsisNumericalSpinBiasSlew(AttitudeProvider, AttitudeProvider, AbsoluteDate, AbstractIsisSpinBiasSlew.TypeOfDate, double, double, double, double, double[][], double, double, double, double[][], double, int) - Constructor for class fr.cnes.sirius.patrius.attitudes.IsisNumericalSpinBiasSlew
-
Constructor.
- IsisSunPointing - Class in fr.cnes.sirius.patrius.attitudes
-
Implementation of ISIS Sun pointing attitude law.
- IsisSunPointing(IDirection) - Constructor for class fr.cnes.sirius.patrius.attitudes.IsisSunPointing
-
Build a new instance of the class.
- IsisSunPointing(CelestialBody) - Constructor for class fr.cnes.sirius.patrius.attitudes.IsisSunPointing
-
Build a new instance of the class.
- isJ2SquareComputed() - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
Getter for the J22 computation flag.
- isJ2SquareParDerComputed() - Method in class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
Getter for the J22 partial derivatives computation flag.
- isLastStep - Variable in class fr.cnes.sirius.patrius.math.ode.AbstractIntegrator
-
Indicator for last step.
- isLinkedToOrekitTree() - Method in class fr.cnes.sirius.patrius.assembly.MainPart
-
- isLoaded() - Method in class fr.cnes.sirius.patrius.math.random.EmpiricalDistribution
-
Property indicating whether or not the distribution has been loaded.
- isMainTargetInField(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.assembly.models.SensorModel
-
Checks if the main target at least partially is in the field of view at a date
- isMaskingCheck() - Method in class fr.cnes.sirius.patrius.events.sensor.SatToSatMutualVisibilityDetector
-
Check maskings.
- isMonotonic(T[], MathArrays.OrderDirection, boolean) - Static method in class fr.cnes.sirius.patrius.math.util.MathArrays
-
Check that an array is monotonically increasing or decreasing.
- isMonotonic(double[], MathArrays.OrderDirection, boolean) - Static method in class fr.cnes.sirius.patrius.math.util.MathArrays
-
Check that an array is monotonically increasing or decreasing.
- isNan(double[]) - Method in class fr.cnes.sirius.patrius.math.analysis.interpolation.AbstractLinearIntervalsFunction
-
Tests if an array of double contains NaN values.
- isNaN() - Method in class fr.cnes.sirius.patrius.math.complex.Complex
-
Checks whether either or both parts of this complex number is NaN.
- isNaN() - Method in class fr.cnes.sirius.patrius.math.dfp.Dfp
-
Check if instance is not a number.
- isNaN() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.Vector1D
-
Returns true if any coordinate of this vector is NaN; false otherwise
- isNaN() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Returns true if any coordinate of this vector is NaN; false otherwise
- isNaN() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Matrix3D
-
Returns true if any entry of this matrix is NaN; false otherwise
- isNaN() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Vector3D
-
Returns true if any coordinate of this vector is NaN; false otherwise
- isNaN() - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Vector2D
-
Returns true if any coordinate of this vector is NaN; false otherwise
- isNaN() - Method in interface fr.cnes.sirius.patrius.math.geometry.Vector
-
Returns true if any coordinate of this vector is NaN; false otherwise
- isNaN() - Method in class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Check if any coordinate of this vector is NaN.
- isNaN() - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Check whether any coordinate of this vector is NaN.
- isNaN() - Method in class fr.cnes.sirius.patrius.math.util.Decimal64
-
Returns true if this double precision number is
Not-a-Number (NaN), false otherwise.
- isNoIntercept() - Method in class fr.cnes.sirius.patrius.math.stat.regression.AbstractMultipleLinearRegression
-
- isNonSingular() - Method in interface fr.cnes.sirius.patrius.math.linear.DecompositionSolver
-
Check if the decomposed matrix is non-singular.
- isNonSingular() - Method in interface fr.cnes.sirius.patrius.math.linear.FieldDecompositionSolver
-
Check if the decomposed matrix is non-singular.
- isOrthogonal(double, double) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Matrix3D
-
Given a threshold, is this an orthogonal matrix?
The method indicates if the matrix is orthogonal.
- isOrthogonal(double, double) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Given a threshold, is this an orthogonal matrix?
The method indicates if the matrix is orthogonal.
- isOrthogonal(double, double) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Given a threshold, is this an orthogonal matrix?
The method indicates if the matrix is orthogonal.
- isParallelTo(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Line
-
Check the instance is parallel to another line.
- isPendingReset() - Method in class fr.cnes.sirius.patrius.math.ode.events.EventState
-
Check if some reset is being triggered.
- isPendingReset() - Method in class fr.cnes.sirius.patrius.propagation.events.EventState
-
Check if some reset is being triggered.
- isPositiveDefinite(RealMatrix, double) - Static method in class fr.cnes.sirius.patrius.orbits.Orbit
-
Test the positivity of a matrix.
- isPowerOfTwo(long) - Static method in class fr.cnes.sirius.patrius.math.util.ArithmeticUtils
-
Returns true if the argument is a power of two.
- isPseudoInertial() - Method in class fr.cnes.sirius.patrius.frames.Frame
-
Check if the frame is pseudo-inertial.
- isPureQuaternion(double) - Method in class fr.cnes.sirius.patrius.math.complex.Quaternion
-
Checks whether the instance is a pure quaternion within a given
tolerance.
- isRandomStart() - Method in class fr.cnes.sirius.patrius.math.genetics.CycleCrossover
-
Returns whether the starting index is chosen randomly or set to zero.
- isRecomputeDrag() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaGTOPropagator
-
- isRestrictedToNonNegative() - Method in class fr.cnes.sirius.patrius.math.optim.linear.LinearOptimizer
-
- isRestrictedToNonNegative() - Method in class fr.cnes.sirius.patrius.math.optim.linear.NonNegativeConstraint
-
Indicates whether all the variables must be restricted to non-negative
values.
- isRuleAvailable(int) - Static method in class fr.cnes.sirius.patrius.math.quadrature.LebedevRule
-
Returns the availability of a Lebedev rule. Original author: John Burkardt (12 September
2010)
- isSame(Chromosome) - Method in class fr.cnes.sirius.patrius.math.genetics.BinaryChromosome
-
- isSame(Chromosome) - Method in class fr.cnes.sirius.patrius.math.genetics.Chromosome
-
Returns true iff another has the same representation and therefore the same fitness.
- isSame(Chromosome) - Method in class fr.cnes.sirius.patrius.math.genetics.RandomKey
-
Returns true iff another is a RandomKey and
encodes the same permutation.
- isSatisfied(Population) - Method in class fr.cnes.sirius.patrius.math.genetics.FixedElapsedTime
-
Determine whether or not the maximum allowed time has passed.
- isSatisfied(Population) - Method in class fr.cnes.sirius.patrius.math.genetics.FixedGenerationCount
-
Determine whether or not the given number of generations have passed.
- isSatisfied(Population) - Method in interface fr.cnes.sirius.patrius.math.genetics.StoppingCondition
-
Determine whether or not the given population satisfies the stopping condition.
- isSequence(double, double, double) - Method in class fr.cnes.sirius.patrius.math.analysis.solver.BaseAbstractUnivariateSolver
-
Check whether the arguments form a (strictly) increasing sequence.
- isSequence(double, double, double) - Static method in class fr.cnes.sirius.patrius.math.analysis.solver.UnivariateSolverUtils
-
Check whether the arguments form a (strictly) increasing sequence.
- isSimilarTo(Line) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Line
-
Check if the instance is similar to another line.
- isSimilarTo(Plane) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plane
-
Check if the instance is similar to another plane.
- isSquare() - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Is this a square matrix?
- isSquare() - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Is this a square matrix?
- isSquare() - Method in interface fr.cnes.sirius.patrius.math.linear.AnyMatrix
-
Is this a square matrix?
- isStartingEvent() - Method in class fr.cnes.sirius.patrius.events.CodedEvent
-
- isStateActive(SpacecraftState) - Method in class fr.cnes.sirius.patrius.events.GenericCodingEventDetector
-
Tells if the event state is "active" for the given input.
- isStateActive(Map<String, SpacecraftState>) - Method in class fr.cnes.sirius.patrius.events.multi.MultiGenericCodingEventDetector
-
Tells if the multi event state is "active" for the given input.
- isStoreTimeDerivatives() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Returns flag indicating if time derivatives dE'/dt must be stored.
- isStrictlyInside(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.InfiniteEllipticCone
-
Return true if point is inside cone
- isSuccessorOf(PosVelChebyshev) - Method in class fr.cnes.sirius.patrius.bodies.PosVelChebyshev
-
Check if the instance is the exact successor of another model.
- isSupportConnected() - Method in class fr.cnes.sirius.patrius.math.distribution.BetaDistribution
-
Use this method to get information about whether the support is connected,
i.e.
- isSupportConnected() - Method in class fr.cnes.sirius.patrius.math.distribution.BinomialDistribution
-
Use this method to get information about whether the support is
connected, i.e.
- isSupportConnected() - Method in class fr.cnes.sirius.patrius.math.distribution.CauchyDistribution
-
Use this method to get information about whether the support is connected,
i.e.
- isSupportConnected() - Method in class fr.cnes.sirius.patrius.math.distribution.ChiSquaredDistribution
-
Use this method to get information about whether the support is connected,
i.e.
- isSupportConnected() - Method in class fr.cnes.sirius.patrius.math.distribution.ExponentialDistribution
-
Use this method to get information about whether the support is connected,
i.e.
- isSupportConnected() - Method in class fr.cnes.sirius.patrius.math.distribution.FDistribution
-
Use this method to get information about whether the support is connected,
i.e.
- isSupportConnected() - Method in class fr.cnes.sirius.patrius.math.distribution.GammaDistribution
-
Use this method to get information about whether the support is connected,
i.e.
- isSupportConnected() - Method in class fr.cnes.sirius.patrius.math.distribution.HypergeometricDistribution
-
Use this method to get information about whether the support is
connected, i.e.
- isSupportConnected() - Method in interface fr.cnes.sirius.patrius.math.distribution.IntegerDistribution
-
Use this method to get information about whether the support is
connected, i.e.
- isSupportConnected() - Method in class fr.cnes.sirius.patrius.math.distribution.LogNormalDistribution
-
Use this method to get information about whether the support is connected,
i.e.
- isSupportConnected() - Method in class fr.cnes.sirius.patrius.math.distribution.NormalDistribution
-
Use this method to get information about whether the support is connected,
i.e.
- isSupportConnected() - Method in class fr.cnes.sirius.patrius.math.distribution.PascalDistribution
-
Use this method to get information about whether the support is
connected, i.e.
- isSupportConnected() - Method in class fr.cnes.sirius.patrius.math.distribution.PoissonDistribution
-
Use this method to get information about whether the support is
connected, i.e.
- isSupportConnected() - Method in interface fr.cnes.sirius.patrius.math.distribution.RealDistribution
-
Use this method to get information about whether the support is connected,
i.e.
- isSupportConnected() - Method in class fr.cnes.sirius.patrius.math.distribution.TDistribution
-
Use this method to get information about whether the support is connected,
i.e.
- isSupportConnected() - Method in class fr.cnes.sirius.patrius.math.distribution.TriangularDistribution
-
Use this method to get information about whether the support is connected,
i.e.
- isSupportConnected() - Method in class fr.cnes.sirius.patrius.math.distribution.UniformIntegerDistribution
-
Use this method to get information about whether the support is
connected, i.e.
- isSupportConnected() - Method in class fr.cnes.sirius.patrius.math.distribution.UniformRealDistribution
-
Use this method to get information about whether the support is connected,
i.e.
- isSupportConnected() - Method in class fr.cnes.sirius.patrius.math.distribution.WeibullDistribution
-
Use this method to get information about whether the support is connected,
i.e.
- isSupportConnected() - Method in class fr.cnes.sirius.patrius.math.distribution.ZipfDistribution
-
Use this method to get information about whether the support is
connected, i.e.
- isSupportConnected() - Method in class fr.cnes.sirius.patrius.math.random.EmpiricalDistribution
-
Use this method to get information about whether the support is connected,
i.e.
- isSupported(DataProvider) - Method in class fr.cnes.sirius.patrius.data.DataProvidersManager
-
Check if some provider is supported.
- isSupported(String) - Method in class fr.cnes.sirius.patrius.math.ode.AbstractParameterizable
-
Check if a parameter is supported.
- isSupported(String) - Method in interface fr.cnes.sirius.patrius.math.ode.Parameterizable
-
Check if a parameter is supported.
- isSupportLowerBoundInclusive() - Method in class fr.cnes.sirius.patrius.math.distribution.BetaDistribution
-
Returns true if support contains lower bound.
- isSupportLowerBoundInclusive() - Method in class fr.cnes.sirius.patrius.math.distribution.CauchyDistribution
-
Returns true if support contains lower bound.
- isSupportLowerBoundInclusive() - Method in class fr.cnes.sirius.patrius.math.distribution.ChiSquaredDistribution
-
Returns true if support contains lower bound.
- isSupportLowerBoundInclusive() - Method in class fr.cnes.sirius.patrius.math.distribution.ExponentialDistribution
-
Returns true if support contains lower bound.
- isSupportLowerBoundInclusive() - Method in class fr.cnes.sirius.patrius.math.distribution.FDistribution
-
Returns true if support contains lower bound.
- isSupportLowerBoundInclusive() - Method in class fr.cnes.sirius.patrius.math.distribution.GammaDistribution
-
Returns true if support contains lower bound.
- isSupportLowerBoundInclusive() - Method in class fr.cnes.sirius.patrius.math.distribution.LogNormalDistribution
-
Returns true if support contains lower bound.
- isSupportLowerBoundInclusive() - Method in class fr.cnes.sirius.patrius.math.distribution.NormalDistribution
-
Returns true if support contains lower bound.
- isSupportLowerBoundInclusive() - Method in class fr.cnes.sirius.patrius.math.distribution.TDistribution
-
Returns true if support contains lower bound.
- isSupportLowerBoundInclusive() - Method in class fr.cnes.sirius.patrius.math.distribution.TriangularDistribution
-
Returns true if support contains lower bound.
- isSupportLowerBoundInclusive() - Method in class fr.cnes.sirius.patrius.math.distribution.UniformRealDistribution
-
Returns true if support contains lower bound.
- isSupportLowerBoundInclusive() - Method in class fr.cnes.sirius.patrius.math.distribution.WeibullDistribution
-
Returns true if support contains lower bound.
- isSupportLowerBoundInclusive() - Method in class fr.cnes.sirius.patrius.math.random.EmpiricalDistribution
-
Returns true if support contains lower bound.
- isSupportUpperBoundInclusive() - Method in class fr.cnes.sirius.patrius.math.distribution.BetaDistribution
-
Returns true if support contains upper bound.
- isSupportUpperBoundInclusive() - Method in class fr.cnes.sirius.patrius.math.distribution.CauchyDistribution
-
Returns true if support contains upper bound.
- isSupportUpperBoundInclusive() - Method in class fr.cnes.sirius.patrius.math.distribution.ChiSquaredDistribution
-
Returns true if support contains upper bound.
- isSupportUpperBoundInclusive() - Method in class fr.cnes.sirius.patrius.math.distribution.ExponentialDistribution
-
Returns true if support contains lower bound.
- isSupportUpperBoundInclusive() - Method in class fr.cnes.sirius.patrius.math.distribution.FDistribution
-
Returns true if support contains upper bound.
- isSupportUpperBoundInclusive() - Method in class fr.cnes.sirius.patrius.math.distribution.GammaDistribution
-
Returns true if support contains upper bound.
- isSupportUpperBoundInclusive() - Method in class fr.cnes.sirius.patrius.math.distribution.LogNormalDistribution
-
Returns true if support contains upper bound.
- isSupportUpperBoundInclusive() - Method in class fr.cnes.sirius.patrius.math.distribution.NormalDistribution
-
Returns true if support contains upper bound.
- isSupportUpperBoundInclusive() - Method in class fr.cnes.sirius.patrius.math.distribution.TDistribution
-
Returns true if support contains upper bound.
- isSupportUpperBoundInclusive() - Method in class fr.cnes.sirius.patrius.math.distribution.TriangularDistribution
-
Returns true if support contains upper bound.
- isSupportUpperBoundInclusive() - Method in class fr.cnes.sirius.patrius.math.distribution.UniformRealDistribution
-
Returns true if support contains upper bound.
- isSupportUpperBoundInclusive() - Method in class fr.cnes.sirius.patrius.math.distribution.WeibullDistribution
-
Returns true if support contains upper bound.
- isSupportUpperBoundInclusive() - Method in class fr.cnes.sirius.patrius.math.random.EmpiricalDistribution
-
Returns true if support contains upper bound.
- isSymmetric() - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Checks if this is a symmetric matrix
- isSymmetric(double) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
- isSymmetric(RealMatrix, double) - Static method in class fr.cnes.sirius.patrius.math.linear.MatrixUtils
-
Checks whether a matrix is symmetric.
- isSymmetric() - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Checks if this is a symmetric matrix
- isSymmetric() - Method in class fr.cnes.sirius.patrius.math.linear.SymmetricMatrix
-
Checks if this is a symmetric matrix
- isTotalEclipse() - Method in class fr.cnes.sirius.patrius.propagation.events.EclipseDetector
-
Get the total eclipse detection flag.
- isTransposable() - Method in class fr.cnes.sirius.patrius.math.linear.RealLinearOperator
-
- isTriggered() - Method in class fr.cnes.sirius.patrius.propagation.events.NullMassDetector
-
Returns true if detector has been triggered.
- isUnitQuaternion(double) - Method in class fr.cnes.sirius.patrius.math.complex.Quaternion
-
Checks whether the instance is a unit quaternion within a given
tolerance.
- isWellFormed() - Method in enum fr.cnes.sirius.patrius.math.geometry.euclidean.twod.EnumPolygon
-
A well formed polygon is CONCAVE or CONVEX
- isZero() - Method in class fr.cnes.sirius.patrius.math.dfp.Dfp
-
Check if instance is equal to zero.
- ITargetDirection - Interface in fr.cnes.sirius.patrius.attitudes.directions
-
This interface extends Directions for the directions
described by a target point.
- iterate(MultivariateFunction, Comparator<PointValuePair>) - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.noderiv.AbstractSimplex
-
Compute the next simplex of the algorithm.
- iterate(MultivariateFunction, Comparator<PointValuePair>) - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.noderiv.MultiDirectionalSimplex
-
Compute the next simplex of the algorithm.
- iterate(MultivariateFunction, Comparator<PointValuePair>) - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.noderiv.NelderMeadSimplex
-
Compute the next simplex of the algorithm.
- IterationEvent - Class in fr.cnes.sirius.patrius.math.util
-
The root class from which all events occurring while running an
IterationManager should be derived.
- IterationEvent(Object, int) - Constructor for class fr.cnes.sirius.patrius.math.util.IterationEvent
-
Creates a new instance of this class.
- IterationListener - Interface in fr.cnes.sirius.patrius.math.util
-
The listener interface for receiving events occurring in an iterative
algorithm.
- IterationManager - Class in fr.cnes.sirius.patrius.math.util
-
This abstract class provides a general framework for managing iterative
algorithms.
- IterationManager(int) - Constructor for class fr.cnes.sirius.patrius.math.util.IterationManager
-
Creates a new instance of this class.
- IterationManager(int, Incrementor.MaxCountExceededCallback) - Constructor for class fr.cnes.sirius.patrius.math.util.IterationManager
-
Creates a new instance of this class.
- iterationPerformed(IterationEvent) - Method in interface fr.cnes.sirius.patrius.math.util.IterationListener
-
Invoked each time an iteration is completed (in the main iteration loop).
- iterations - Variable in class fr.cnes.sirius.patrius.math.analysis.integration.BaseAbstractUnivariateIntegrator
-
The iteration count.
- iterations - Variable in class fr.cnes.sirius.patrius.math.optim.BaseOptimizer
-
Iterations counter.
- iterationStarted(IterationEvent) - Method in interface fr.cnes.sirius.patrius.math.util.IterationListener
-
Invoked each time a new iteration is completed (in the main iteration
loop).
- IterativeLegendreGaussIntegrator - Class in fr.cnes.sirius.patrius.math.analysis.integration
-
This algorithm divides the integration interval into equally-sized
sub-interval and on each of them performs a
Legendre-Gauss quadrature.
- IterativeLegendreGaussIntegrator(int, double, double, int, int) - Constructor for class fr.cnes.sirius.patrius.math.analysis.integration.IterativeLegendreGaussIntegrator
-
Builds an integrator with given accuracies and iterations counts.
- IterativeLegendreGaussIntegrator(int, double, double) - Constructor for class fr.cnes.sirius.patrius.math.analysis.integration.IterativeLegendreGaussIntegrator
-
Builds an integrator with given accuracies.
- IterativeLegendreGaussIntegrator(int, int, int) - Constructor for class fr.cnes.sirius.patrius.math.analysis.integration.IterativeLegendreGaussIntegrator
-
Builds an integrator with given iteration counts.
- IterativeLinearSolver - Class in fr.cnes.sirius.patrius.math.linear
-
This abstract class defines an iterative solver for the linear system A
· x = b.
- IterativeLinearSolver(int) - Constructor for class fr.cnes.sirius.patrius.math.linear.IterativeLinearSolver
-
Creates a new instance of this class, with default iteration manager.
- IterativeLinearSolver(IterationManager) - Constructor for class fr.cnes.sirius.patrius.math.linear.IterativeLinearSolver
-
Creates a new instance of this class, with custom iteration manager.
- IterativeLinearSolverEvent - Class in fr.cnes.sirius.patrius.math.linear
-
- IterativeLinearSolverEvent(Object, int) - Constructor for class fr.cnes.sirius.patrius.math.linear.IterativeLinearSolverEvent
-
Creates a new instance of this class.
- iterator() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.AbstractEOPHistory
- iterator() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.NoEOP2000History
-
Iterator.
- iterator() - Method in class fr.cnes.sirius.patrius.math.genetics.ListPopulation
-
Returns an iterator over the unmodifiable list of chromosomes.
- iterator() - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Generic dense iterator.
- iterator() - Method in class fr.cnes.sirius.patrius.math.util.Combinations
- iterator() - Method in class fr.cnes.sirius.patrius.math.util.MultidimensionalCounter
-
Create an iterator over this counter.
- iterator() - Method in class fr.cnes.sirius.patrius.math.util.OpenIntToDoubleHashMap
-
Get an iterator over map elements.
- iterator() - Method in class fr.cnes.sirius.patrius.math.util.OpenIntToFieldHashMap
-
Get an iterator over map elements.
- ITerrestrialTidesDataProvider - Interface in fr.cnes.sirius.patrius.forces.gravity.tides
-
Interface that provides terrestrial tides inputs.
- ITRF00TO93 - Static variable in class fr.cnes.sirius.patrius.frames.transformations.HelmertTransformationFactory
-
Helmert transformation between ITRF2000 and ITRF93.
// see ftp://itrf.ensg.ign.fr/pub/itrf/ITRF.TP
// -------------------------------------------------------------------------------------
// SOLUTION T1 T2 T3 D R1 R2 R3 EPOCH Ref.
// UNITS----------> cm cm cm ppb .001" .001" .001" IERS Tech.
// .
- ITRF00TO97 - Static variable in class fr.cnes.sirius.patrius.frames.transformations.HelmertTransformationFactory
-
Helmert transformation between ITRF2000 and ITRF97
see ftp://itrf.ensg.ign.fr/pub/itrf/ITRF.TP
-------------------------------------------------------------------------------------
SOLUTION T1 T2 T3 D R1 R2 R3 EPOCH Ref.
UNITS----------> cm cm cm ppb .001" .001" .001" IERS Tech.
.
- ITRF05TO00 - Static variable in class fr.cnes.sirius.patrius.frames.transformations.HelmertTransformationFactory
-
Helmert transformation between ITRF2005 and ITRF 2000.
see http://itrf.ign.fr/ITRF_solutions/2005/tp_05-00.php
T1 T2 T3 D R1 R2 R3
mm mm mm 10-9 mas mas mas
0.1 -0.8 -5.8 0.40 0.000 0.000 0.000
+/- 0.3 0.3 0.3 0.05 0.012 0.012 0.012
Rates -0.2 0.1 -1.8 0.08 0.000 0.000 0.000
+/- 0.3 0.3 0.3 0.05 0.012 0.012 0.012
Table 1: Transformation parameters at epoch 2000.0 and their rates from ITRF2005 to ITRF2000
(ITRF2000 minus ITRF2005)
- ITRF05TO08 - Static variable in class fr.cnes.sirius.patrius.frames.transformations.HelmertTransformationFactory
-
Helmert transformation between ITRF2005 and ITRF 2008.
see http://itrf.ign.fr/ITRF_solutions/2008/tp_08-05.php
T1 T2 T3 D R1 R2 R3
mm mm mm 10-9 mas mas mas
-0.5 -0.9 -4.7 0.94 0.000 0.000 0.000
+/- 0.2 0.2 0.2 0.03 0.008 0.008 0.008
Rates 0.3 0.0 0.0 0.00 0.000 0.000 0.000
+/- 0.2 0.2 0.2 0.03 0.008 0.008 0.008
Table 1: Transformation parameters at epoch 2005.0 and their rates from ITRF2008 to ITRF2005
(ITRF2005 minus ITRF2008)
- ITRFEquinoxProvider - Class in fr.cnes.sirius.patrius.frames.transformations
-
International Terrestrial Reference Frame, based on old equinox conventions.
- ITRFEquinoxProvider() - Constructor for class fr.cnes.sirius.patrius.frames.transformations.ITRFEquinoxProvider
-
Simple constructor.
- ITRFProvider - Class in fr.cnes.sirius.patrius.frames.transformations
-
International Terrestrial Reference Frame.
- ITRFProvider() - Constructor for class fr.cnes.sirius.patrius.frames.transformations.ITRFProvider
-
Simple constructor.
- s4 - Variable in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLEPropagator
-
s* new value for the contant s.
- SaastamoinenModel - Class in fr.cnes.sirius.patrius.models.earth
-
The modified Saastamoinen model.
- SaastamoinenModel(double, double, double) - Constructor for class fr.cnes.sirius.patrius.models.earth.SaastamoinenModel
-
Create a new Saastamoinen model for the troposphere using the given
environmental conditions.
- SAFE_MIN - Static variable in class fr.cnes.sirius.patrius.math.util.Precision
-
Safe minimum, such that 1 / SAFE_MIN does not overflow.
- safeNorm(double[]) - Static method in class fr.cnes.sirius.patrius.math.util.MathArrays
-
Returns the Cartesian norm (2-norm), handling both overflow and underflow.
- SAM - Static variable in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.NRLMSISE00Data
-
SEMIANNUAL MULT SAM
- sameOrientationAs(Hyperplane<Euclidean1D>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.OrientedPoint
-
Check if the instance has the same orientation as another hyperplane.
- sameOrientationAs(Hyperplane<Euclidean3D>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Plane
-
Check if the instance has the same orientation as another hyperplane.
- sameOrientationAs(Hyperplane<Euclidean2D>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Line
-
Check if the instance has the same orientation as another hyperplane.
- sameOrientationAs(Hyperplane<S>) - Method in interface fr.cnes.sirius.patrius.math.geometry.partitioning.Hyperplane
-
Check if the instance has the same orientation as another hyperplane.
- sample(UnivariateFunction, double, double, int) - Static method in class fr.cnes.sirius.patrius.math.analysis.FunctionUtils
-
Samples the specified univariate real function on the specified interval.
- sample() - Method in class fr.cnes.sirius.patrius.math.distribution.AbstractIntegerDistribution
-
Generate a random value sampled from this distribution.
- sample(int) - Method in class fr.cnes.sirius.patrius.math.distribution.AbstractIntegerDistribution
-
Generate a random sample from the distribution.
- sample() - Method in class fr.cnes.sirius.patrius.math.distribution.AbstractMultivariateRealDistribution
-
Generates a random value vector sampled from this distribution.
- sample(int) - Method in class fr.cnes.sirius.patrius.math.distribution.AbstractMultivariateRealDistribution
-
Generates a list of a random value vectors from the distribution.
- sample() - Method in class fr.cnes.sirius.patrius.math.distribution.AbstractRealDistribution
-
Generate a random value sampled from this distribution.
- sample(int) - Method in class fr.cnes.sirius.patrius.math.distribution.AbstractRealDistribution
-
Generate a random sample from the distribution.
- sample() - Method in class fr.cnes.sirius.patrius.math.distribution.ExponentialDistribution
-
Generate a random value sampled from this distribution.
- sample() - Method in class fr.cnes.sirius.patrius.math.distribution.GammaDistribution
-
This implementation uses the following algorithms:
- sample() - Method in interface fr.cnes.sirius.patrius.math.distribution.IntegerDistribution
-
Generate a random value sampled from this distribution.
- sample(int) - Method in interface fr.cnes.sirius.patrius.math.distribution.IntegerDistribution
-
Generate a random sample from the distribution.
- sample() - Method in class fr.cnes.sirius.patrius.math.distribution.LogNormalDistribution
-
Generate a random value sampled from this distribution.
- sample() - Method in class fr.cnes.sirius.patrius.math.distribution.MixtureMultivariateRealDistribution
-
Generates a random value vector sampled from this distribution.
- sample() - Method in class fr.cnes.sirius.patrius.math.distribution.MultivariateNormalDistribution
-
Generates a random value vector sampled from this distribution.
- sample() - Method in interface fr.cnes.sirius.patrius.math.distribution.MultivariateRealDistribution
-
Generates a random value vector sampled from this distribution.
- sample(int) - Method in interface fr.cnes.sirius.patrius.math.distribution.MultivariateRealDistribution
-
Generates a list of a random value vectors from the distribution.
- sample() - Method in class fr.cnes.sirius.patrius.math.distribution.NormalDistribution
-
Generate a random value sampled from this distribution.
- sample() - Method in class fr.cnes.sirius.patrius.math.distribution.PoissonDistribution
-
Generate a random value sampled from this distribution.
- sample() - Method in interface fr.cnes.sirius.patrius.math.distribution.RealDistribution
-
Generate a random value sampled from this distribution.
- sample(int) - Method in interface fr.cnes.sirius.patrius.math.distribution.RealDistribution
-
Generate a random sample from the distribution.
- sample() - Method in class fr.cnes.sirius.patrius.math.distribution.UniformIntegerDistribution
-
Generate a random value sampled from this distribution.
- sample() - Method in class fr.cnes.sirius.patrius.math.distribution.UniformRealDistribution
-
Generate a random value sampled from this distribution.
- sample() - Method in class fr.cnes.sirius.patrius.math.random.EmpiricalDistribution
-
Generate a random value sampled from this distribution.
- sanityChecks(ExpandableStatefulODE, double) - Method in class fr.cnes.sirius.patrius.math.ode.AbstractIntegrator
-
Check the integration span.
- sanityChecks(ExpandableStatefulODE, double) - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.AdaptiveStepsizeIntegrator
-
Check the integration span.
- SatelliteInformation - Class in fr.cnes.sirius.patrius.files.general
-
Contains general information about a satellite as contained
in an orbit file.
- SatelliteInformation(String) - Constructor for class fr.cnes.sirius.patrius.files.general.SatelliteInformation
-
- SatelliteTimeCoordinate - Class in fr.cnes.sirius.patrius.files.general
-
Contains the position/velocity of a satellite at an specific epoch.
- SatelliteTimeCoordinate(AbsoluteDate, PVCoordinates) - Constructor for class fr.cnes.sirius.patrius.files.general.SatelliteTimeCoordinate
-
- SatelliteTimeCoordinate(AbsoluteDate, Vector3D, double) - Constructor for class fr.cnes.sirius.patrius.files.general.SatelliteTimeCoordinate
-
- SatelliteTimeCoordinate(AbsoluteDate, PVCoordinates, double, double) - Constructor for class fr.cnes.sirius.patrius.files.general.SatelliteTimeCoordinate
-
- SatToSatMutualVisibilityDetector - Class in fr.cnes.sirius.patrius.events.sensor
-
Mutual spacecraft visibility detector : the g function is positive only if each spacecraft is in the main field of
view of the other one's sensor.
- SatToSatMutualVisibilityDetector(SensorModel, SensorModel, Propagator, boolean, double, double) - Constructor for class fr.cnes.sirius.patrius.events.sensor.SatToSatMutualVisibilityDetector
-
Constructor to be used for single spacecraft propagation only (
Propagator).
- SatToSatMutualVisibilityDetector(SensorModel, SensorModel, Propagator, boolean, double, double, EventDetector.Action, EventDetector.Action) - Constructor for class fr.cnes.sirius.patrius.events.sensor.SatToSatMutualVisibilityDetector
-
Constructor to be used for single spacecraft propagation only (
Propagator).
- SatToSatMutualVisibilityDetector(SensorModel, SensorModel, Propagator, boolean, double, double, EventDetector.Action, EventDetector.Action, boolean, boolean) - Constructor for class fr.cnes.sirius.patrius.events.sensor.SatToSatMutualVisibilityDetector
-
Constructor to be used for single spacecraft propagation only (
Propagator).
- SatToSatMutualVisibilityDetector(String, String, SensorModel, SensorModel, boolean, double, double) - Constructor for class fr.cnes.sirius.patrius.events.sensor.SatToSatMutualVisibilityDetector
-
Constructor to be used for multi spacecraft propagation only (
MultiPropagator).
- SatToSatMutualVisibilityDetector(String, String, SensorModel, SensorModel, boolean, double, double, EventDetector.Action, EventDetector.Action) - Constructor for class fr.cnes.sirius.patrius.events.sensor.SatToSatMutualVisibilityDetector
-
Constructor to be used for multi spacecraft propagation only (
MultiPropagator).
- SatToSatMutualVisibilityDetector(String, String, SensorModel, SensorModel, boolean, double, double, EventDetector.Action, EventDetector.Action, boolean, boolean) - Constructor for class fr.cnes.sirius.patrius.events.sensor.SatToSatMutualVisibilityDetector
-
Constructor to be used for multi-spacecraft propagation only (
MultiPropagator).
- SATURN - Static variable in class fr.cnes.sirius.patrius.bodies.CelestialBodyFactory
-
Predefined name for Saturn.
- scalAbsoluteTolerance - Variable in class fr.cnes.sirius.patrius.math.ode.nonstiff.AdaptiveStepsizeIntegrator
-
Allowed absolute scalar error.
- scalarAdd(double) - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.FourierSeries
-
Add a scalar
- scalarAdd(double) - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.TrigonometricPolynomialFunction
-
Add a scalar
- scalarAdd(double) - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.TrigonometricPolynomialPrimitive
-
- scalarAdd(T) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Increment each entry of this matrix.
- scalarAdd(double) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Returns the result of adding d to each entry of this.
- scalarAdd(T) - Method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Increment each entry of this matrix.
- scalarAdd(double) - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Returns the result of adding d to each entry of this.
- scalarAdd(T) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrix
-
Increment each entry of this matrix.
- scalarAdd(double) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Returns the result of adding d to each entry of this.
- scalarDivide(double) - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.FourierSeries
-
Divide by a scalar
- scalarDivide(double) - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.TrigonometricPolynomialFunction
-
Divide by a scalar
- scalarDivide(double) - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.TrigonometricPolynomialPrimitive
-
Divide by a scalar
- scalarMultiply(double) - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.FourierSeries
-
Multiply by a scalar
- scalarMultiply(double) - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.TrigonometricPolynomialFunction
-
Multiply by a scalar
- scalarMultiply(double) - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.TrigonometricPolynomialPrimitive
-
- scalarMultiply(double) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.Vector1D
-
Multiply the instance by a scalar.
- scalarMultiply(T) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Multiply the instance by a scalar.
- scalarMultiply(double) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Multiply the instance by a scalar.
- scalarMultiply(double) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Vector3D
-
Multiply the instance by a scalar.
- scalarMultiply(double) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Vector2D
-
Multiply the instance by a scalar.
- scalarMultiply(double) - Method in interface fr.cnes.sirius.patrius.math.geometry.Vector
-
Multiply the instance by a scalar.
- scalarMultiply(T) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Multiply each entry by d.
- scalarMultiply(double) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Returns the result of multiplying each entry of this by d.
- scalarMultiply(T) - Method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Multiply each entry by d.
- scalarMultiply(double) - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Returns the result of multiplying each entry of this by d.
- scalarMultiply(T) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrix
-
Multiply each entry by d.
- scalarMultiply(double) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Returns the result of multiplying each entry of this by d.
- scalarMultiply(double) - Method in class fr.cnes.sirius.patrius.math.linear.SymmetricMatrix
-
Returns the result of multiplying each entry of this by d.
- scalarMultiply(double, double[][]) - Static method in class fr.cnes.sirius.patrius.stela.JavaMathAdapter
-
Return coef * matrix.
- scalarSubtract(double) - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.FourierSeries
-
Subtract a scalar
- scalarSubtract(double) - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.TrigonometricPolynomialFunction
-
Subtract a scalar
- scalarSubtract(double) - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.TrigonometricPolynomialPrimitive
-
Subtract a scalar
- scalb(int) - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
Multiply the instance by a power of 2.
- scalb(int) - Method in interface fr.cnes.sirius.patrius.math.RealFieldElement
-
Multiply the instance by a power of 2.
- scalb(double, int) - Static method in class fr.cnes.sirius.patrius.math.util.FastMath
-
Multiply a double number by a power of 2.
- scalb(float, int) - Static method in class fr.cnes.sirius.patrius.math.util.FastMath
-
Multiply a float number by a power of 2.
- scaleArray(double[], double) - Static method in class fr.cnes.sirius.patrius.math.transform.TransformUtils
-
Multiply every component in the given real array by the
given real number.
- scaleArray(Complex[], double) - Static method in class fr.cnes.sirius.patrius.math.transform.TransformUtils
-
Multiply every component in the given complex array by the
given real number.
- scaled - Variable in class fr.cnes.sirius.patrius.math.ode.MultistepIntegrator
-
First scaled derivative (h y').
- scalRelativeTolerance - Variable in class fr.cnes.sirius.patrius.math.ode.nonstiff.AdaptiveStepsizeIntegrator
-
Allowed relative scalar error.
- SchwarzschildRelativisticEffect - Class in fr.cnes.sirius.patrius.forces.relativistic
-
Computation of the relativistic Schwarzschild effect.
- SchwarzschildRelativisticEffect(double, boolean, boolean) - Constructor for class fr.cnes.sirius.patrius.forces.relativistic.SchwarzschildRelativisticEffect
-
Constructor.
- SchwarzschildRelativisticEffect(double) - Constructor for class fr.cnes.sirius.patrius.forces.relativistic.SchwarzschildRelativisticEffect
-
Constructor with partial derivative computation by default.
- Screw - Class in fr.cnes.sirius.patrius.math.geometry.euclidean.threed
-
This class represents a screw
- Screw(Screw) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Screw
-
Build a copy of a screw.
- Screw(Vector3D, Vector3D, Vector3D) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Screw
-
Constructor
- SDP4 - Static variable in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLE
-
Identifier for SDP4 type of ephemeris.
- SDP8 - Static variable in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLE
-
Identifier for SDP8 type of ephemeris.
- search(UnivariateFunction, GoalType, double, double) - Method in class fr.cnes.sirius.patrius.math.optim.univariate.BracketFinder
-
Search new points that bracket a local optimum of the function.
- searchForFitnessUpdate(Population) - Method in class fr.cnes.sirius.patrius.math.genetics.Chromosome
-
Searches the population for a chromosome representing the same solution, and if it finds one,
updates the fitness to its value.
- SearchIndexLibrary - Class in fr.cnes.sirius.patrius.math.utils
-
Index search algorithms based on method BinarySearch, coupled with dichotomy.
Contains two algorithms for both intervals conventions defined by
ISearchIndex.SearchIndexIntervalConvention.
Also contains utility functions.
- SearchInterval - Class in fr.cnes.sirius.patrius.math.optim.univariate
-
Search interval and (optional) start value.
- SearchInterval(double, double, double) - Constructor for class fr.cnes.sirius.patrius.math.optim.univariate.SearchInterval
-
- SearchInterval(double, double) - Constructor for class fr.cnes.sirius.patrius.math.optim.univariate.SearchInterval
-
- searchXIndex - Variable in class fr.cnes.sirius.patrius.math.analysis.interpolation.AbstractLinearIntervalsFunction
-
xtab used for search and satisfies condition from SearchIndex.
- searchYIndex - Variable in class fr.cnes.sirius.patrius.math.analysis.interpolation.AbstractLinearIntervalsFunction
-
ytab used for search and satisfies condition from SearchIndex.
- searchZIndex - Variable in class fr.cnes.sirius.patrius.math.analysis.interpolation.AbstractLinearIntervalsFunction
-
ztab used for search and satisfies condition from SearchIndex.
- SecantSolver - Class in fr.cnes.sirius.patrius.math.analysis.solver
-
Implements the Secant method for root-finding (approximating a
zero of a univariate real function).
- SecantSolver() - Constructor for class fr.cnes.sirius.patrius.math.analysis.solver.SecantSolver
-
Construct a solver with default accuracy (1e-6).
- SecantSolver(double) - Constructor for class fr.cnes.sirius.patrius.math.analysis.solver.SecantSolver
-
Construct a solver.
- SecantSolver(double, double) - Constructor for class fr.cnes.sirius.patrius.math.analysis.solver.SecantSolver
-
Construct a solver.
- SecondaryEquations - Interface in fr.cnes.sirius.patrius.math.ode
-
This interface allows users to add secondary differential equations to a primary
set of differential equations.
- SecondarySpacecraft - Class in fr.cnes.sirius.patrius.events.sensor
-
Secondary spacecraft to be used in events detections.
- SecondarySpacecraft(Assembly, Propagator, String) - Constructor for class fr.cnes.sirius.patrius.events.sensor.SecondarySpacecraft
-
Constructor for a secondary spacecraft to be used in events detections.
- SecondMoment - Class in fr.cnes.sirius.patrius.math.stat.descriptive.moment
-
Computes a statistic related to the Second Central Moment.
- SecondMoment() - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.moment.SecondMoment
-
Create a SecondMoment instance
- SecondMoment(SecondMoment) - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.moment.SecondMoment
-
Copy constructor, creates a new SecondMoment identical
to the original
- SecondOrderDifferentialEquations - Interface in fr.cnes.sirius.patrius.math.ode
-
This interface represents a second order differential equations set.
- SecondOrderIntegrator - Interface in fr.cnes.sirius.patrius.math.ode
-
This interface represents a second order integrator for
differential equations.
- SectorField - Class in fr.cnes.sirius.patrius.fieldsofview
-
This class defines a "sector" field of view.
- SectorField(String, Vector3D, Vector3D, Vector3D) - Constructor for class fr.cnes.sirius.patrius.fieldsofview.SectorField
-
Constructor for the "sector" field of view.
- SecularAndHarmonic - Class in fr.cnes.sirius.patrius.math.fitting
-
Class for fitting evolution of osculating orbital parameters.
- SecularAndHarmonic(int, double...) - Constructor for class fr.cnes.sirius.patrius.math.fitting.SecularAndHarmonic
-
Simple constructor.
- secularOrbitIn - Variable in class fr.cnes.sirius.patrius.propagation.analytical.AbstractLyddanePropagator
-
Secular orbit.
- Segment - Class in fr.cnes.sirius.patrius.math.geometry.euclidean.threed
-
Simple container for a two-points segment.
- Segment(Vector3D, Vector3D, Line) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Segment
-
Build a segment.
- Segment - Class in fr.cnes.sirius.patrius.math.geometry.euclidean.twod
-
Simple container for a two-points segment.
- Segment(Vector2D, Vector2D, Line) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Segment
-
Build a segment.
- SEIDELMANN_UA - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
UA from the 1992 Astronomical Almanac by P.
- select(Population) - Method in interface fr.cnes.sirius.patrius.math.genetics.SelectionPolicy
-
Select two chromosomes from the population.
- select(Population) - Method in class fr.cnes.sirius.patrius.math.genetics.TournamentSelection
-
Select two chromosomes from the population.
- selectExtrapolator(TLE) - Static method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLEPropagator
-
Selects the extrapolator to use with the selected TLE.
- selectExtrapolator(TLE, AttitudeProvider, MassProvider) - Static method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLEPropagator
-
Selects the extrapolator to use with the selected TLE.
- selectExtrapolator(TLE, AttitudeProvider, AttitudeProvider, MassProvider) - Static method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLEPropagator
-
Selects the extrapolator to use with the selected TLE.
- SelectionPolicy - Interface in fr.cnes.sirius.patrius.math.genetics
-
Algorithm used to select a chromosome pair from a population.
- selectParamAndStep(Parameter, double) - Method in class fr.cnes.sirius.patrius.propagation.numerical.PartialDerivativesEquations
-
Select the parameters to consider for Jacobian processing.
- selectParameters(Parameter...) - Method in class fr.cnes.sirius.patrius.propagation.numerical.PartialDerivativesEquations
-
Select the parameters to consider for Jacobian processing.
- SemiVariance - Class in fr.cnes.sirius.patrius.math.stat.descriptive.moment
-
Computes the semivariance of a set of values with respect to a given cutoff value.
- SemiVariance() - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.moment.SemiVariance
-
Constructs a SemiVariance with default (true) biasCorrected property and default (Downside)
varianceDirection property.
- SemiVariance(boolean) - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.moment.SemiVariance
-
Constructs a SemiVariance with the specified biasCorrected property and default (Downside)
varianceDirection property.
- SemiVariance(SemiVariance.Direction) - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.moment.SemiVariance
-
Constructs a SemiVariance with the specified Direction property
and default (true) biasCorrected property
- SemiVariance(boolean, SemiVariance.Direction) - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.moment.SemiVariance
-
Constructs a SemiVariance with the specified isBiasCorrected property and the specified
Direction property.
- SemiVariance(SemiVariance) - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.moment.SemiVariance
-
Copy constructor, creates a new SemiVariance identical
to the original
- SemiVariance.Direction - Enum in fr.cnes.sirius.patrius.math.stat.descriptive.moment
-
The direction of the semivariance - either upside or downside.
- SensorInhibitionDetector - Class in fr.cnes.sirius.patrius.events.sensor
-
- SensorInhibitionDetector(Assembly, String, double, double) - Constructor for class fr.cnes.sirius.patrius.events.sensor.SensorInhibitionDetector
-
Constructor for the "inhibition" detector
The default implementation behaviour is to
continue propagation when
entering the zone and to
stop when
exiting the zone.
- SensorInhibitionDetector(Assembly, String, double, double, EventDetector.Action, EventDetector.Action) - Constructor for class fr.cnes.sirius.patrius.events.sensor.SensorInhibitionDetector
-
Constructor for the "inhibition" detector
- SensorInhibitionDetector(SensorModel, double, double) - Constructor for class fr.cnes.sirius.patrius.events.sensor.SensorInhibitionDetector
-
Constructor for the "inhibition" detector
The default implementation behaviour is to
continue propagation when
entering the zone and to stop when exiting the zone.
- SensorInhibitionDetector(SensorModel, double, double, EventDetector.Action, EventDetector.Action) - Constructor for class fr.cnes.sirius.patrius.events.sensor.SensorInhibitionDetector
-
Constructor for the "inhibition" detector
- SensorInhibitionDetector(SensorModel, double, double, EventDetector.Action, EventDetector.Action, boolean, boolean) - Constructor for class fr.cnes.sirius.patrius.events.sensor.SensorInhibitionDetector
-
Constructor for the "inhibition" detector
- SensorModel - Class in fr.cnes.sirius.patrius.assembly.models
-
- SensorModel(Assembly, String) - Constructor for class fr.cnes.sirius.patrius.assembly.models.SensorModel
-
Constructor for a sensor model.
- SensorProperty - Class in fr.cnes.sirius.patrius.assembly.properties
-
This class represents a generic sensor property for a part of the assembly.
- SensorProperty(Vector3D) - Constructor for class fr.cnes.sirius.patrius.assembly.properties.SensorProperty
-
Constructor of the generic sensor property
- SensorVisibilityDetector - Class in fr.cnes.sirius.patrius.events.sensor
-
- SensorVisibilityDetector(Assembly, String, double, double) - Constructor for class fr.cnes.sirius.patrius.events.sensor.SensorVisibilityDetector
-
Constructor for the "visibility view" detector
The default implementation behaviour is to
continue propagation when
entering the zone and to stop when exiting the zone.
- SensorVisibilityDetector(Assembly, String, double, double, EventDetector.Action, EventDetector.Action) - Constructor for class fr.cnes.sirius.patrius.events.sensor.SensorVisibilityDetector
-
Constructor for the "visibility view" detector
- SensorVisibilityDetector(SensorModel, double, double) - Constructor for class fr.cnes.sirius.patrius.events.sensor.SensorVisibilityDetector
-
Constructor for the "visibility view" detector
The default implementation behaviour is to
continue propagation when
entering the zone and to stop when exiting the zone.
- SensorVisibilityDetector(SensorModel, double, double, EventDetector.Action, EventDetector.Action) - Constructor for class fr.cnes.sirius.patrius.events.sensor.SensorVisibilityDetector
-
Constructor for the "visibility" detector
- SensorVisibilityDetector(SensorModel, double, double, EventDetector.Action, EventDetector.Action, boolean, boolean) - Constructor for class fr.cnes.sirius.patrius.events.sensor.SensorVisibilityDetector
-
Constructor for the "visibility" detector
- sequence - Variable in class fr.cnes.sirius.patrius.attitudes.AbstractAttitudeEphemerisGenerator
-
Attitude legs sequence.
- sequence(int, int, int) - Static method in class fr.cnes.sirius.patrius.math.util.MathArrays
-
Returns an array of size integers starting at start,
skipping stride numbers.
- serializeRealMatrix(RealMatrix, ObjectOutputStream) - Static method in class fr.cnes.sirius.patrius.math.linear.MatrixUtils
-
- serializeRealVector(RealVector, ObjectOutputStream) - Static method in class fr.cnes.sirius.patrius.math.linear.MatrixUtils
-
- SeriesTerm - Class in fr.cnes.sirius.patrius.data
-
Base class for nutation series terms.
- SeriesTerm(double, double) - Constructor for class fr.cnes.sirius.patrius.data.SeriesTerm
-
Simple constructor for the base class.
- set(int, ArrayFieldVector<T>) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Set a set of consecutive elements.
- set(T) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Set all elements to a single value.
- set(double) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Set all elements to a single value.
- set(T) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldVector
-
Set all elements to a single value.
- set(double) - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Set all elements to a single value.
- set2ndConvergenceThreshold(double) - Method in class fr.cnes.sirius.patrius.bodies.OneAxisEllipsoid
-
Set the 2nd convergence threshold.
- setAccuracy(int) - Method in class fr.cnes.sirius.patrius.files.general.SatelliteInformation
-
Set the accuracy for this satellite.
- setAdditionalStateProviders(List<AdditionalStateProvider>) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaBasicInterpolator
-
sets the additionalStateProviders
- setAdditionalStateTolerance(String, double[], double[], String) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
Add additional state tolerances.
- setAdditionalStateTolerance(String, double[], double[]) - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Add additional state tolerances.
- setAe(double) - Method in class fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.VariablePotentialCoefficientsReader
-
- setAerodynamicsProperties(IParamDiffFunction, IParamDiffFunction) - Method in class fr.cnes.sirius.patrius.assembly.Vehicle
-
Set aerodynamics properties as functions
IParamDiffFunction only if possible : main shape must be a
sphere or there must be no
solar panels.
- setAerodynamicsProperties(double, double) - Method in class fr.cnes.sirius.patrius.assembly.Vehicle
-
Set aerodynamics properties as constants.
- setAgency(String) - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Set the agency string for this SP3 file.
- setAlbedoAcc(boolean) - Method in class fr.cnes.sirius.patrius.assembly.models.RediffusedRadiativeModel
-
albedo setter
- setAlt(double) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Input
-
Setter for alt.
- setAngle(double) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Line
-
Set the angle of the line.
- setAngularThreshold(double) - Method in class fr.cnes.sirius.patrius.bodies.OneAxisEllipsoid
-
Set the angular convergence threshold.
- setAp(double[]) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.ApCoef
-
Setter for AP.
- setAp(int, int) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.ApCoef
-
Setter for a specific element of the AP array.
- setAp(double) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Input
-
Setter for ap.
- setApA(ApCoef) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Input
-
Setter for apA.
- setApA(double[]) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Input
-
Setter for apA.
- setArity(int) - Method in class fr.cnes.sirius.patrius.math.genetics.TournamentSelection
-
Sets the arity (number of chromosomes drawn to the tournament).
- setAttitudeProvider(AttitudeProvider) - Method in class fr.cnes.sirius.patrius.propagation.AbstractPropagator
-
Set attitude provider for forces and events computation.
- setAttitudeProvider(AttitudeProvider, String) - Method in interface fr.cnes.sirius.patrius.propagation.MultiPropagator
-
Set attitude provider for defined spacecraft.
- setAttitudeProvider(AttitudeProvider, String) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
- setAttitudeProvider(AttitudeProvider) - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Set attitude provider for forces and events computation.
- setAttitudeProvider(AttitudeProvider) - Method in interface fr.cnes.sirius.patrius.propagation.Propagator
-
Set attitude provider for forces and events computation.
- setAttitudeProvider(AttitudeProvider) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Set attitude provider for forces and events computation.
- setAttitudeProvider(AttitudeProvider) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaGTOPropagator
-
Set attitude provider for forces and events computation.
- setAttitudeProviderEvents(AttitudeProvider) - Method in class fr.cnes.sirius.patrius.propagation.AbstractPropagator
-
Set attitude provider for events computation.
- setAttitudeProviderEvents(AttitudeProvider) - Method in class fr.cnes.sirius.patrius.propagation.analytical.AnalyticalEphemerisModeHandler
-
Set attitude provider for events computation.
- setAttitudeProviderEvents(AttitudeProvider, String) - Method in interface fr.cnes.sirius.patrius.propagation.MultiPropagator
-
Set attitude provider for events computation.
- setAttitudeProviderEvents(AttitudeProvider, String) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
- setAttitudeProviderEvents(AttitudeProvider) - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Set attitude provider for events computation.
- setAttitudeProviderEvents(AttitudeProvider) - Method in interface fr.cnes.sirius.patrius.propagation.Propagator
-
Set attitude provider for events computation.
- setAttitudeProviderEvents(AttitudeProvider) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Set attitude provider for events computation.
- setAttitudeProviderEvents(AttitudeProvider) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaGTOPropagator
-
Set attitude provider for events computation.
- setAttitudeProviderForces(AttitudeProvider) - Method in class fr.cnes.sirius.patrius.propagation.AbstractPropagator
-
Set attitude provider for forces computation.
- setAttitudeProviderForces(AttitudeProvider) - Method in class fr.cnes.sirius.patrius.propagation.analytical.AnalyticalEphemerisModeHandler
-
Set attitude provider for forces computation.
- setAttitudeProviderForces(AttitudeProvider, String) - Method in interface fr.cnes.sirius.patrius.propagation.MultiPropagator
-
Set attitude provider for forces computation.
- setAttitudeProviderForces(AttitudeProvider, String) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
- setAttitudeProviderForces(AttitudeProvider) - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Set attitude provider for forces computation.
- setAttitudeProviderForces(AttitudeProvider) - Method in interface fr.cnes.sirius.patrius.propagation.Propagator
-
Set attitude provider for forces computation.
- setAttitudeProviderForces(AttitudeProvider) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Set attitude provider for forces computation.
- setAttitudeProviderForces(AttitudeProvider) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaGTOPropagator
-
Set attitude provider for forces computation.
- setAttribute(Object) - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.BSPTree
-
Associate an attribute with the instance.
- setBarycenter(Vector<S>) - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.AbstractRegion
-
Set the barycenter of the instance.
- setBiasCorrected(boolean) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.SemiVariance
-
Sets the biasCorrected property.
- setBiasCorrected(boolean) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.StandardDeviation
-
- setBiasCorrected(boolean) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Variance
-
- setCacheSlotsNumber(int) - Static method in class fr.cnes.sirius.patrius.utils.PatriusConfiguration
-
Set the number of slots to use in caches.
- setClockCorrection(double) - Method in class fr.cnes.sirius.patrius.files.general.SatelliteTimeCoordinate
-
Set the clock correction to the given value.
- setClockRateChange(double) - Method in class fr.cnes.sirius.patrius.files.general.SatelliteTimeCoordinate
-
Set the clock rate change to the given value.
- setCloseApproachThreshold(double) - Method in class fr.cnes.sirius.patrius.bodies.OneAxisEllipsoid
-
Set the close approach threshold.
- setColumn(int, T[]) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Set the entries in column number column as a column matrix.
- setColumn(int, double[]) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Sets the specified column of this matrix to the entries
of the specified array.
- setColumn(int, T[]) - Method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Set the entries in column number column as a column matrix.
- setColumn(int, double[]) - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Sets the specified column of this matrix to the entries
of the specified array.
- setColumn(int, T[]) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrix
-
Set the entries in column number column as a column matrix.
- setColumn(int, double[]) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Sets the specified column of this matrix to the entries
of the specified array.
- setColumnMatrix(int, FieldMatrix<T>) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Set the entries in column number column as a column matrix.
- setColumnMatrix(int, RealMatrix) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Sets the specified column of this matrix to the entries
of the specified column matrix.
- setColumnMatrix(int, FieldMatrix<T>) - Method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Set the entries in column number column as a column matrix.
- setColumnMatrix(int, RealMatrix) - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Sets the specified column of this matrix to the entries
of the specified column matrix.
- setColumnMatrix(int, FieldMatrix<T>) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrix
-
Set the entries in column number column as a column matrix.
- setColumnMatrix(int, RealMatrix) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Sets the specified column of this matrix to the entries
of the specified column matrix.
- setColumnVector(int, FieldVector<T>) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Set the entries in column number column as a vector.
- setColumnVector(int, RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Sets the specified column of this matrix to the entries
of the specified vector.
- setColumnVector(int, FieldVector<T>) - Method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Set the entries in column number column as a vector.
- setColumnVector(int, RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Sets the specified column of this matrix to the entries
of the specified vector.
- setColumnVector(int, FieldVector<T>) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrix
-
Set the entries in column number column as a vector.
- setColumnVector(int, RealVector) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Sets the specified column of this matrix to the entries
of the specified vector.
- setCompleteState(double[]) - Method in class fr.cnes.sirius.patrius.math.ode.ExpandableStatefulODE
-
Set the complete current state.
- setConfiguration(FramesConfiguration) - Static method in class fr.cnes.sirius.patrius.frames.FramesFactory
-
Sets a new configuration.
- setControlFactors(double, double, double, double) - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.GraggBulirschStoerIntegrator
-
Set the step size control factors.
- setConvergenceThreshold(double) - Method in class fr.cnes.sirius.patrius.bodies.ExtendedOneAxisEllipsoid
-
- setCoordinate(PVCoordinates) - Method in class fr.cnes.sirius.patrius.files.general.SatelliteTimeCoordinate
-
Set the coordinate for this entry.
- setCoordinateSystem(String) - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Set the coordinate system used for the orbit entries.
- setCost(double) - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.vector.jacobian.AbstractLeastSquaresOptimizer
-
Sets the cost.
- setD(int, double) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Output
-
Setter for ith density component.
- setData(double[]) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.AbstractUnivariateStatistic
-
Set the data array.
- setData(double[], int, int) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.AbstractUnivariateStatistic
-
Set the data array.
- setData(double[]) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.rank.Percentile
-
Set the data array.
- setData(double[], int, int) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.rank.Percentile
-
Set the data array.
- setDataUsed(String) - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Set the data used indicator for this SP3 file.
- setDayFraction(double) - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Set the day fraction for this SP3 file.
- setdDragdt(double[]) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaGTOPropagator
-
Specify the drag values, only used for n steps drag computation purposes
- setDenominatorFormat(NumberFormat) - Method in class fr.cnes.sirius.patrius.math.fraction.AbstractFormat
-
Modify the denominator format.
- setDiurnalRotation(DiurnalRotation) - Method in class fr.cnes.sirius.patrius.frames.configuration.FramesConfigurationBuilder
-
Setter for diurnal rotation provider in the builder.
- setDiurnalRotationModel(DiurnalRotation) - Method in class fr.cnes.sirius.patrius.frames.configuration.FramesConfigurationImplementation
-
Set the diurnal rotation model.
- setDoy(int) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Input
-
Setter for doy.
- setDryMass(double) - Method in class fr.cnes.sirius.patrius.assembly.Vehicle
-
Set vehicle dry mass.
- setElement(int, double) - Method in interface fr.cnes.sirius.patrius.math.util.DoubleArray
-
Sets the element at the specified index.
- setElement(int, double) - Method in class fr.cnes.sirius.patrius.math.util.ResizableDoubleArray
-
Sets the element at the specified index.
- setElitismRate(double) - Method in class fr.cnes.sirius.patrius.math.genetics.ElitisticListPopulation
-
Sets the elitism rate, i.e.
- setEntry(int, int, T) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Set the entry in the specified row and column.
- setEntry(int, int, double) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Set the entry in the specified row and column.
- setEntry(int, int, T) - Method in class fr.cnes.sirius.patrius.math.linear.Array2DRowFieldMatrix
-
Set the entry in the specified row and column.
- setEntry(int, int, double) - Method in class fr.cnes.sirius.patrius.math.linear.Array2DRowRealMatrix
-
Set the entry in the specified row and column.
- setEntry(int, T) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Set a single element.
- setEntry(int, double) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Set a single element.
- setEntry(int, int, T) - Method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Set the entry in the specified row and column.
- setEntry(int, int, double) - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Set the entry in the specified row and column.
- setEntry(int, int, double) - Method in class fr.cnes.sirius.patrius.math.linear.DiagonalMatrix
-
Set the entry in the specified row and column.
- setEntry(int, int, T) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrix
-
Set the entry in the specified row and column.
- setEntry(int, T) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldVector
-
Set a single element.
- setEntry(int, int, double) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Set the entry in the specified row and column.
- setEntry(int, double) - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Set a single element.
- setEntry(int, int, double) - Method in class fr.cnes.sirius.patrius.math.linear.SymmetricMatrix
-
Set the entry in the specified row and column.
- setEOPHistory(EOPHistory) - Method in class fr.cnes.sirius.patrius.frames.configuration.FramesConfigurationBuilder
-
Setter for history provider in the builder.
- setEOPHistory(EOPHistory) - Method in class fr.cnes.sirius.patrius.frames.configuration.FramesConfigurationImplementation
-
Set the EOP history.
- setEphemerisMode() - Method in class fr.cnes.sirius.patrius.propagation.AbstractPropagator
-
Set the propagator to ephemeris generation mode.
- setEphemerisMode() - Method in interface fr.cnes.sirius.patrius.propagation.MultiPropagator
-
Set the propagator to ephemeris generation mode.
- setEphemerisMode() - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
Set the propagator to ephemeris generation mode.
- setEphemerisMode() - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Set the propagator to ephemeris generation mode.
- setEphemerisMode() - Method in interface fr.cnes.sirius.patrius.propagation.Propagator
-
Set the propagator to ephemeris generation mode.
- setEphemerisMode() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Set the propagator to ephemeris generation mode.
- setEpoch(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.files.general.SatelliteTimeCoordinate
-
Set the epoch for this coordinate.
- setEpoch(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Set the epoch of the SP3 file.
- setEpochInterval(double) - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Set the epoch interval for this SP3 file.
- setEquations(ExpandableStatefulODE) - Method in class fr.cnes.sirius.patrius.math.ode.AbstractIntegrator
-
Set the equations.
- setF107(double) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Input
-
Setter for f107.
- setF107A(double) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Input
-
Setter for f107A.
- setFiring(boolean) - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ConstantThrustError
-
Set maneuver status.
- setFiring(boolean) - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ContinuousThrustManeuver
-
Set maneuver status.
- setFirstCovarianceMatrix(RealMatrix, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.analytical.covariance.CovarianceInterpolation
-
Allows to change the CovarianceMatrix standing for the lower bound of the
interpolation interval, associated with t1.
- setFrame(UpdatableFrame) - Method in class fr.cnes.sirius.patrius.assembly.MainPart
-
Method to modify the frame of the main part.
- setFunction(UnivariateFunction, double) - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.FourierDecompositionEngine
-
- setGeoMeanImpl(StorelessUnivariateStatistic[]) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.MultivariateSummaryStatistics
-
Sets the implementation for the geometric mean.
- setGeoMeanImpl(StorelessUnivariateStatistic) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Sets the implementation for the geometric mean.
- setGeoMeanImpl(StorelessUnivariateStatistic[]) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics
-
Sets the implementation for the geometric mean.
- setGeoMeanImpl(StorelessUnivariateStatistic) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Sets the implementation for the geometric mean.
- setGeometricMeanImpl(UnivariateStatistic) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Sets the implementation for the gemoetric mean.
- setgLat(double) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Input
-
Setter for gLat.
- setgLong(double) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Input
-
Setter for gLong.
- setGpsWeek(int) - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Set the GPS week of the SP3 file.
- setIEEEFlags(int) - Method in class fr.cnes.sirius.patrius.math.dfp.DfpField
-
Sets the IEEE 854 status flags.
- setIEEEFlagsBits(int) - Method in class fr.cnes.sirius.patrius.math.dfp.DfpField
-
Sets some bits in the IEEE 854 status flags, without changing the already set bits.
- setIndex(int) - Method in class fr.cnes.sirius.patrius.math.linear.RealVector.Entry
-
Set the index of the entry.
- setInertiaMatrix(Matrix3D) - Method in class fr.cnes.sirius.patrius.assembly.properties.AbstractInertiaProperty
-
Sets the inertia matrix
- setInertiaMatrix(Matrix3D) - Method in class fr.cnes.sirius.patrius.assembly.properties.InertiaSimpleProperty
-
Sets the inertia matrix at the mass center of the part.
- setInhibitionFieldsAndTargets(IFieldOfView[], PVCoordinatesProvider[], LocalRadiusProvider[]) - Method in class fr.cnes.sirius.patrius.assembly.properties.SensorProperty
-
Sets the arrays of inhibition fields and the associated targets : the two array must
have the same length.
- setInitialJacobians(SpacecraftState, int) - Method in class fr.cnes.sirius.patrius.propagation.numerical.PartialDerivativesEquations
-
Set the initial value of the Jacobian with respect to state and parameter.
- setInitialJacobians(SpacecraftState, double[][], double[][]) - Method in class fr.cnes.sirius.patrius.propagation.numerical.PartialDerivativesEquations
-
Set the initial value of the Jacobian with respect to state and parameter.
- setInitialJacobians(SpacecraftState, double[][]) - Method in class fr.cnes.sirius.patrius.propagation.numerical.PartialDerivativesEquations
-
Set the initial value of the Jacobian with respect to state.
- setInitialJacobians(SpacecraftState, Parameter, double[]) - Method in class fr.cnes.sirius.patrius.propagation.numerical.PartialDerivativesEquations
-
Set the initial value of the Jacobian with respect to state.
- setInitialMainStateJacobian(double[][]) - Method in class fr.cnes.sirius.patrius.math.ode.JacobianMatrices
-
Set the initial value of the Jacobian matrix with respect to state.
- setInitialParameterJacobian(String, double[]) - Method in class fr.cnes.sirius.patrius.math.ode.JacobianMatrices
-
Set the initial value of a column of the Jacobian matrix with respect to one parameter.
- setInitialState(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Set the initial state.
- setInitialState(SpacecraftState, double, boolean) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaGTOPropagator
-
Set the initial state.
- setInitialStepSize(double) - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.AdaptiveStepsizeIntegrator
-
Set the initial step size.
- setIntegrator(UnivariateIntegrator) - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.FourierDecompositionEngine
-
- setIntegrator(FirstOrderIntegrator) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
Set the integrator.
- setIntegrator(FirstOrderIntegrator) - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Set the integrator.
- setIntegrator(FirstOrderIntegrator) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Set the integrator.
- setInterpolatedDate(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.sampling.AdaptedStepHandler
-
Set the interpolated date.
- setInterpolatedDate(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.sampling.BasicStepInterpolator
-
Set the interpolated date.
- setInterpolatedDate(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.sampling.multi.MultiAdaptedStepHandler
-
Set the interpolated date.
- setInterpolatedDate(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.propagation.sampling.multi.MultiPatriusStepInterpolator
-
Set the interpolated date.
- setInterpolatedDate(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.propagation.sampling.PatriusStepInterpolator
-
Set the interpolated date.
- setInterpolatedDate(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaBasicInterpolator
-
Set the interpolated date.
- setInterpolatedTime(double) - Method in class fr.cnes.sirius.patrius.math.ode.ContinuousOutputModel
-
Set the time of the interpolated point.
- setInterpolatedTime(double) - Method in class fr.cnes.sirius.patrius.math.ode.sampling.AbstractStepInterpolator
-
Set the time of the interpolated point.
- setInterpolatedTime(double) - Method in interface fr.cnes.sirius.patrius.math.ode.sampling.StepInterpolator
-
Set the time of the interpolated point.
- setInterpolationControl(boolean, int) - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.GraggBulirschStoerIntegrator
-
Set the interpolation order control parameter.
- setIrAcc(boolean) - Method in class fr.cnes.sirius.patrius.assembly.models.RediffusedRadiativeModel
-
infrared setter
- setJacobianWrtParametersEccentric(double[][]) - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
- setJacobianWrtParametersMean(double[][]) - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
- setJacobianWrtParametersTrue(double[][]) - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
- setJulianDay(int) - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Set the julian day for this SP3 file.
- setKurtosisImpl(UnivariateStatistic) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Sets the implementation for the kurtosis.
- setLowerEndPoint(IntervalEndpointType) - Method in class fr.cnes.sirius.patrius.math.interval.AbstractInterval
-
- setLst(double) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Input
-
Setter for lst.
- setMainFieldCoefficients(int, int, double, double) - Method in class fr.cnes.sirius.patrius.models.earth.GeoMagneticField
-
Set the given main field coefficients.
- setMainFieldOfView(IFieldOfView) - Method in class fr.cnes.sirius.patrius.assembly.properties.SensorProperty
-
Sets the main field of view of this sensor
- setMainShape(CrossSectionProvider) - Method in class fr.cnes.sirius.patrius.assembly.Vehicle
-
Set the main vehicle shape.
- setMainTarget(PVCoordinatesProvider, LocalRadiusProvider) - Method in class fr.cnes.sirius.patrius.assembly.models.SensorModel
-
Sets the main target of the sensor property.
- setMainTarget(PVCoordinatesProvider, LocalRadiusProvider) - Method in class fr.cnes.sirius.patrius.assembly.properties.SensorProperty
-
Sets the main target of the sensor
- setMassCenter(Vector3D) - Method in class fr.cnes.sirius.patrius.assembly.properties.AbstractInertiaProperty
-
Sets the mass center.
- setMassCenter(Vector3D) - Method in class fr.cnes.sirius.patrius.assembly.properties.InertiaSimpleProperty
-
Sets the mass center.
- setMassDerivativeZero(String) - Method in class fr.cnes.sirius.patrius.assembly.models.InertiaComputedModel
-
Set mass derivative to zero.
- setMassDerivativeZero(String) - Method in class fr.cnes.sirius.patrius.assembly.models.InertiaSimpleModel
-
Set mass derivative to zero.
- setMassDerivativeZero(String) - Method in class fr.cnes.sirius.patrius.assembly.models.MassModel
-
Set mass derivative to zero.
- setMassDerivativeZero() - Method in class fr.cnes.sirius.patrius.assembly.properties.MassEquation
-
Set the flow rate to zero.
- setMassDerivativeZero(String) - Method in interface fr.cnes.sirius.patrius.propagation.MassProvider
-
Set mass derivative to zero.
- setMassDerivativeZero(String) - Method in class fr.cnes.sirius.patrius.propagation.SimpleMassModel
-
Set mass derivative to zero.
- setMassProviderEquation(MassProvider, String) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
Add additional equations associated with the mass provider.
- setMassProviderEquation(MassProvider) - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Add additional equations associated with the mass provider.
- setMasterMode(double, PatriusFixedStepHandler) - Method in class fr.cnes.sirius.patrius.propagation.AbstractPropagator
-
Set the propagator to master mode with fixed steps.
- setMasterMode(PatriusStepHandler) - Method in class fr.cnes.sirius.patrius.propagation.AbstractPropagator
-
Set the propagator to master mode with variable steps.
- setMasterMode(double, MultiPatriusFixedStepHandler) - Method in interface fr.cnes.sirius.patrius.propagation.MultiPropagator
-
Set the propagator to master mode with fixed steps.
- setMasterMode(MultiPatriusStepHandler) - Method in interface fr.cnes.sirius.patrius.propagation.MultiPropagator
-
Set the propagator to master mode with variable steps.
- setMasterMode(double, MultiPatriusFixedStepHandler) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
Set the propagator to master mode with fixed steps.
- setMasterMode(MultiPatriusStepHandler) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
Set the propagator to master mode with variable steps.
- setMasterMode(double, PatriusFixedStepHandler) - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Set the propagator to master mode with fixed steps.
- setMasterMode(PatriusStepHandler) - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Set the propagator to master mode with variable steps.
- setMasterMode(double, PatriusFixedStepHandler) - Method in interface fr.cnes.sirius.patrius.propagation.Propagator
-
Set the propagator to master mode with fixed steps.
- setMasterMode(PatriusStepHandler) - Method in interface fr.cnes.sirius.patrius.propagation.Propagator
-
Set the propagator to master mode with variable steps.
- setMasterMode(double, PatriusFixedStepHandler) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Set the propagator to master mode with fixed steps.
- setMasterMode(PatriusStepHandler) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Set the propagator to master mode with variable steps.
- setMaxDegree(int) - Method in class fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.VariablePotentialCoefficientsReader
-
Set max degree
- setMaxEvals(int) - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.FourierDecompositionEngine
-
Set the maximum evaluations allowed for the integrator.
- setMaxEvaluations(int) - Method in class fr.cnes.sirius.patrius.math.ode.AbstractIntegrator
-
Set the maximal number of differential equations function evaluations.
- setMaxEvaluations(int) - Method in interface fr.cnes.sirius.patrius.math.ode.ODEIntegrator
-
Set the maximal number of differential equations function evaluations.
- setMaxGrowth(double) - Method in class fr.cnes.sirius.patrius.math.ode.MultistepIntegrator
-
Set the maximal growth factor for stepsize control.
- setMaxGrowth(double) - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.EmbeddedRungeKuttaIntegrator
-
Set the maximal growth factor for stepsize control.
- setMaximalCount(int) - Method in class fr.cnes.sirius.patrius.math.util.Incrementor
-
Sets the upper limit for the counter.
- setMaxImpl(UnivariateStatistic) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Sets the implementation for the maximum.
- setMaxImpl(StorelessUnivariateStatistic[]) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.MultivariateSummaryStatistics
-
Sets the implementation for the maximum.
- setMaxImpl(StorelessUnivariateStatistic) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Sets the implementation for the maximum.
- setMaxImpl(StorelessUnivariateStatistic[]) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics
-
Sets the implementation for the maximum.
- setMaxImpl(StorelessUnivariateStatistic) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Sets the implementation for the maximum.
- setMeanImpl(UnivariateStatistic) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Sets the implementation for the mean.
- setMeanImpl(StorelessUnivariateStatistic[]) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.MultivariateSummaryStatistics
-
Sets the implementation for the mean.
- setMeanImpl(StorelessUnivariateStatistic) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Sets the implementation for the mean.
- setMeanImpl(StorelessUnivariateStatistic[]) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics
-
Sets the implementation for the mean.
- setMeanImpl(StorelessUnivariateStatistic) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Sets the implementation for the mean.
- setMinImpl(UnivariateStatistic) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Sets the implementation for the minimum.
- setMinImpl(StorelessUnivariateStatistic[]) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.MultivariateSummaryStatistics
-
Sets the implementation for the minimum.
- setMinImpl(StorelessUnivariateStatistic) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Sets the implementation for the minimum.
- setMinImpl(StorelessUnivariateStatistic[]) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics
-
Sets the implementation for the minimum.
- setMinImpl(StorelessUnivariateStatistic) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Sets the implementation for the minimum.
- setMinReduction(double) - Method in class fr.cnes.sirius.patrius.math.ode.MultistepIntegrator
-
Set the minimal reduction factor for stepsize control.
- setMinReduction(double) - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.EmbeddedRungeKuttaIntegrator
-
Set the minimal reduction factor for stepsize control.
- setMode(int) - Method in class fr.cnes.sirius.patrius.math.random.ValueServer
-
Sets the data generation mode.
- setMu(double) - Method in class fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.VariablePotentialCoefficientsReader
-
- setMu(double) - Method in class fr.cnes.sirius.patrius.math.random.ValueServer
-
Sets the
mean used in data generation.
- setMu(double) - Method in class fr.cnes.sirius.patrius.propagation.analytical.covariance.CovarianceInterpolation
-
Allows to change the value of the gravitational parameter.
- setMu(double, String) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
Set the central attraction coefficient μ.
The Newtonian attraction from the central body force model will be updated
with the new coefficient.
- setMu(double) - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Set the central attraction coefficient μ.
The Newtonian attraction from the central body force model will be updated
with the new coefficient.
- setNewtonThreshold(double) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Ellipsoid
-
Setter for Newton algorithm threshold used to compute closest point and distance to the ellipsoid.
- setNoIntercept(boolean) - Method in class fr.cnes.sirius.patrius.math.stat.regression.AbstractMultipleLinearRegression
-
- setNumberOfEpochs(int) - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Set the number of epochs as contained in the SP3 file.
- setNumElements(int) - Method in class fr.cnes.sirius.patrius.math.util.ResizableDoubleArray
-
This function allows you to control the number of elements contained
in this array, and can be used to "throw out" the last n values in an
array.
- setNumeratorFormat(NumberFormat) - Method in class fr.cnes.sirius.patrius.math.fraction.AbstractFormat
-
Modify the numerator format.
- setOrbit(Orbit) - Method in class fr.cnes.sirius.patrius.propagation.analytical.covariance.CovarianceInterpolation
-
Allows to change the orbit.
- setOrbitFrame(Frame) - Method in class fr.cnes.sirius.patrius.propagation.AbstractPropagator
-
Set propagation frame.
- setOrbitFrame(String, Frame) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
- setOrbitFrame(Frame) - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Set propagation frame.
- setOrbitFrame(Frame) - Method in interface fr.cnes.sirius.patrius.propagation.Propagator
-
Set propagation frame.
- setOrbitFrame(Frame) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Set propagation frame.
- setOrbitTolerance(double[], double[], String) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
Set the orbit tolerance of a defined state.
- setOrbitType(SP3File.SP3OrbitType) - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
- setOrbitType(OrbitType) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
Set propagation orbit type.
- setOrbitType(OrbitType) - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Set propagation orbit type.
- setOrder(int) - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.FourierDecompositionEngine
-
- setOrderControl(int, double, double) - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.GraggBulirschStoerIntegrator
-
Set the order control parameters.
- setOriginOffset(double) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Line
-
Set the offset of the origin.
- setParameter(String, double) - Method in interface fr.cnes.sirius.patrius.math.ode.ParameterizedODE
-
Set the value for a given parameter.
- setParameterizedODE(ParameterizedODE) - Method in class fr.cnes.sirius.patrius.math.ode.JacobianMatrices
-
Set a parameter Jacobian provider.
- setParameterStep(String, double) - Method in class fr.cnes.sirius.patrius.math.ode.JacobianMatrices
-
Set the step associated to a parameter in order to compute by finite
difference the Jacobian matrix.
- setPercentileImpl(UnivariateStatistic) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
- setPoint(int, PointValuePair) - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.noderiv.AbstractSimplex
-
Store a new point at location index.
- setPoints(PointValuePair[]) - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.noderiv.AbstractSimplex
-
Replace all points.
- setPolarMotion(PolarMotion) - Method in class fr.cnes.sirius.patrius.frames.configuration.FramesConfigurationBuilder
-
Setter for polar motion provider in the builder.
- setPolarMotionModel(PolarMotion) - Method in class fr.cnes.sirius.patrius.frames.configuration.FramesConfigurationImplementation
-
Set the polar motion model.
- setPolynomialOrder(int) - Method in class fr.cnes.sirius.patrius.propagation.analytical.covariance.CovarianceInterpolation
-
- setPopulationLimit(int) - Method in class fr.cnes.sirius.patrius.math.genetics.ListPopulation
-
Sets the maximal population size.
- setPositionAngleType(PositionAngle) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
Set position angle type.
- setPositionAngleType(PositionAngle) - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Set position angle type.
- setPrecessionNutation(PrecessionNutation) - Method in class fr.cnes.sirius.patrius.frames.configuration.FramesConfigurationBuilder
-
Setter for precession nutation provider in the builder.
- setPrecessionNutationModel(PrecessionNutation) - Method in class fr.cnes.sirius.patrius.frames.configuration.FramesConfigurationImplementation
-
Set the precession nutation model.
- setPressure(double) - Method in class fr.cnes.sirius.patrius.propagation.events.ApparentElevationDetector
-
Set the local pressure at topocentric frame origin if needed.
- setPreviousIndex(int) - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.AbstractBoundedPVProvider
-
Set the previous search index
- setPrimaryState(double[]) - Method in class fr.cnes.sirius.patrius.math.ode.ExpandableStatefulODE
-
Set primary part of the current state.
- setProvider(IJacobiansParameterizable) - Method in class fr.cnes.sirius.patrius.propagation.numerical.ParameterConfiguration
-
Set the povider handling this parameter.
- setQuantile(double) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.rank.Percentile
-
Sets the value of the quantile field (determines what percentile is
computed when evaluate() is called with no quantile argument).
- setRadiativeProperties(double, double, double, double, double, double) - Method in class fr.cnes.sirius.patrius.assembly.Vehicle
-
Set radiative properties.
- setRandomGenerator(RandomGenerator) - Static method in class fr.cnes.sirius.patrius.math.genetics.GeneticAlgorithm
-
Set the (static) random generator.
- setReadCompleted(boolean) - Method in class fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.VariablePotentialCoefficientsReader
-
- setReference(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.propagation.numerical.ModeHandler
-
Define new reference date.
- setReference(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiEphemerisModeHandler
-
Define new reference date.
- setReference(AbsoluteDate) - Method in interface fr.cnes.sirius.patrius.propagation.numerical.multi.MultiModeHandler
-
Define new reference date.
- setReference(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.sampling.AdaptedStepHandler
-
Define new reference date.
- setReference(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.sampling.multi.MultiAdaptedStepHandler
-
Define new reference date.
- setReferenceAxis(Vector3D[]) - Method in class fr.cnes.sirius.patrius.assembly.properties.SensorProperty
-
Sets the reference axis
- setRoundingMode(DfpField.RoundingMode) - Method in class fr.cnes.sirius.patrius.math.dfp.DfpField
-
Set the rounding mode.
- setRoundingMode(RoundingMode) - Method in class fr.cnes.sirius.patrius.math.util.BigReal
-
Sets the rounding mode for decimal divisions.
- setRow(int, T[]) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Set the entries in row number row as a row matrix.
- setRow(int, double[]) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Sets the specified row of this matrix to the entries
of the specified array.
- setRow(int, T[]) - Method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Set the entries in row number row as a row matrix.
- setRow(int, double[]) - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Sets the specified row of this matrix to the entries
of the specified array.
- setRow(int, T[]) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrix
-
Set the entries in row number row as a row matrix.
- setRow(int, double[]) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Sets the specified row of this matrix to the entries
of the specified array.
- setRowMatrix(int, FieldMatrix<T>) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Set the entries in row number row as a row matrix.
- setRowMatrix(int, RealMatrix) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Sets the specified row of this matrix to the entries of
the specified row matrix.
- setRowMatrix(int, FieldMatrix<T>) - Method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Set the entries in row number row as a row matrix.
- setRowMatrix(int, BlockFieldMatrix<T>) - Method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Sets the entries in row number row as a row matrix.
- setRowMatrix(int, RealMatrix) - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Sets the specified row of this matrix to the entries of
the specified row matrix.
- setRowMatrix(int, BlockRealMatrix) - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Sets the entries in row number row as a row matrix.
- setRowMatrix(int, FieldMatrix<T>) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrix
-
Set the entries in row number row as a row matrix.
- setRowMatrix(int, RealMatrix) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Sets the specified row of this matrix to the entries of
the specified row matrix.
- setRowVector(int, FieldVector<T>) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Set the entries in row number row as a vector.
- setRowVector(int, RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Sets the specified row of this matrix to the entries of
the specified vector.
- setRowVector(int, FieldVector<T>) - Method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Set the entries in row number row as a vector.
- setRowVector(int, RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Sets the specified row of this matrix to the entries of
the specified vector.
- setRowVector(int, FieldVector<T>) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrix
-
Set the entries in row number row as a vector.
- setRowVector(int, RealVector) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Sets the specified row of this matrix to the entries of
the specified vector.
- setSafety(double) - Method in class fr.cnes.sirius.patrius.math.ode.MultistepIntegrator
-
Set the safety factor for stepsize control.
- setSafety(double) - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.EmbeddedRungeKuttaIntegrator
-
Set the safety factor for stepsize control.
- setSatelliteId(String) - Method in class fr.cnes.sirius.patrius.files.general.SatelliteInformation
-
Set the id of this satellite.
- setScale(int) - Method in class fr.cnes.sirius.patrius.math.util.BigReal
-
Sets the scale for division operations.
- setSec(double) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Input
-
Setter for doy.
- setSecondaryState(int, double[]) - Method in class fr.cnes.sirius.patrius.math.ode.ExpandableStatefulODE
-
Set secondary part of the current state.
- setSecondCovarianceMatrix(RealMatrix, AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.analytical.covariance.CovarianceInterpolation
-
Allows to change the CovarianceMatrix standing for the upper bound of the
interpolation interval, associated with t2.
- setSecondsOfWeek(double) - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Set the seconds of the GPS week for this SP3 file.
- setSecularVariationCoefficients(int, int, double, double) - Method in class fr.cnes.sirius.patrius.models.earth.GeoMagneticField
-
Set the given secular variation coefficients.
- setSecureAlgorithm(String, String) - Method in class fr.cnes.sirius.patrius.math.random.RandomDataGenerator
-
Sets the PRNG algorithm for the underlying SecureRandom instance using
the Security Provider API.
- setSeed(int) - Method in class fr.cnes.sirius.patrius.math.random.AbstractRandomGenerator
-
Sets the seed of the underlying random number generator using an int seed.
- setSeed(int[]) - Method in class fr.cnes.sirius.patrius.math.random.AbstractRandomGenerator
-
Sets the seed of the underlying random number generator using an int array seed.
- setSeed(long) - Method in class fr.cnes.sirius.patrius.math.random.AbstractRandomGenerator
-
Sets the seed of the underlying random number generator using a long seed.
- setSeed(int) - Method in class fr.cnes.sirius.patrius.math.random.AbstractWell
-
Reinitialize the generator as if just built with the given int seed.
- setSeed(int[]) - Method in class fr.cnes.sirius.patrius.math.random.AbstractWell
-
Reinitialize the generator as if just built with the given int array seed.
- setSeed(long) - Method in class fr.cnes.sirius.patrius.math.random.AbstractWell
-
Reinitialize the generator as if just built with the given long seed.
- setSeed(int) - Method in class fr.cnes.sirius.patrius.math.random.BitsStreamGenerator
-
Sets the seed of the underlying random number generator using an int seed.
- setSeed(int[]) - Method in class fr.cnes.sirius.patrius.math.random.BitsStreamGenerator
-
Sets the seed of the underlying random number generator using an int array seed.
- setSeed(long) - Method in class fr.cnes.sirius.patrius.math.random.BitsStreamGenerator
-
Sets the seed of the underlying random number generator using a long seed.
- setSeed(int) - Method in class fr.cnes.sirius.patrius.math.random.ISAACRandom
-
Sets the seed of the underlying random number generator using an int seed.
- setSeed(long) - Method in class fr.cnes.sirius.patrius.math.random.ISAACRandom
-
Sets the seed of the underlying random number generator using a long seed.
- setSeed(int[]) - Method in class fr.cnes.sirius.patrius.math.random.ISAACRandom
-
Sets the seed of the underlying random number generator using an int array seed.
- setSeed(int) - Method in class fr.cnes.sirius.patrius.math.random.JDKRandomGenerator
-
Sets the seed of the underlying random number generator using an int seed.
- setSeed(int[]) - Method in class fr.cnes.sirius.patrius.math.random.JDKRandomGenerator
-
Sets the seed of the underlying random number generator using an int array seed.
- setSeed(int) - Method in class fr.cnes.sirius.patrius.math.random.MersenneTwister
-
Reinitialize the generator as if just built with the given int seed.
- setSeed(int[]) - Method in class fr.cnes.sirius.patrius.math.random.MersenneTwister
-
Reinitialize the generator as if just built with the given int array seed.
- setSeed(long) - Method in class fr.cnes.sirius.patrius.math.random.MersenneTwister
-
Reinitialize the generator as if just built with the given long seed.
- setSeed(int) - Method in class fr.cnes.sirius.patrius.math.random.RandomAdaptor
-
Sets the seed of the underlying random number generator using an int seed.
- setSeed(int[]) - Method in class fr.cnes.sirius.patrius.math.random.RandomAdaptor
-
Sets the seed of the underlying random number generator using an int array seed.
- setSeed(long) - Method in class fr.cnes.sirius.patrius.math.random.RandomAdaptor
-
Sets the seed of the underlying random number generator using a long seed.
- setSeed(int) - Method in interface fr.cnes.sirius.patrius.math.random.RandomGenerator
-
Sets the seed of the underlying random number generator using an int seed.
- setSeed(int[]) - Method in interface fr.cnes.sirius.patrius.math.random.RandomGenerator
-
Sets the seed of the underlying random number generator using an int array seed.
- setSeed(long) - Method in interface fr.cnes.sirius.patrius.math.random.RandomGenerator
-
Sets the seed of the underlying random number generator using a long seed.
- setSeed(int) - Method in class fr.cnes.sirius.patrius.math.random.SynchronizedRandomGenerator
-
Sets the seed of the underlying random number generator using an int seed.
- setSeed(int[]) - Method in class fr.cnes.sirius.patrius.math.random.SynchronizedRandomGenerator
-
Sets the seed of the underlying random number generator using an int array seed.
- setSeed(long) - Method in class fr.cnes.sirius.patrius.math.random.SynchronizedRandomGenerator
-
Sets the seed of the underlying random number generator using a long seed.
- setSigma(double) - Method in class fr.cnes.sirius.patrius.math.random.ValueServer
-
- setSize(double) - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.AbstractRegion
-
Set the size of the instance.
- setSkewnessImpl(UnivariateStatistic) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Sets the implementation for the skewness.
- setSlaveMode() - Method in class fr.cnes.sirius.patrius.propagation.AbstractPropagator
-
Set the propagator to slave mode.
- setSlaveMode() - Method in interface fr.cnes.sirius.patrius.propagation.MultiPropagator
-
Set the propagator to slave mode.
- setSlaveMode() - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
Set the propagator to slave mode.
- setSlaveMode() - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Set the propagator to slave mode.
- setSlaveMode() - Method in interface fr.cnes.sirius.patrius.propagation.Propagator
-
Set the propagator to slave mode.
- setSlaveMode() - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Set the propagator to slave mode.
- setSoftCurrentTime(double) - Method in class fr.cnes.sirius.patrius.math.ode.sampling.AbstractStepInterpolator
-
Restrict step range to a limited part of the global step.
- setSoftPreviousTime(double) - Method in class fr.cnes.sirius.patrius.math.ode.sampling.AbstractStepInterpolator
-
Restrict step range to a limited part of the global step.
- setSpinDerivativesComputation(boolean) - Method in class fr.cnes.sirius.patrius.attitudes.AbstractAttitudeLaw
-
Method to activate spin derivative computation.
- setSpinDerivativesComputation(boolean) - Method in class fr.cnes.sirius.patrius.attitudes.AbstractIsisSpinBiasSlew
-
Method to activate spin derivative computation.
- setSpinDerivativesComputation(boolean) - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeLawLeg
-
Method to activate spin derivative computation.
- setSpinDerivativesComputation(boolean) - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeLegLaw
-
Method to activate spin derivative computation.
- setSpinDerivativesComputation(boolean) - Method in class fr.cnes.sirius.patrius.attitudes.AttitudeLegsSequence
-
Method to activate spin derivative computation.
- setSpinDerivativesComputation(boolean) - Method in interface fr.cnes.sirius.patrius.attitudes.AttitudeProvider
-
Method to activate spin derivative computation.
- setSpinDerivativesComputation(boolean) - Method in class fr.cnes.sirius.patrius.attitudes.AttitudesSequence
-
Method to activate spin derivative computation.
- setSpinDerivativesComputation(boolean) - Method in class fr.cnes.sirius.patrius.attitudes.ConstantSpinSlew
-
Method to activate spin derivative computation.
- setSpinDerivativesComputation(boolean) - Method in class fr.cnes.sirius.patrius.attitudes.GroundPointingWrapper
-
Method to activate spin derivative computation.
- setSpinDerivativesComputation(boolean) - Method in class fr.cnes.sirius.patrius.attitudes.LofOffsetPointing
-
Method to activate spin derivative computation.
- setSpinDerivativesComputation(boolean) - Method in class fr.cnes.sirius.patrius.attitudes.RelativeTabulatedAttitudeLaw
-
Method to activate spin derivative computation.
- setSpinDerivativesComputation(boolean) - Method in class fr.cnes.sirius.patrius.attitudes.RelativeTabulatedAttitudeLeg
-
Method to activate spin derivative computation.
- setSpinDerivativesComputation(boolean) - Method in class fr.cnes.sirius.patrius.attitudes.TabulatedAttitude
-
Method to activate spin derivative computation.
- setSpinDerivativesComputation(boolean) - Method in class fr.cnes.sirius.patrius.attitudes.TwoSpinBiasSlew
-
Method to activate spin derivative computation.
- setSpinDerivativesComputation(boolean) - Method in class fr.cnes.sirius.patrius.guidance.AngularVelocitiesHarmonicProfile
-
Method to activate spin derivative computation.
- setSpinDerivativesComputation(boolean) - Method in class fr.cnes.sirius.patrius.guidance.AngularVelocitiesPolynomialProfile
-
Method to activate spin derivative computation.
- setSpinDerivativesComputation(boolean) - Method in class fr.cnes.sirius.patrius.guidance.QuaternionHarmonicProfile
-
Method to activate spin derivative computation.
- setSpinDerivativesComputation(boolean) - Method in class fr.cnes.sirius.patrius.guidance.QuaternionPolynomialProfile
-
Method to activate spin derivative computation.
- setStabilityCheck(boolean, int, int, double) - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.GraggBulirschStoerIntegrator
-
Set the stability check controls.
- setStartDate(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.AbstractPropagator
-
Set a start date.
- setStartDate(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Set a start date.
- setStarterIntegrator(FirstOrderIntegrator) - Method in class fr.cnes.sirius.patrius.math.ode.MultistepIntegrator
-
Set the starter integrator.
- setStateInitialized(boolean) - Method in class fr.cnes.sirius.patrius.math.ode.AbstractIntegrator
-
Set the stateInitialized flag.
- setSteps(double) - Method in class fr.cnes.sirius.patrius.propagation.numerical.PartialDerivativesEquations
-
Set the step for finite differences with respect to spacecraft position.
- setStepSizeControl(double, double, double, double) - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.AdaptiveStepsizeIntegrator
-
Set the adaptive step size control parameters.
- setStepSizeControl(double, double, double[], double[]) - Method in class fr.cnes.sirius.patrius.math.ode.nonstiff.AdaptiveStepsizeIntegrator
-
Set the adaptive step size control parameters.
- setStoreTimeDerivatives(boolean) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Setter for flag indicating if time derivatives dE'/dt must be stored.
- setSubMatrix(T[][], int, int) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Replace the submatrix starting at (row, column) using data in the
input subMatrix array.
- setSubMatrix(double[][], int, int) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Replace the submatrix starting at row, column using data in the
input subMatrix array.
- setSubMatrix(T[][], int, int) - Method in class fr.cnes.sirius.patrius.math.linear.Array2DRowFieldMatrix
-
Replace the submatrix starting at (row, column) using data in the
input subMatrix array.
- setSubMatrix(double[][], int, int) - Method in class fr.cnes.sirius.patrius.math.linear.Array2DRowRealMatrix
-
Replace the submatrix starting at row, column using data in the
input subMatrix array.
- setSubMatrix(T[][], int, int) - Method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Replace the submatrix starting at (row, column) using data in the
input subMatrix array.
- setSubMatrix(double[][], int, int) - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Replace the submatrix starting at row, column using data in the
input subMatrix array.
- setSubMatrix(double[][], int, int) - Method in class fr.cnes.sirius.patrius.math.linear.DiagonalMatrix
-
Replace the submatrix starting at row, column using data in the
input subMatrix array.
- setSubMatrix(T[][], int, int) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrix
-
Replace the submatrix starting at (row, column) using data in the
input subMatrix array.
- setSubMatrix(double[][], int, int) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Replace the submatrix starting at row, column using data in the
input subMatrix array.
- setSubMatrix(double[][], int, int) - Method in class fr.cnes.sirius.patrius.math.linear.SymmetricMatrix
-
Replace the submatrix starting at row, column using data in the
input subMatrix array.
- setSubMatrixWithMatrix(RealMatrix, int, int) - Method in class fr.cnes.sirius.patrius.math.linear.SymmetricMatrix
-
Method setSubMatrix using a RealMatrix for subMatrix instead of an array
- setSubVector(int, FieldVector<T>) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Set a set of consecutive elements.
- setSubVector(int, RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Set a sequence of consecutive elements.
- setSubVector(int, double[]) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Set a set of consecutive elements.
- setSubVector(int, FieldVector<T>) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldVector
-
Set a set of consecutive elements.
- setSubVector(int, RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Set a sequence of consecutive elements.
- setSumImpl(UnivariateStatistic) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Sets the implementation for the sum.
- setSumImpl(StorelessUnivariateStatistic[]) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.MultivariateSummaryStatistics
-
Sets the implementation for the Sum.
- setSumImpl(StorelessUnivariateStatistic) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Sets the implementation for the Sum.
- setSumImpl(StorelessUnivariateStatistic[]) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics
-
Sets the implementation for the Sum.
- setSumImpl(StorelessUnivariateStatistic) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Sets the implementation for the Sum.
- setSumLogImpl(StorelessUnivariateStatistic) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.GeometricMean
-
Sets the implementation for the sum of logs.
- setSumLogImpl(StorelessUnivariateStatistic[]) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.MultivariateSummaryStatistics
-
Sets the implementation for the sum of logs.
- setSumLogImpl(StorelessUnivariateStatistic) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Sets the implementation for the sum of logs.
- setSumLogImpl(StorelessUnivariateStatistic[]) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics
-
Sets the implementation for the sum of logs.
- setSumLogImpl(StorelessUnivariateStatistic) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Sets the implementation for the sum of logs.
- setSumsqImpl(UnivariateStatistic) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Sets the implementation for the sum of squares.
- setSumsqImpl(StorelessUnivariateStatistic[]) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.MultivariateSummaryStatistics
-
Sets the implementation for the sum of squares.
- setSumsqImpl(StorelessUnivariateStatistic) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Sets the implementation for the sum of squares.
- setSumsqImpl(StorelessUnivariateStatistic[]) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics
-
Sets the implementation for the sum of squares.
- setSumsqImpl(StorelessUnivariateStatistic) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Sets the implementation for the sum of squares.
- setSun(PVCoordinatesProvider) - Method in class fr.cnes.sirius.patrius.propagation.events.NadirSolarIncidenceDetector
-
- setSwitches(int, int) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Flags
-
Setter for a specific element of the switches array.
- setSwitches(int[]) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.Flags
-
Setter for switches.
- setTemperature(double) - Method in class fr.cnes.sirius.patrius.propagation.events.ApparentElevationDetector
-
Set the local temperature at topocentric frame origin if needed.
- setThreshold(double) - Method in class fr.cnes.sirius.patrius.propagation.analytical.AbstractLyddanePropagator
-
Setter for relative convergence threshold for osculating to mean algorithm.
- setThreshold(double) - Static method in class fr.cnes.sirius.patrius.propagation.analytical.EcksteinHechlerPropagator
-
Setter for osculating to mean conversion relative convergence threshold.
- setTime(double) - Method in class fr.cnes.sirius.patrius.math.ode.ExpandableStatefulODE
-
Set current time.
- setTimeInterval(AbsoluteDateInterval) - Method in class fr.cnes.sirius.patrius.attitudes.TabulatedAttitude
-
Return a new law with the specified interval.
- setTimeout(int) - Method in class fr.cnes.sirius.patrius.data.NetworkCrawler
-
Set the timeout for connection.
- setTimeSystem(OrbitFile.TimeSystem) - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Set the time system used in this SP3 file.
- setTransform(Transform) - Method in class fr.cnes.sirius.patrius.frames.UpdatableFrame
-
Update the transform from the parent frame to the instance.
- setTransMatComputationFlag(boolean) - Method in class fr.cnes.sirius.patrius.stela.forces.drag.StelaAtmosphericDrag
-
Setter for the switch indicating whether the drag term of the transition matrix has to be computed.
- setType(SP3File.SP3FileType) - Method in class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Set the file type for this SP3 file.
- setup(int, UnivariateFunction, double, double) - Method in class fr.cnes.sirius.patrius.math.analysis.integration.BaseAbstractUnivariateIntegrator
-
Prepare for computation.
- setup(int, PolynomialFunction, double, double, double) - Method in class fr.cnes.sirius.patrius.math.analysis.solver.AbstractPolynomialSolver
-
Prepare for computation.
- setup(int, UnivariateDifferentiableFunction, double, double, double) - Method in class fr.cnes.sirius.patrius.math.analysis.solver.AbstractUnivariateDifferentiableSolver
-
Prepare for computation.
- setup(int, F, double, double, double) - Method in class fr.cnes.sirius.patrius.math.analysis.solver.BaseAbstractUnivariateSolver
-
Prepare for computation.
- setUpEventDetector(EventDetector, Map<String, AttitudeProvider>, Map<String, AttitudeProvider>, String) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
Wrap an Orekit event detector and register it to the integrator.
- setUpEventDetector(MultiEventDetector, Map<String, AttitudeProvider>, Map<String, AttitudeProvider>) - Method in class fr.cnes.sirius.patrius.propagation.numerical.multi.MultiNumericalPropagator
-
Wrap an Orekit multi-sat event detector and register it to the integrator.
- setUpEventDetector(EventDetector) - Method in class fr.cnes.sirius.patrius.propagation.numerical.NumericalPropagator
-
Wrap an Orekit event detector and register it to the integrator.
- setUpperEndPoint(IntervalEndpointType) - Method in class fr.cnes.sirius.patrius.math.interval.AbstractInterval
-
- setValue(String, Object) - Method in class fr.cnes.sirius.patrius.math.exception.util.ExceptionContext
-
Sets the context (key, value) pair.
- setValue(double) - Method in class fr.cnes.sirius.patrius.math.linear.RealVector.Entry
-
Set the value of the entry.
- setValue(double) - Method in class fr.cnes.sirius.patrius.math.parameter.Parameter
-
Setting parameter value.
- setValuesFileURL(String) - Method in class fr.cnes.sirius.patrius.math.random.ValueServer
-
- setValuesFileURL(URL) - Method in class fr.cnes.sirius.patrius.math.random.ValueServer
-
- setVarianceDirection(SemiVariance.Direction) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.moment.SemiVariance
-
Sets the variance direction
- setVarianceImpl(UnivariateStatistic) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
Sets the implementation for the variance.
- setVarianceImpl(StorelessUnivariateStatistic) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Sets the implementation for the variance.
- setVarianceImpl(StorelessUnivariateStatistic) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Sets the implementation for the variance.
- setWholeFormat(NumberFormat) - Method in class fr.cnes.sirius.patrius.math.fraction.ProperBigFractionFormat
-
Modify the whole format.
- setWholeFormat(NumberFormat) - Method in class fr.cnes.sirius.patrius.math.fraction.ProperFractionFormat
-
Modify the whole format.
- setWindowSize(int) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.DescriptiveStatistics
-
WindowSize controls the number of values that contribute to the
reported statistics.
- setWindowSize(int) - Method in class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedDescriptiveStatistics
-
WindowSize controls the number of values that contribute to the
reported statistics.
- setYear(int) - Method in class fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.VariablePotentialCoefficientsReader
-
Set file year
- SEVEN_POINT_FIVE - Static variable in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.AbstractMSISE2000SolarData
-
Constant 7.5
- SGP - Static variable in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLE
-
Identifier for SGP type of ephemeris.
- SGP4 - Static variable in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLE
-
Identifier for SGP4 type of ephemeris.
- SGP8 - Static variable in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLE
-
Identifier for SGP8 type of ephemeris.
- Shape - Interface in fr.cnes.sirius.patrius.math.geometry.euclidean.threed
-
Interface for all shapes.
- shift(double[], double) - Static method in class fr.cnes.sirius.patrius.math.analysis.polynomials.PolynomialsUtils
-
Compute the coefficients of the polynomial Ps(x) whose values at point x will be
the same as the those from the
original polynomial P(x) when computed at x + shift.
- shift() - Method in class fr.cnes.sirius.patrius.math.ode.sampling.AbstractStepInterpolator
-
Shift one step forward.
- shift() - Method in class fr.cnes.sirius.patrius.propagation.sampling.BasicStepInterpolator
-
Shift one step forward.
- shiftedBy(double) - Method in class fr.cnes.sirius.patrius.attitudes.Attitude
-
Get a time-shifted attitude.
- shiftedBy(double) - Method in class fr.cnes.sirius.patrius.frames.transformations.Transform
-
Get a time-shifted instance.
- shiftedBy(double, boolean) - Method in class fr.cnes.sirius.patrius.frames.transformations.Transform
-
Get a time-shifted instance.
- shiftedBy(double) - Method in class fr.cnes.sirius.patrius.orbits.Orbit
-
- shiftedBy(double) - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.PVCoordinates
-
Get a time-shifted state.
- shiftedBy(double) - Method in class fr.cnes.sirius.patrius.orbits.pvcoordinates.TimeStampedPVCoordinates
-
Get a time-shifted state.
- shiftedBy(double) - Method in class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Get a time-shifted state.
- shiftedBy(double) - Method in class fr.cnes.sirius.patrius.time.AbsoluteDate
-
Get a time-shifted date.
- shiftedBy(double) - Method in interface fr.cnes.sirius.patrius.time.TimeShiftable
-
Get a time-shifted instance.
- shiftedBy(double) - Method in class fr.cnes.sirius.patrius.utils.AngularCoordinates
-
Get a time-shifted state.
- shiftedBy(double, boolean) - Method in class fr.cnes.sirius.patrius.utils.AngularCoordinates
-
Get a time-shifted state.
- shiftedBy(double, boolean) - Method in class fr.cnes.sirius.patrius.utils.TimeStampedAngularCoordinates
-
Get a time-shifted state.
- shiftedBy(double) - Method in class fr.cnes.sirius.patrius.utils.TimeStampedAngularCoordinates
-
Get a time-shifted state.
- shiftLeft() - Method in class fr.cnes.sirius.patrius.math.dfp.Dfp
-
Shift the mantissa left, and adjust the exponent to compensate.
- shiftRight() - Method in class fr.cnes.sirius.patrius.math.dfp.Dfp
-
Shift the mantissa right, and adjust the exponent to compensate.
- SHM_FILENAME - Static variable in class fr.cnes.sirius.patrius.forces.gravity.potential.GravityFieldFactory
-
Default regular expression for SHM files.
- SHMFormatReader - Class in fr.cnes.sirius.patrius.forces.gravity.potential
-
Reader for the SHM gravity field format.
- SHMFormatReader(String, boolean) - Constructor for class fr.cnes.sirius.patrius.forces.gravity.potential.SHMFormatReader
-
Simple constructor.
- shortValue() - Method in class fr.cnes.sirius.patrius.math.util.Decimal64
-
The current implementation performs casting to a short.
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.events.CentralBodyMaskCircularFOVDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.events.CombinedPhenomenaDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.events.EarthZoneDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.events.GenericCodingEventDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.events.multi.MultiGenericCodingEventDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.events.sensor.ExtremaSightAxisDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.events.sensor.MaskingDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.events.sensor.RFVisibilityDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.events.sensor.SatToSatMutualVisibilityDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.events.sensor.SensorInhibitionDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.events.sensor.SensorVisibilityDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.events.sensor.StationToSatMutualVisibilityDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.events.sensor.TargetInFieldOfViewDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.events.sensor.VisibilityFromStationDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.forces.maneuvers.ImpulseManeuver
-
- shouldBeRemoved() - Method in interface fr.cnes.sirius.patrius.math.ode.events.EventHandler
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.AbstractDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.AdaptedEventDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.AlignmentDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.AltitudeDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.AnomalyDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.AOLDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.ApparentElevationDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.ApsideDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.BetaAngleDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.CircularFieldOfViewDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.DateDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.DihedralFieldOfViewDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.DistanceDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.EclipseDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.ElevationDetector
-
- shouldBeRemoved() - Method in interface fr.cnes.sirius.patrius.propagation.events.EventDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.EventShifter
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.ExtremaDistanceDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.ExtremaElevationDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.ExtremaLatitudeDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.ExtremaLongitudeDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.ExtremaThreeBodiesAngleDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.GroundMaskElevationDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.LatitudeDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.LocalTimeAngleDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.LongitudeDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.multi.AdaptedMonoEventDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.multi.AdaptedMultiEventDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.multi.MultiAbstractDetector
-
- shouldBeRemoved() - Method in interface fr.cnes.sirius.patrius.propagation.events.multi.MultiEventDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.multi.OneSatEventDetectorWrapper
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.NadirSolarIncidenceDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.NodeDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.NthOccurrenceDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.NullMassDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.NullMassPartDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.SolarTimeAngleDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.propagation.events.ThreeBodiesAngleDetector
-
- shouldBeRemoved() - Method in class fr.cnes.sirius.patrius.stela.PerigeeAltitudeDetector
-
- side(Hyperplane<Euclidean1D>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.SubOrientedPoint
-
Compute the relative position of the instance with respect
to an hyperplane.
- side(Hyperplane<Euclidean3D>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.SubPlane
-
Compute the relative position of the instance with respect
to an hyperplane.
- side(Hyperplane<Euclidean2D>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.SubLine
-
Compute the relative position of the instance with respect
to an hyperplane.
- side(Hyperplane<S>) - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.AbstractRegion
-
Compute the relative position of the instance with respect to an
hyperplane.
- side(Hyperplane<S>) - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.AbstractSubHyperplane
-
Compute the relative position of the instance with respect
to an hyperplane.
- side(Hyperplane<S>) - Method in interface fr.cnes.sirius.patrius.math.geometry.partitioning.Region
-
Compute the relative position of the instance with respect to an
hyperplane.
- Side - Enum in fr.cnes.sirius.patrius.math.geometry.partitioning
-
Enumerate representing the location of an element with respect to an
hyperplane of a space.
- side(Hyperplane<S>) - Method in interface fr.cnes.sirius.patrius.math.geometry.partitioning.SubHyperplane
-
Compute the relative position of the instance with respect
to an hyperplane.
- Sigmoid - Class in fr.cnes.sirius.patrius.math.analysis.function
-
- Sigmoid() - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Sigmoid
-
Usual sigmoid function, where the lower asymptote is 0 and the higher
asymptote is 1.
- Sigmoid(double, double) - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Sigmoid
-
Sigmoid function.
- Sigmoid.Parametric - Class in fr.cnes.sirius.patrius.math.analysis.function
-
Parametric function where the input array contains the parameters of
the logit function, ordered as follows:
Lower asymptote
Higher asymptote
- Sigmoid.Parametric() - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Sigmoid.Parametric
-
- sign - Variable in class fr.cnes.sirius.patrius.math.dfp.Dfp
-
Sign bit: 1 for positive, -1 for negative.
- SignalPropagation - Class in fr.cnes.sirius.patrius.signalpropagation
-
This class describes the propagation of a signal in space
- SignalPropagation(Vector3D, AbsoluteDate, AbsoluteDate, Frame, SignalPropagationModel.FixedDate) - Constructor for class fr.cnes.sirius.patrius.signalpropagation.SignalPropagation
-
Constructor with computation of one of the dates
- SignalPropagationModel - Class in fr.cnes.sirius.patrius.signalpropagation
-
Model for the computation of a signal propagation vector and toolbox
for the different corrections to be applied to it.
- SignalPropagationModel(Frame, double) - Constructor for class fr.cnes.sirius.patrius.signalpropagation.SignalPropagationModel
-
Constructor of the signal propagation model.
- SignalPropagationModel.FixedDate - Enum in fr.cnes.sirius.patrius.signalpropagation
-
the fixed date of computation
- signum() - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
Compute the signum of the instance.
- Signum - Class in fr.cnes.sirius.patrius.math.analysis.function
-
signum function.
- Signum() - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Signum
-
- signum() - Method in interface fr.cnes.sirius.patrius.math.RealFieldElement
-
Compute the signum of the instance.
- signum(double) - Static method in class fr.cnes.sirius.patrius.math.util.FastMath
-
Compute the signum of a number.
- signum(float) - Static method in class fr.cnes.sirius.patrius.math.util.FastMath
-
Compute the signum of a number.
- SimpleAdditionalStateProvider - Class in fr.cnes.sirius.patrius.propagation
-
This class is a simple implementation of additionalStateProvider.
- SimpleAdditionalStateProvider(String, AbsoluteDate[], double[][], ISearchIndex) - Constructor for class fr.cnes.sirius.patrius.propagation.SimpleAdditionalStateProvider
-
Creates an instance of SimpleAdditionalStateProvider from a name describing
the additional state double table, a table of dates, and a table of additional states
associated to these dates.
- SimpleBounds - Class in fr.cnes.sirius.patrius.math.optim
-
Simple optimization constraints: lower and upper bounds.
- SimpleBounds(double[], double[]) - Constructor for class fr.cnes.sirius.patrius.math.optim.SimpleBounds
-
- SimpleExponentialAtmosphere - Class in fr.cnes.sirius.patrius.forces.atmospheres
-
Simple exponential atmospheric model.
- SimpleExponentialAtmosphere(BodyShape, double, double, double) - Constructor for class fr.cnes.sirius.patrius.forces.atmospheres.SimpleExponentialAtmosphere
-
Create an exponential atmosphere.
- SimpleMassModel - Class in fr.cnes.sirius.patrius.propagation
-
- SimpleMassModel(double, String) - Constructor for class fr.cnes.sirius.patrius.propagation.SimpleMassModel
-
Constructor.
- SimplePointChecker<T extends Pair<double[],? extends Object>> - Class in fr.cnes.sirius.patrius.math.optim
-
- SimplePointChecker(double, double) - Constructor for class fr.cnes.sirius.patrius.math.optim.SimplePointChecker
-
Build an instance with specified thresholds.
- SimplePointChecker(double, double, int) - Constructor for class fr.cnes.sirius.patrius.math.optim.SimplePointChecker
-
Builds an instance with specified thresholds.
- SimpleRegression - Class in fr.cnes.sirius.patrius.math.stat.regression
-
Estimates an ordinary least squares regression model
with one independent variable.
- SimpleRegression() - Constructor for class fr.cnes.sirius.patrius.math.stat.regression.SimpleRegression
-
Create an empty SimpleRegression instance
- SimpleRegression(boolean) - Constructor for class fr.cnes.sirius.patrius.math.stat.regression.SimpleRegression
-
Create a SimpleRegression instance, specifying whether or not to estimate
an intercept.
- SimpleUnivariateValueChecker - Class in fr.cnes.sirius.patrius.math.optim.univariate
-
- SimpleUnivariateValueChecker(double, double) - Constructor for class fr.cnes.sirius.patrius.math.optim.univariate.SimpleUnivariateValueChecker
-
Build an instance with specified thresholds.
- SimpleUnivariateValueChecker(double, double, int) - Constructor for class fr.cnes.sirius.patrius.math.optim.univariate.SimpleUnivariateValueChecker
-
Builds an instance with specified thresholds.
- SimpleValueChecker - Class in fr.cnes.sirius.patrius.math.optim
-
Simple implementation of the
ConvergenceChecker interface using
only objective function values.
- SimpleValueChecker(double, double) - Constructor for class fr.cnes.sirius.patrius.math.optim.SimpleValueChecker
-
Build an instance with specified thresholds.
- SimpleValueChecker(double, double, int) - Constructor for class fr.cnes.sirius.patrius.math.optim.SimpleValueChecker
-
Builds an instance with specified thresholds.
- SimpleVectorValueChecker - Class in fr.cnes.sirius.patrius.math.optim
-
Simple implementation of the
ConvergenceChecker interface using
only objective function values.
- SimpleVectorValueChecker(double, double) - Constructor for class fr.cnes.sirius.patrius.math.optim.SimpleVectorValueChecker
-
Build an instance with specified thresholds.
- SimpleVectorValueChecker(double, double, int) - Constructor for class fr.cnes.sirius.patrius.math.optim.SimpleVectorValueChecker
-
Builds an instance with specified tolerance thresholds and
iteration count.
- SimplexOptimizer - Class in fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.noderiv
-
This class implements simplex-based direct search optimization.
- SimplexOptimizer(ConvergenceChecker<PointValuePair>) - Constructor for class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.noderiv.SimplexOptimizer
-
- SimplexOptimizer(double, double) - Constructor for class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.noderiv.SimplexOptimizer
-
- SimplexSolver - Class in fr.cnes.sirius.patrius.math.optim.linear
-
Solves a linear problem using the "Two-Phase Simplex" method.
- SimplexSolver() - Constructor for class fr.cnes.sirius.patrius.math.optim.linear.SimplexSolver
-
Builds a simplex solver with default settings.
- SimplexSolver(double, int) - Constructor for class fr.cnes.sirius.patrius.math.optim.linear.SimplexSolver
-
Builds a simplex solver with a specified accepted amount of error.
- SIMPSON_MAX_ITERATIONS_COUNT - Static variable in class fr.cnes.sirius.patrius.math.analysis.integration.SimpsonIntegrator
-
Maximal number of iterations for Simpson.
- SimpsonIntegrator - Class in fr.cnes.sirius.patrius.math.analysis.integration
-
Implements
Simpson's Rule for integration of real univariate functions.
- SimpsonIntegrator(double, double, int, int) - Constructor for class fr.cnes.sirius.patrius.math.analysis.integration.SimpsonIntegrator
-
Build a Simpson integrator with given accuracies and iterations counts.
- SimpsonIntegrator(int, int) - Constructor for class fr.cnes.sirius.patrius.math.analysis.integration.SimpsonIntegrator
-
Build a Simpson integrator with given iteration counts.
- SimpsonIntegrator() - Constructor for class fr.cnes.sirius.patrius.math.analysis.integration.SimpsonIntegrator
-
Construct an integrator with default settings.
- simpsonMean(double[]) - Static method in class fr.cnes.sirius.patrius.stela.forces.Squaring
-
Simpson's rule.
- simpsonMean(double[], double) - Static method in class fr.cnes.sirius.patrius.stela.forces.Squaring
-
Simpson's rule when the integration is not done on the entire orbit, but only on one specific part.
- sin() - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
Sine operation.
- sin(double[], int, double[], int) - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DSCompiler
-
Compute sine of a derivative structure.
- Sin - Class in fr.cnes.sirius.patrius.math.analysis.function
-
Sine function.
- Sin() - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Sin
-
- sin() - Method in class fr.cnes.sirius.patrius.math.complex.Complex
-
Compute the
sine
of this complex number.
- sin(Dfp) - Static method in class fr.cnes.sirius.patrius.math.dfp.DfpMath
-
computes the sine of the argument.
- sin() - Method in interface fr.cnes.sirius.patrius.math.RealFieldElement
-
Sine operation.
- sin(double) - Static method in class fr.cnes.sirius.patrius.math.util.FastMath
-
Sine function.
- SIN_I_LIM - Static variable in class fr.cnes.sirius.patrius.orbits.orbitalparameters.StelaEquinoctialParameters
-
Sinus of half limit inclination in type 8.
- Sinc - Class in fr.cnes.sirius.patrius.math.analysis.function
-
Sinc function,
defined by
- Sinc() - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Sinc
-
The sinc function, sin(x) / x.
- Sinc(boolean) - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Sinc
-
Instantiates the sinc function.
- SingularMatrixException - Exception in fr.cnes.sirius.patrius.math.linear
-
Exception to be thrown when a non-singular matrix is expected.
- SingularMatrixException() - Constructor for exception fr.cnes.sirius.patrius.math.linear.SingularMatrixException
-
Construct an exception.
- SingularOperatorException - Exception in fr.cnes.sirius.patrius.math.linear
-
Exception to be thrown when trying to invert a singular operator.
- SingularOperatorException() - Constructor for exception fr.cnes.sirius.patrius.math.linear.SingularOperatorException
-
Creates a new instance of this class.
- SingularValueDecomposition - Class in fr.cnes.sirius.patrius.math.linear
-
Calculates the compact Singular Value Decomposition of a matrix.
- SingularValueDecomposition(RealMatrix) - Constructor for class fr.cnes.sirius.patrius.math.linear.SingularValueDecomposition
-
Calculates the compact Singular Value Decomposition of the given matrix.
- sinh() - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
Hyperbolic sine operation.
- sinh(double[], int, double[], int) - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DSCompiler
-
Compute hyperbolic sine of a derivative structure.
- Sinh - Class in fr.cnes.sirius.patrius.math.analysis.function
-
Hyperbolic sine function.
- Sinh() - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Sinh
-
- sinh() - Method in class fr.cnes.sirius.patrius.math.complex.Complex
-
- sinh() - Method in interface fr.cnes.sirius.patrius.math.RealFieldElement
-
Hyperbolic sine operation.
- sinh(double) - Static method in class fr.cnes.sirius.patrius.math.util.FastMath
-
Compute the hyperbolic sine of a number.
- sini0 - Variable in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLEPropagator
-
sinus original inclination.
- sinInternal(Dfp[]) - Static method in class fr.cnes.sirius.patrius.math.dfp.DfpMath
-
Computes sin(a) Used when 0 < a < pi/4.
- SIXTY - Static variable in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.AbstractMSISE2000SolarData
-
Constant 60
- size() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.AbstractEOPHistory
-
Get the number of entries in the history.
- size() - Method in interface fr.cnes.sirius.patrius.frames.configuration.eop.EOPHistory
-
Get the number of entries in the history.
- size() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.NoEOP2000History
-
size.
- size() - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.utilities.AVLTree
-
Get the number of elements of the tree.
- size() - Method in class fr.cnes.sirius.patrius.math.util.OpenIntToDoubleHashMap
-
Get the number of elements stored in the map.
- size() - Method in class fr.cnes.sirius.patrius.math.util.OpenIntToFieldHashMap
-
Get the number of elements stored in the map.
- Skewness - Class in fr.cnes.sirius.patrius.math.stat.descriptive.moment
-
Computes the skewness of the available values.
- Skewness() - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Skewness
-
Constructs a Skewness
- Skewness(ThirdMoment) - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Skewness
-
Constructs a Skewness with an external moment
- Skewness(Skewness) - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.moment.Skewness
-
Copy constructor, creates a new Skewness identical
to the original
- SLAVE_MODE - Static variable in interface fr.cnes.sirius.patrius.propagation.MultiPropagator
-
Indicator for slave mode.
- SLAVE_MODE - Static variable in interface fr.cnes.sirius.patrius.propagation.Propagator
-
Indicator for slave mode.
- slerp(AbsoluteDate, Attitude, Attitude, Frame, boolean) - Static method in class fr.cnes.sirius.patrius.attitudes.Attitude
-
The slerp interpolation method is efficient but is less accurate than the interpolate method.
- slerp(Rotation, Rotation, double) - Static method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Rotation
-
Returns spherical linear interpolated rotation.
- Slew - Interface in fr.cnes.sirius.patrius.attitudes
-
This interface represents a slew model set.
- slewAngle - Variable in class fr.cnes.sirius.patrius.attitudes.AbstractIsisSpinBiasSlew
-
Angle of the rotation associated to the spin bias slew.
- slewAxis - Variable in class fr.cnes.sirius.patrius.attitudes.AbstractIsisSpinBiasSlew
-
Axis of the rotation associated to the spin bias slew.
- SmallManeuverAnalyticalModel - Class in fr.cnes.sirius.patrius.forces.maneuvers
-
Analytical model for small maneuvers.
- SmallManeuverAnalyticalModel(SpacecraftState, Vector3D, double, String) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.SmallManeuverAnalyticalModel
-
Build a maneuver defined in spacecraft frame.
- SmallManeuverAnalyticalModel(SpacecraftState, Frame, Vector3D, double, String) - Constructor for class fr.cnes.sirius.patrius.forces.maneuvers.SmallManeuverAnalyticalModel
-
Build a maneuver defined in user-specified frame.
- smooth(double[], double[], double[]) - Method in class fr.cnes.sirius.patrius.math.analysis.interpolation.LoessInterpolator
-
Compute a weighted loess fit on the data at the original abscissae.
- smooth(double[], double[]) - Method in class fr.cnes.sirius.patrius.math.analysis.interpolation.LoessInterpolator
-
Compute a loess fit on the data at the original abscissae.
- SmoothingPolynomialBicubicSplineInterpolator - Class in fr.cnes.sirius.patrius.math.analysis.interpolation
-
Generates a bicubic interpolation function.
- SmoothingPolynomialBicubicSplineInterpolator() - Constructor for class fr.cnes.sirius.patrius.math.analysis.interpolation.SmoothingPolynomialBicubicSplineInterpolator
-
Default constructor.
- SmoothingPolynomialBicubicSplineInterpolator(int) - Constructor for class fr.cnes.sirius.patrius.math.analysis.interpolation.SmoothingPolynomialBicubicSplineInterpolator
-
- SmoothingPolynomialBicubicSplineInterpolator(int, int) - Constructor for class fr.cnes.sirius.patrius.math.analysis.interpolation.SmoothingPolynomialBicubicSplineInterpolator
-
- SNAN - Static variable in class fr.cnes.sirius.patrius.math.dfp.Dfp
-
Indicator value for signaling NaN.
- SOLAR_SYSTEM_BARYCENTER - Static variable in class fr.cnes.sirius.patrius.bodies.CelestialBodyFactory
-
Predefined name for solar system barycenter.
- SolarActivityDataFactory - Class in fr.cnes.sirius.patrius.forces.atmospheres.solarActivity
-
- SolarActivityDataProvider - Interface in fr.cnes.sirius.patrius.forces.atmospheres.solarActivity
-
Interface for solar activity data providers, to be used for atmosphere models
- SolarActivityDataReader - Class in fr.cnes.sirius.patrius.forces.atmospheres.solarActivity
-
Represents a basic solar activity file reader.
- SolarActivityDataReader(String, TimeScale) - Constructor for class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataReader
-
Constructor.
- SolarActivityToolbox - Class in fr.cnes.sirius.patrius.forces.atmospheres.solarActivity
-
Solar activity toolbox.
- SolarRadiationPressureCircular - Class in fr.cnes.sirius.patrius.forces.radiation
-
Solar radiation pressure force model.
- SolarRadiationPressureCircular(PVCoordinatesProvider, double, RadiationSensitive) - Constructor for class fr.cnes.sirius.patrius.forces.radiation.SolarRadiationPressureCircular
-
Simple constructor with default reference values.
- SolarRadiationPressureCircular(PVCoordinatesProvider, double, RadiationSensitive, boolean) - Constructor for class fr.cnes.sirius.patrius.forces.radiation.SolarRadiationPressureCircular
-
Simple constructor with default reference values.
- SolarRadiationPressureCircular(double, double, PVCoordinatesProvider, double, RadiationSensitive) - Constructor for class fr.cnes.sirius.patrius.forces.radiation.SolarRadiationPressureCircular
-
Complete constructor.
- SolarRadiationPressureCircular(double, double, PVCoordinatesProvider, double, RadiationSensitive, boolean) - Constructor for class fr.cnes.sirius.patrius.forces.radiation.SolarRadiationPressureCircular
-
Complete constructor.
- SolarRadiationPressureCircular(Parameter, PVCoordinatesProvider, double, RadiationSensitive) - Constructor for class fr.cnes.sirius.patrius.forces.radiation.SolarRadiationPressureCircular
-
Complete constructor.
- SolarRadiationPressureCircular(Parameter, PVCoordinatesProvider, double, RadiationSensitive, boolean) - Constructor for class fr.cnes.sirius.patrius.forces.radiation.SolarRadiationPressureCircular
-
Complete constructor.
- SolarRadiationPressureEllipsoid - Class in fr.cnes.sirius.patrius.forces.radiation
-
Solar radiation pressure force model with
spheroids.
- SolarRadiationPressureEllipsoid(PVCoordinatesProvider, GeometricBodyShape, RadiationSensitive) - Constructor for class fr.cnes.sirius.patrius.forces.radiation.SolarRadiationPressureEllipsoid
-
Simple constructor with default reference values.
- SolarRadiationPressureEllipsoid(PVCoordinatesProvider, GeometricBodyShape, RadiationSensitive, boolean) - Constructor for class fr.cnes.sirius.patrius.forces.radiation.SolarRadiationPressureEllipsoid
-
Simple constructor with default reference values.
- SolarRadiationPressureEllipsoid(double, double, PVCoordinatesProvider, GeometricBodyShape, RadiationSensitive) - Constructor for class fr.cnes.sirius.patrius.forces.radiation.SolarRadiationPressureEllipsoid
-
Complete constructor.
- SolarRadiationPressureEllipsoid(double, double, PVCoordinatesProvider, GeometricBodyShape, RadiationSensitive, boolean) - Constructor for class fr.cnes.sirius.patrius.forces.radiation.SolarRadiationPressureEllipsoid
-
Complete constructor.
- SolarRadiationPressureEllipsoid(Parameter, PVCoordinatesProvider, GeometricBodyShape, RadiationSensitive) - Constructor for class fr.cnes.sirius.patrius.forces.radiation.SolarRadiationPressureEllipsoid
-
- SolarRadiationPressureEllipsoid(Parameter, PVCoordinatesProvider, GeometricBodyShape, RadiationSensitive, boolean) - Constructor for class fr.cnes.sirius.patrius.forces.radiation.SolarRadiationPressureEllipsoid
-
- SolarRadiationWrench - Class in fr.cnes.sirius.patrius.wrenches
-
This class represents a solar radiation wrench model.
- SolarRadiationWrench(PVCoordinatesProvider, GeometricBodyShape, RadiationWrenchSensitive) - Constructor for class fr.cnes.sirius.patrius.wrenches.SolarRadiationWrench
-
Simple constructor with default reference values.
- SolarRadiationWrench(double, double, double, PVCoordinatesProvider, GeometricBodyShape, RadiationWrenchSensitive) - Constructor for class fr.cnes.sirius.patrius.wrenches.SolarRadiationWrench
-
Complete constructor.
- SolarRadiationWrench(Parameter, Parameter, Parameter, PVCoordinatesProvider, GeometricBodyShape, RadiationWrenchSensitive) - Constructor for class fr.cnes.sirius.patrius.wrenches.SolarRadiationWrench
-
- SolarTimeAngleDetector - Class in fr.cnes.sirius.patrius.propagation.events
-
Detects when the solar time angle of a spacecraft is equal to a predetermined value.
The solar time is represented by the angle between the projections of the Sun in the osculator orbital
plane and the satellite position; therefore this angle is equal to zero when the solar time is
12.00h and Π when the solar time is 0.00h (Solar Time In Hours = 12.00h + solar time angle * 12 / Π).
- SolarTimeAngleDetector(double) - Constructor for class fr.cnes.sirius.patrius.propagation.events.SolarTimeAngleDetector
-
Constructor for a SolarTimeDetector instance.
- SolarTimeAngleDetector(double, double, double) - Constructor for class fr.cnes.sirius.patrius.propagation.events.SolarTimeAngleDetector
-
Constructor for a SolarTimeDetector instance with complimentary parameters.
- SolarTimeAngleDetector(double, double, double, EventDetector.Action) - Constructor for class fr.cnes.sirius.patrius.propagation.events.SolarTimeAngleDetector
-
Constructor for a SolarTimeDetector instance with complimentary parameters.
- SolarTimeAngleDetector(double, double, double, EventDetector.Action, boolean) - Constructor for class fr.cnes.sirius.patrius.propagation.events.SolarTimeAngleDetector
-
Constructor for a SolarTimeDetector instance with complimentary parameters.
- solidEarthTidesCorrections(AbsoluteDate, Vector3D, Vector3D, Vector3D) - Static method in class fr.cnes.sirius.patrius.forces.gravity.tides.ReferencePointsDisplacement
-
Computes the displacement of reference points due to the effect of the solid Earth tides.
- SolidShape - Interface in fr.cnes.sirius.patrius.math.geometry.euclidean.threed
-
Interface for all solids.
- SolidTidesAcc - Class in fr.cnes.sirius.patrius.stela.forces.gravity
-
Class representing the tidal contribution.
- SolidTidesAcc(CelestialBody, CelestialBody) - Constructor for class fr.cnes.sirius.patrius.stela.forces.gravity.SolidTidesAcc
-
Default constructor: both sun and moon contributions have to be computed.
- SolidTidesAcc(boolean, boolean, CelestialBody, CelestialBody) - Constructor for class fr.cnes.sirius.patrius.stela.forces.gravity.SolidTidesAcc
-
Advanced constructor: the user can choose if the sun or the moon contribution has to be deactivated.
- solve(int, F, double, double, double) - Method in class fr.cnes.sirius.patrius.math.analysis.solver.BaseAbstractUnivariateSolver
-
Solve for a zero in the given interval, start at startValue.
- solve(int, F, double, double) - Method in class fr.cnes.sirius.patrius.math.analysis.solver.BaseAbstractUnivariateSolver
-
Solve for a zero root in the given interval.
- solve(int, F, double) - Method in class fr.cnes.sirius.patrius.math.analysis.solver.BaseAbstractUnivariateSolver
-
Solve for a zero in the vicinity of startValue.
- solve(int, UnivariateFunction, double, double, AllowedSolution) - Method in class fr.cnes.sirius.patrius.math.analysis.solver.BaseSecantSolver
-
Solve for a zero in the given interval.
- solve(int, UnivariateFunction, double, double, double, AllowedSolution) - Method in class fr.cnes.sirius.patrius.math.analysis.solver.BaseSecantSolver
-
Solve for a zero in the given interval, start at startValue.
- solve(int, UnivariateFunction, double, double, double) - Method in class fr.cnes.sirius.patrius.math.analysis.solver.BaseSecantSolver
-
Solve for a zero in the given interval, start at startValue.
- solve(int, Func, double, double) - Method in interface fr.cnes.sirius.patrius.math.analysis.solver.BaseUnivariateSolver
-
Solve for a zero root in the given interval.
- solve(int, Func, double, double, double) - Method in interface fr.cnes.sirius.patrius.math.analysis.solver.BaseUnivariateSolver
-
Solve for a zero in the given interval, start at startValue.
- solve(int, Func, double) - Method in interface fr.cnes.sirius.patrius.math.analysis.solver.BaseUnivariateSolver
-
Solve for a zero in the vicinity of startValue.
- solve(int, Func, double, double, AllowedSolution) - Method in interface fr.cnes.sirius.patrius.math.analysis.solver.BracketedUnivariateSolver
-
Solve for a zero in the given interval.
- solve(int, Func, double, double, double, AllowedSolution) - Method in interface fr.cnes.sirius.patrius.math.analysis.solver.BracketedUnivariateSolver
-
Solve for a zero in the given interval, start at startValue.
- solve(int, UnivariateFunction, double, double, AllowedSolution) - Method in class fr.cnes.sirius.patrius.math.analysis.solver.BracketingNthOrderBrentSolver
-
Solve for a zero in the given interval.
- solve(int, UnivariateFunction, double, double, double, AllowedSolution) - Method in class fr.cnes.sirius.patrius.math.analysis.solver.BracketingNthOrderBrentSolver
-
Solve for a zero in the given interval, start at startValue.
- solve(int, UnivariateDifferentiableFunction, double, double) - Method in class fr.cnes.sirius.patrius.math.analysis.solver.NewtonRaphsonSolver
-
Find a zero near the midpoint of min and max.
- solve(UnivariateFunction, double, double) - Static method in class fr.cnes.sirius.patrius.math.analysis.solver.UnivariateSolverUtils
-
Convenience method to find a zero of a univariate real function.
- solve(UnivariateFunction, double, double, double) - Static method in class fr.cnes.sirius.patrius.math.analysis.solver.UnivariateSolverUtils
-
Convenience method to find a zero of a univariate real function.
- solve(int, UnivariateDfpFunction, Dfp, Dfp, AllowedSolution) - Method in class fr.cnes.sirius.patrius.math.dfp.BracketingNthOrderBrentSolverDFP
-
Solve for a zero in the given interval.
- solve(int, UnivariateDfpFunction, Dfp, Dfp, Dfp, AllowedSolution) - Method in class fr.cnes.sirius.patrius.math.dfp.BracketingNthOrderBrentSolverDFP
-
Solve for a zero in the given interval, start at startValue.
- solve(RealVector) - Method in interface fr.cnes.sirius.patrius.math.linear.DecompositionSolver
-
Solve the linear equation A × X = B for matrices A.
- solve(RealMatrix) - Method in interface fr.cnes.sirius.patrius.math.linear.DecompositionSolver
-
Solve the linear equation A × X = B for matrices A.
- solve(FieldVector<T>) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldDecompositionSolver
-
Solve the linear equation A × X = B for matrices A.
- solve(FieldMatrix<T>) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldDecompositionSolver
-
Solve the linear equation A × X = B for matrices A.
- solve(RealLinearOperator, RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.IterativeLinearSolver
-
Returns an estimate of the solution to the linear system A · x =
b.
- solve(RealLinearOperator, RealVector, RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.IterativeLinearSolver
-
Returns an estimate of the solution to the linear system A · x =
b.
- solve(RealLinearOperator, RealLinearOperator, RealVector, RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.PreconditionedIterativeLinearSolver
-
Returns an estimate of the solution to the linear system A · x =
b.
- solve(RealLinearOperator, RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.PreconditionedIterativeLinearSolver
-
Returns an estimate of the solution to the linear system A · x =
b.
- solve(RealLinearOperator, RealVector, RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.PreconditionedIterativeLinearSolver
-
Returns an estimate of the solution to the linear system A · x =
b.
- solve(RealLinearOperator, RealLinearOperator, RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.PreconditionedIterativeLinearSolver
-
Returns an estimate of the solution to the linear system A · x =
b.
- solve(RealLinearOperator, RealLinearOperator, RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.SymmLQ
-
Returns an estimate of the solution to the linear system A · x =
b.
- solve(RealLinearOperator, RealLinearOperator, RealVector, boolean, double) - Method in class fr.cnes.sirius.patrius.math.linear.SymmLQ
-
Returns an estimate of the solution to the linear system (A - shift
· I) · x = b.
- solve(RealLinearOperator, RealLinearOperator, RealVector, RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.SymmLQ
-
Returns an estimate of the solution to the linear system A · x =
b.
- solve(RealLinearOperator, RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.SymmLQ
-
Returns an estimate of the solution to the linear system A · x =
b.
- solve(RealLinearOperator, RealVector, boolean, double) - Method in class fr.cnes.sirius.patrius.math.linear.SymmLQ
-
Returns the solution to the system (A - shift · I) · x = b.
- solve(RealLinearOperator, RealVector, RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.SymmLQ
-
Returns an estimate of the solution to the linear system A · x =
b.
- solveAllComplex(double[], double) - Method in class fr.cnes.sirius.patrius.math.analysis.solver.LaguerreSolver
-
Find all complex roots for the polynomial with the given
coefficients, starting from the given initial value.
- solveBiquadratic(double, double, double) - Method in class fr.cnes.sirius.patrius.stela.forces.radiation.SRPSquaring
-
Solves the equation c4x4 + c2x2 + c0 = 0.
- solveComplex(double[], double) - Method in class fr.cnes.sirius.patrius.math.analysis.solver.LaguerreSolver
-
Find a complex root for the polynomial with the given coefficients,
starting from the given initial value.
- solveInPlace(RealLinearOperator, RealLinearOperator, RealVector, RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.ConjugateGradient
-
Returns an estimate of the solution to the linear system A · x =
b.
- solveInPlace(RealLinearOperator, RealVector, RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.IterativeLinearSolver
-
Returns an estimate of the solution to the linear system A · x =
b.
- solveInPlace(RealLinearOperator, RealLinearOperator, RealVector, RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.PreconditionedIterativeLinearSolver
-
Returns an estimate of the solution to the linear system A · x =
b.
- solveInPlace(RealLinearOperator, RealVector, RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.PreconditionedIterativeLinearSolver
-
Returns an estimate of the solution to the linear system A · x =
b.
- solveInPlace(RealLinearOperator, RealLinearOperator, RealVector, RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.SymmLQ
-
Returns an estimate of the solution to the linear system A · x =
b.
- solveInPlace(RealLinearOperator, RealLinearOperator, RealVector, RealVector, boolean, double) - Method in class fr.cnes.sirius.patrius.math.linear.SymmLQ
-
Returns an estimate of the solution to the linear system (A - shift
· I) · x = b.
- solveInPlace(RealLinearOperator, RealVector, RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.SymmLQ
-
Returns an estimate of the solution to the linear system A · x =
b.
- solveInverseCumulativeProbability(double, int, int) - Method in class fr.cnes.sirius.patrius.math.distribution.AbstractIntegerDistribution
-
- solveLowerTriangularSystem(RealMatrix, RealVector) - Static method in class fr.cnes.sirius.patrius.math.linear.MatrixUtils
-
Solve a system of composed of a Lower Triangular Matrix
RealMatrix.
- solvePhase1(SimplexTableau) - Method in class fr.cnes.sirius.patrius.math.optim.linear.SimplexSolver
-
Solves Phase 1 of the Simplex method.
- solvePolyDeg2(Complex, Complex, Complex) - Method in class fr.cnes.sirius.patrius.stela.forces.radiation.SRPSquaring
-
Solves the complex equation c2x2 + c1x + c0 = 0.
- solvePolyDeg3(double, double, double, double) - Method in class fr.cnes.sirius.patrius.stela.forces.radiation.SRPSquaring
-
Solves the equation c3x3 + c2x2 + c1x + c0 = 0.
- solvePolyDeg4(double, double, double, double, double) - Method in class fr.cnes.sirius.patrius.stela.forces.radiation.SRPSquaring
-
Solves the equation c4x4 + c3x3 + c2x2 +
c1x + c0 = 0.
- SOLVER_DEFAULT_ABSOLUTE_ACCURACY - Static variable in class fr.cnes.sirius.patrius.math.distribution.AbstractRealDistribution
-
Default accuracy.
- solveUpperTriangularSystem(RealMatrix, RealVector) - Static method in class fr.cnes.sirius.patrius.math.linear.MatrixUtils
-
Solver a system composed of an Upper Triangular Matrix
RealMatrix.
- sortInPlace(double[], double[]...) - Static method in class fr.cnes.sirius.patrius.math.util.MathArrays
-
Sort an array in ascending order in place and perform the same reordering
of entries on other arrays.
- sortInPlace(double[], MathArrays.OrderDirection, double[]...) - Static method in class fr.cnes.sirius.patrius.math.util.MathArrays
-
Sort an array in place and perform the same reordering of entries on
other arrays.
- sortVerticies(Vector2D[][], boolean) - Static method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.PolygonsSet
-
Method to sort vertices according to a specific sense : (trigonometric or clockwise)
- SP3File - Class in fr.cnes.sirius.patrius.files.sp3
-
Represents a parsed SP3 orbit file.
- SP3File() - Constructor for class fr.cnes.sirius.patrius.files.sp3.SP3File
-
Create a new SP3 file object.
- SP3File.SP3FileType - Enum in fr.cnes.sirius.patrius.files.sp3
-
File type indicator.
- SP3File.SP3OrbitType - Enum in fr.cnes.sirius.patrius.files.sp3
-
Orbit type indicator.
- SP3Parser - Class in fr.cnes.sirius.patrius.files.sp3
-
A parser for the SP3 orbit file format.
- SP3Parser() - Constructor for class fr.cnes.sirius.patrius.files.sp3.SP3Parser
-
- SP_IERS2003 - Static variable in class fr.cnes.sirius.patrius.frames.configuration.sp.SPrimeModelFactory
-
IERS 2003 convention.
- SP_IERS2010 - Static variable in class fr.cnes.sirius.patrius.frames.configuration.sp.SPrimeModelFactory
-
IERS 2010 convention.
- Space - Interface in fr.cnes.sirius.patrius.math.geometry
-
This interface represents a generic space, with affine and vectorial counterparts.
- spacecraftsMaskingDistance(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.assembly.models.SensorModel
-
Computes the minimal euclidian distance to the spacecraft's shapes (GEOMERTY properties).
- SpacecraftState - Class in fr.cnes.sirius.patrius.propagation
-
This class is the representation of a complete state holding orbit, attitude for forces and events computation and
additional states informations at a given date.
- SpacecraftState(Orbit) - Constructor for class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Build a spacecraft state from orbit only.
- SpacecraftState(Orbit, Attitude) - Constructor for class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Build a spacecraft state from orbit and a single attitude.
- SpacecraftState(Orbit, MassProvider) - Constructor for class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Create a new instance from orbit and mass provider.
- SpacecraftState(Orbit, Attitude, MassProvider) - Constructor for class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Build a spacecraft state from orbit, attitude and mass provider.
- SpacecraftState(Orbit, Attitude, Attitude) - Constructor for class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Build a spacecraft state from orbit, attitude for forces and events computation.
- SpacecraftState(Orbit, Attitude, Attitude, Map<String, double[]>) - Constructor for class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Build a spacecraft state from orbit, attitude for forces and events computation and additional states map.
- SpacecraftState(Orbit, Attitude, Attitude, MassProvider) - Constructor for class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Build a spacecraft state from orbit, attitude for forces and events computation and mass provider.
- SpacecraftState(Orbit, Attitude, Attitude, MassProvider, Map<String, double[]>) - Constructor for class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Build a spacecraft state from orbit, attitude for forces and events computation, mass provider and additional
states map.
- SpacecraftState(double[], OrbitType, PositionAngle, AbsoluteDate, double, Frame, Map<String, AdditionalStateInfo>, AttitudeProvider, AttitudeProvider) - Constructor for class fr.cnes.sirius.patrius.propagation.SpacecraftState
-
Build a spacecraft from an array (a state vector) and an additional states informations map.
- SpearmansCorrelation - Class in fr.cnes.sirius.patrius.math.stat.correlation
-
Spearman's rank correlation.
- SpearmansCorrelation() - Constructor for class fr.cnes.sirius.patrius.math.stat.correlation.SpearmansCorrelation
-
Create a SpearmansCorrelation without data.
- SpearmansCorrelation(RankingAlgorithm) - Constructor for class fr.cnes.sirius.patrius.math.stat.correlation.SpearmansCorrelation
-
Create a SpearmansCorrelation with the given ranking algorithm.
- SpearmansCorrelation(RealMatrix) - Constructor for class fr.cnes.sirius.patrius.math.stat.correlation.SpearmansCorrelation
-
Create a SpearmansCorrelation from the given data matrix.
- SpearmansCorrelation(RealMatrix, RankingAlgorithm) - Constructor for class fr.cnes.sirius.patrius.math.stat.correlation.SpearmansCorrelation
-
Create a SpearmansCorrelation with the given input data matrix
and ranking algorithm.
- SPECULAR_COEFFICIENT - Static variable in class fr.cnes.sirius.patrius.assembly.properties.RadiativeIRProperty
-
Parameter name for reflection coefficient.
- SPECULAR_COEFFICIENT - Static variable in class fr.cnes.sirius.patrius.assembly.properties.RadiativeProperty
-
Parameter name for reflection coefficient.
- SPEED_OF_LIGHT - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
Speed of light: 299792458.0 m/s.
- Sphere - Class in fr.cnes.sirius.patrius.math.geometry.euclidean.threed
-
This is a describing class for a 3D spherical shape, with some algorithm to compute intersections and distances to
some other objects.
- Sphere(Vector3D, double) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Sphere
-
Build a sphere from its radius and the position of its center
- SphericalCap - Class in fr.cnes.sirius.patrius.math.geometry.euclidean.threed
-
Implements a representation of a spherical cap solid.
- SphericalCap(Sphere, Plane) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.SphericalCap
-
Constructor of a
SphericalCap using a
Sphere and a
Plane.
- Spheroid - Class in fr.cnes.sirius.patrius.math.geometry.euclidean.threed
-
This is the Spheroid (also called Revolved Ellipsoid) class.
- Spheroid(Vector3D, Vector3D, double, double) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Spheroid
-
This constructor builds a spheroid from its centers position, its revolution axis and its equatorial and
polar radius.
- spinDerivativesComputation - Variable in class fr.cnes.sirius.patrius.attitudes.AbstractIsisSpinBiasSlew
-
Flag to indicate if spin derivation computation is activated.
- SpinStabilized - Class in fr.cnes.sirius.patrius.attitudes
-
This class handles a spin stabilized attitude provider.
- SpinStabilized(AttitudeLaw, AbsoluteDate, Vector3D, double) - Constructor for class fr.cnes.sirius.patrius.attitudes.SpinStabilized
-
Creates a new instance.
- spline(double[], double[], int, double, double, double[]) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.NRLMSISE00
-
spline.
Calculate 2nd derivatives of cubic spline interpolation function
adapted from numerical recipes by press et al.
- SplineInterpolator - Class in fr.cnes.sirius.patrius.math.analysis.interpolation
-
Computes a natural (also known as "free", "unclamped") cubic spline interpolation for the data set.
- SplineInterpolator() - Constructor for class fr.cnes.sirius.patrius.math.analysis.interpolation.SplineInterpolator
-
- splint(double[], double[], double[], int, double) - Method in class fr.cnes.sirius.patrius.forces.atmospheres.MSIS2000.NRLMSISE00
-
splint calculate cubic spline interpolation value adapted from numerical recipes by press et al.
- split(DfpField, String) - Static method in class fr.cnes.sirius.patrius.math.dfp.DfpMath
-
Breaks a string representation up into two dfp's.
- split(Dfp) - Static method in class fr.cnes.sirius.patrius.math.dfp.DfpMath
-
Splits a
Dfp into 2
Dfp's such that their sum is equal to the input
Dfp.
- split(Hyperplane<Euclidean1D>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.SubOrientedPoint
-
Split the instance in two parts by an hyperplane.
- split(Hyperplane<Euclidean3D>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.SubPlane
-
Split the instance in two parts by an hyperplane.
- split(Hyperplane<Euclidean2D>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.SubLine
-
Split the instance in two parts by an hyperplane.
- split(Hyperplane<S>) - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.AbstractSubHyperplane
-
Split the instance in two parts by an hyperplane.
- split(SubHyperplane<S>) - Method in class fr.cnes.sirius.patrius.math.geometry.partitioning.BSPTree
-
Split a BSP tree by an external sub-hyperplane.
- split(Hyperplane<S>) - Method in interface fr.cnes.sirius.patrius.math.geometry.partitioning.SubHyperplane
-
Split the instance in two parts by an hyperplane.
- splitDiv(Dfp[], Dfp[]) - Static method in class fr.cnes.sirius.patrius.math.dfp.DfpMath
-
Divide two numbers that are split in to two pieces that are meant to be added together.
- splitMult(Dfp[], Dfp[]) - Static method in class fr.cnes.sirius.patrius.math.dfp.DfpMath
-
Multiply two numbers that are split in to two pieces that are
meant to be added together.
- splitPow(Dfp[], int) - Static method in class fr.cnes.sirius.patrius.math.dfp.DfpMath
-
Raise a split base to the a power.
- SPrimeModel - Interface in fr.cnes.sirius.patrius.frames.configuration.sp
-
This interface provides the s' correction (used for the following transformation : TIRF -> ITRF).
- SPrimeModelFactory - Class in fr.cnes.sirius.patrius.frames.configuration.sp
-
Factory for predefined models.
- sqrt() - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
Square root.
- Sqrt - Class in fr.cnes.sirius.patrius.math.analysis.function
-
Square-root function.
- Sqrt() - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Sqrt
-
- sqrt() - Method in class fr.cnes.sirius.patrius.math.complex.Complex
-
- sqrt() - Method in class fr.cnes.sirius.patrius.math.dfp.Dfp
-
Compute the square root.
- sqrt() - Method in class fr.cnes.sirius.patrius.math.linear.JacobiPreconditioner
-
Returns the square root of this diagonal operator.
- sqrt() - Method in interface fr.cnes.sirius.patrius.math.RealFieldElement
-
Square root.
- sqrt(double) - Static method in class fr.cnes.sirius.patrius.math.util.FastMath
-
Compute the square root of a number.
- sqrt1z() - Method in class fr.cnes.sirius.patrius.math.complex.Complex
-
Compute the
square root of
1 - this2 for this complex
number.
- Squaring - Class in fr.cnes.sirius.patrius.stela.forces
-
Class containing methods used to compute Simpson's quadrature.
- SRPPotential - Class in fr.cnes.sirius.patrius.stela.forces.radiation
-
This class represents the PRS Lagrange contribution in the STELA propagator context.
- SRPPotential(PVCoordinatesProvider, double, double, double) - Constructor for class fr.cnes.sirius.patrius.stela.forces.radiation.SRPPotential
-
create a SRP Potential model using the sun and spacecraft characteristics.
- SRPSquaring - Class in fr.cnes.sirius.patrius.stela.forces.radiation
-
Class representing the srp gauss force model for STELA
- SRPSquaring(RadiationSensitive, PVCoordinatesProvider, double) - Constructor for class fr.cnes.sirius.patrius.stela.forces.radiation.SRPSquaring
-
Create an instance with an assembly and a number of points.
- SRPSquaring(RadiationSensitive, int, PVCoordinatesProvider, double) - Constructor for class fr.cnes.sirius.patrius.stela.forces.radiation.SRPSquaring
-
Create an instance with an assembly and a number of points.
- SRPSquaring(RadiationSensitive, int, PVCoordinatesProvider, double, double, double) - Constructor for class fr.cnes.sirius.patrius.stela.forces.radiation.SRPSquaring
-
Create an instance with an assembly and a number of points.
- StableRandomGenerator - Class in fr.cnes.sirius.patrius.math.random
-
This class provides a stable normalized random generator.
- StableRandomGenerator(RandomGenerator, double, double) - Constructor for class fr.cnes.sirius.patrius.math.random.StableRandomGenerator
-
Create a new generator.
- StandardDeviation - Class in fr.cnes.sirius.patrius.math.stat.descriptive.moment
-
Computes the sample standard deviation.
- StandardDeviation() - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.moment.StandardDeviation
-
Constructs a StandardDeviation.
- StandardDeviation(SecondMoment) - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.moment.StandardDeviation
-
Constructs a StandardDeviation from an external second moment.
- StandardDeviation(StandardDeviation) - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.moment.StandardDeviation
-
Copy constructor, creates a new StandardDeviation identical
to the original
- StandardDeviation(boolean) - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.moment.StandardDeviation
-
Contructs a StandardDeviation with the specified value for the isBiasCorrected property.
- StandardDeviation(boolean, SecondMoment) - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.moment.StandardDeviation
-
Contructs a StandardDeviation with the specified value for the isBiasCorrected property and the
supplied external moment.
- standardDeviation(double[]) - Static method in class fr.cnes.sirius.patrius.math.stat.StatUtils
-
Returns the standard deviation of the entries in the input array, or Double.NaN if the array is
empty.
- standardDeviation(double[], int, int) - Static method in class fr.cnes.sirius.patrius.math.stat.StatUtils
-
Returns the standard deviation of the entries in the specified portion of
the input array, or Double.NaN if the designated subarray
is empty.
- standardDeviation(double[], double, int, int) - Static method in class fr.cnes.sirius.patrius.math.stat.StatUtils
-
Returns the standard deviation of the entries in the specified portion of
the input array, using the precomputed mean value.
- standardDeviation(double[], double) - Static method in class fr.cnes.sirius.patrius.math.stat.StatUtils
-
Returns the standard deviation of the entries in the input array, using the
precomputed mean value.
- start(int, int, int, int, int, int) - Method in class fr.cnes.sirius.patrius.math.linear.DefaultFieldMatrixChangingVisitor
-
Start visiting a matrix.
- start(int, int, int, int, int, int) - Method in class fr.cnes.sirius.patrius.math.linear.DefaultFieldMatrixPreservingVisitor
-
Start visiting a matrix.
- start(int, int, int, int, int, int) - Method in class fr.cnes.sirius.patrius.math.linear.DefaultRealMatrixChangingVisitor
-
Start visiting a matrix.
- start(int, int, int, int, int, int) - Method in class fr.cnes.sirius.patrius.math.linear.DefaultRealMatrixPreservingVisitor
-
Start visiting a matrix.
- start(int, int, int, int, int, int) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrixChangingVisitor
-
Start visiting a matrix.
- start(int, int, int, int, int, int) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrixPreservingVisitor
-
Start visiting a matrix.
- start(int, int, int, int, int, int) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrixChangingVisitor
-
Start visiting a matrix.
- start(int, int, int, int, int, int) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrixPreservingVisitor
-
Start visiting a matrix.
- start(int, int, int) - Method in interface fr.cnes.sirius.patrius.math.linear.RealVectorChangingVisitor
-
Start visiting a vector.
- start(int, int, int) - Method in interface fr.cnes.sirius.patrius.math.linear.RealVectorPreservingVisitor
-
Start visiting a vector.
- start(double, double[], double) - Method in class fr.cnes.sirius.patrius.math.ode.MultistepIntegrator
-
Start the integration.
- START_END_TRANSITIONS - Static variable in class fr.cnes.sirius.patrius.attitudes.AbstractAttitudeEphemerisGenerator
-
The start and the end point of the laws are computed.
- START_TRANSITIONS - Static variable in class fr.cnes.sirius.patrius.attitudes.AbstractAttitudeEphemerisGenerator
-
The start date of the laws are computed.
- STATE_SIZE - Static variable in class fr.cnes.sirius.patrius.stela.propagation.StelaDifferentialEquations
-
Size of the state vector.
- stateVariation - Variable in class fr.cnes.sirius.patrius.math.ode.sampling.NordsieckStepInterpolator
-
State variation.
- StationToSatMutualVisibilityDetector - Class in fr.cnes.sirius.patrius.events.sensor
-
Mutual station to spacecraft visibility detector : the g function is positive only if the station's sensor sees the
spacecraft's sensor AND the spacecraft's sensor sees the station's sensor.
- StationToSatMutualVisibilityDetector(SensorModel, GeometricStationAntenna, AngularCorrection, boolean, double, double) - Constructor for class fr.cnes.sirius.patrius.events.sensor.StationToSatMutualVisibilityDetector
-
Constructor for the mutual station to spacecraft visibility detector
- StationToSatMutualVisibilityDetector(SensorModel, GeometricStationAntenna, AngularCorrection, boolean, double, double, EventDetector.Action, EventDetector.Action) - Constructor for class fr.cnes.sirius.patrius.events.sensor.StationToSatMutualVisibilityDetector
-
Constructor for the mutual station to spacecraft visibility detector
- StationToSatMutualVisibilityDetector(SensorModel, GeometricStationAntenna, AngularCorrection, boolean, double, double, EventDetector.Action, EventDetector.Action, boolean, boolean) - Constructor for class fr.cnes.sirius.patrius.events.sensor.StationToSatMutualVisibilityDetector
-
Constructor for the mutual station to spacecraft visibility detector
- StationToSatMutualVisibilityDetector(SensorModel, TopocentricFrame, double[][], AngularCorrection, double, double) - Constructor for class fr.cnes.sirius.patrius.events.sensor.StationToSatMutualVisibilityDetector
-
Constructor for the mutual station to spacecraft visibility detector
- StationToSatMutualVisibilityDetector(SensorModel, TopocentricFrame, double[][], AngularCorrection, double, double, EventDetector.Action, EventDetector.Action) - Constructor for class fr.cnes.sirius.patrius.events.sensor.StationToSatMutualVisibilityDetector
-
Constructor for the mutual station to spacecraft visibility detector
- StationToSatMutualVisibilityDetector(SensorModel, TopocentricFrame, double[][], AngularCorrection, double, double, EventDetector.Action, EventDetector.Action, boolean, boolean) - Constructor for class fr.cnes.sirius.patrius.events.sensor.StationToSatMutualVisibilityDetector
-
Constructor for the mutual station to spacecraft visibility detector
- StatisticalMultivariateSummary - Interface in fr.cnes.sirius.patrius.math.stat.descriptive
-
Reporting interface for basic multivariate statistics.
- StatisticalSummary - Interface in fr.cnes.sirius.patrius.math.stat.descriptive
-
Reporting interface for basic univariate statistics.
- StatisticalSummaryValues - Class in fr.cnes.sirius.patrius.math.stat.descriptive
-
Value object representing the results of a univariate statistical summary.
- StatisticalSummaryValues(double, double, long, double, double, double) - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.StatisticalSummaryValues
-
Constructor
- StatUtils - Class in fr.cnes.sirius.patrius.math.stat
-
StatUtils provides static methods for computing statistics based on data
stored in double[] arrays.
- StelaAbstractPropagator - Class in fr.cnes.sirius.patrius.stela.propagation
-
Common handling of
Propagator methods for analytical propagators.
- StelaAbstractPropagator(AttitudeProvider, StelaBasicInterpolator) - Constructor for class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Build a new instance.
- StelaAbstractPropagator(AttitudeProvider, AttitudeProvider, StelaBasicInterpolator) - Constructor for class fr.cnes.sirius.patrius.stela.propagation.StelaAbstractPropagator
-
Build a new instance.
- StelaAdditionalEquations - Interface in fr.cnes.sirius.patrius.stela.propagation
-
Interface representing the Stela GTO propagator additional equations.
- StelaAeroModel - Class in fr.cnes.sirius.patrius.stela.forces.drag
-
This class represents a STELA aero model, based on a spherical spacecraft.
- StelaAeroModel(double, StelaCd, double) - Constructor for class fr.cnes.sirius.patrius.stela.forces.drag.StelaAeroModel
-
Constructor to be used when partial derivatives should not be computed.
- StelaAeroModel(double, StelaCd, double, Atmosphere, double) - Constructor for class fr.cnes.sirius.patrius.stela.forces.drag.StelaAeroModel
-
Constructor to be used when partial derivatives are computed using the full finite differences method.
- StelaAeroModel(double, StelaCd, double, Atmosphere, double, GeodPosition) - Constructor for class fr.cnes.sirius.patrius.stela.forces.drag.StelaAeroModel
-
Constructor to be used when partial derivatives are computed using the altitude finite differences method.
- StelaAtmosphericDrag - Class in fr.cnes.sirius.patrius.stela.forces.drag
-
Class representing the atmospheric drag for the Stela GTO extrapolator.
- StelaAtmosphericDrag(DragSensitive, Atmosphere, int, double, double, int) - Constructor for class fr.cnes.sirius.patrius.stela.forces.drag.StelaAtmosphericDrag
-
Constructor.
- StelaAttitudeAdditionalEquations - Class in fr.cnes.sirius.patrius.stela.propagation
-
This abstract class allows users to add their own attitude differential equations to a Stela GTO propagator.
- StelaAttitudeAdditionalEquations(AttitudeEquation.AttitudeType) - Constructor for class fr.cnes.sirius.patrius.stela.propagation.StelaAttitudeAdditionalEquations
-
Create a new attitude equation.
- StelaBasicInterpolator - Class in fr.cnes.sirius.patrius.stela.propagation
-
Basic Linear Step Interpolator for StelaAbstractPropagator.
- StelaBasicInterpolator() - Constructor for class fr.cnes.sirius.patrius.stela.propagation.StelaBasicInterpolator
-
Build a new instance from a basic propagator.
- StelaCd - Class in fr.cnes.sirius.patrius.stela.forces.drag
-
This class represent a drag coefficient model.
- StelaCd(double) - Constructor for class fr.cnes.sirius.patrius.stela.forces.drag.StelaCd
-
Simple constructor for a constant Cd.
- StelaCd(Map<Double, Double>, double, double) - Constructor for class fr.cnes.sirius.patrius.stela.forces.drag.StelaCd
-
Constructor for a Cd model depending on spacecraft altitude.
- StelaDifferentialEquations - Class in fr.cnes.sirius.patrius.stela.propagation
-
Class representing the differential system of a STELA GTO propagation.
- StelaDifferentialEquations(StelaGTOPropagator) - Constructor for class fr.cnes.sirius.patrius.stela.propagation.StelaDifferentialEquations
-
Build a new instance of the Stela differential equations.
- StelaEquinoctialOrbit - Class in fr.cnes.sirius.patrius.stela.orbits
-
This class handles Stela equinoctial orbital parameters, which can support both circular and equatorial orbits.
- StelaEquinoctialOrbit(IOrbitalParameters, Frame, AbsoluteDate) - Constructor for class fr.cnes.sirius.patrius.stela.orbits.StelaEquinoctialOrbit
-
Creates a new instance.
- StelaEquinoctialOrbit(double, double, double, double, double, double, Frame, AbsoluteDate, double) - Constructor for class fr.cnes.sirius.patrius.stela.orbits.StelaEquinoctialOrbit
-
Creates a new instance.
- StelaEquinoctialOrbit(double, double, double, double, double, double, Frame, AbsoluteDate, double, boolean) - Constructor for class fr.cnes.sirius.patrius.stela.orbits.StelaEquinoctialOrbit
-
Creates a new instance.
- StelaEquinoctialOrbit(PVCoordinates, Frame, AbsoluteDate, double) - Constructor for class fr.cnes.sirius.patrius.stela.orbits.StelaEquinoctialOrbit
-
Constructor from cartesian parameters.
- StelaEquinoctialOrbit(Orbit) - Constructor for class fr.cnes.sirius.patrius.stela.orbits.StelaEquinoctialOrbit
-
Constructor from any kind of orbital parameters with correction when inclination is close to 180°
- StelaEquinoctialOrbit(Orbit, boolean) - Constructor for class fr.cnes.sirius.patrius.stela.orbits.StelaEquinoctialOrbit
-
Constructor from any kind of orbital parameters.
- StelaEquinoctialParameters - Class in fr.cnes.sirius.patrius.orbits.orbitalparameters
-
This class handles the equinoctial orbital parameters used in Stela;
it has been created because the equinoctial parameters associated to Stela
differ from the
EquinoctialParameters parameters.
- StelaEquinoctialParameters(double, double, double, double, double, double, double, boolean) - Constructor for class fr.cnes.sirius.patrius.orbits.orbitalparameters.StelaEquinoctialParameters
-
Creates a new instance.
- StelaForceModel - Interface in fr.cnes.sirius.patrius.stela.forces
-
- StelaGTOPropagator - Class in fr.cnes.sirius.patrius.stela.propagation
-
STELA propagator for Geostationnary Transfert Orbits (GTO).
- StelaGTOPropagator(FirstOrderIntegrator) - Constructor for class fr.cnes.sirius.patrius.stela.propagation.StelaGTOPropagator
-
Build a StelaGTOPropagator.
- StelaGTOPropagator(FirstOrderIntegrator, double, double) - Constructor for class fr.cnes.sirius.patrius.stela.propagation.StelaGTOPropagator
-
Build a StelaGTOPropagator.
- StelaGTOPropagator(FirstOrderIntegrator, AttitudeProvider, StelaBasicInterpolator, double, double) - Constructor for class fr.cnes.sirius.patrius.stela.propagation.StelaGTOPropagator
-
Build a StelaGTOPropagator.
- StelaGTOPropagator(FirstOrderIntegrator, AttitudeProvider, AttitudeProvider, StelaBasicInterpolator, double, double) - Constructor for class fr.cnes.sirius.patrius.stela.propagation.StelaGTOPropagator
-
Build a StelaGTOPropagator.
- StelaLagrangeEquations - Class in fr.cnes.sirius.patrius.stela.forces
-
Class for the computation of Lagrange Equations and its derivatives
- StelaLagrangeEquations() - Constructor for class fr.cnes.sirius.patrius.stela.forces.StelaLagrangeEquations
-
simple constructor
- StelaPartialDerivativesEquations - Class in fr.cnes.sirius.patrius.stela.propagation
-
This class represents a set of
additional equations computing the partial
derivatives of the state (orbit) with respect to initial state.
- StelaPartialDerivativesEquations(List<AbstractStelaGaussContribution>, List<AbstractStelaLagrangeContribution>, int, StelaGTOPropagator) - Constructor for class fr.cnes.sirius.patrius.stela.propagation.StelaPartialDerivativesEquations
-
Simple constructor.
- StelaPrecessionNutationModel - Class in fr.cnes.sirius.patrius.frames.configuration.precessionnutation
-
STELA specific precession/nutation model.
- StelaPrecessionNutationModel() - Constructor for class fr.cnes.sirius.patrius.frames.configuration.precessionnutation.StelaPrecessionNutationModel
-
Public constructor.
- StelaSpacecraftFactory - Class in fr.cnes.sirius.patrius.stela
-
Utility class to build Stela spacecrafts
- StelaSRPSquaring - Class in fr.cnes.sirius.patrius.stela.forces.radiation
-
This class represents the Stela SRP model, which computes perturbations using the squaring method and the partial
derivatives using the potential approximation.
- StelaSRPSquaring(double, double, double, int, CelestialBody) - Constructor for class fr.cnes.sirius.patrius.stela.forces.radiation.StelaSRPSquaring
-
Create an instance of the SRP force Stela model.
- StelaSRPSquaring(double, double, double, int, CelestialBody, double, double, double) - Constructor for class fr.cnes.sirius.patrius.stela.forces.radiation.StelaSRPSquaring
-
Create an instance of the SRP force Stela model.
- StelaTesseralAttraction - Class in fr.cnes.sirius.patrius.stela.forces.gravity
-
This class represent the tesseral perturbations
- StelaTesseralAttraction(PotentialCoefficientsProvider) - Constructor for class fr.cnes.sirius.patrius.stela.forces.gravity.StelaTesseralAttraction
-
Constructor.
- StelaTesseralAttraction(PotentialCoefficientsProvider, int, int, double, int) - Constructor for class fr.cnes.sirius.patrius.stela.forces.gravity.StelaTesseralAttraction
-
Constructor.
- StelaThirdBodyAttraction - Class in fr.cnes.sirius.patrius.stela.forces.gravity
-
Class computing third body attraction perturbations.
- StelaThirdBodyAttraction(CelestialBody, int, int, int) - Constructor for class fr.cnes.sirius.patrius.stela.forces.gravity.StelaThirdBodyAttraction
-
Creates a Stela third body attraction force model.
- StelaZonalAttraction - Class in fr.cnes.sirius.patrius.stela.forces.gravity
-
Class computing Zonal perturbations
- StelaZonalAttraction(PotentialCoefficientsProvider, int, boolean, int, int, boolean) - Constructor for class fr.cnes.sirius.patrius.stela.forces.gravity.StelaZonalAttraction
-
Constructor.
- stepAccepted(double, double[]) - Method in class fr.cnes.sirius.patrius.math.ode.events.EventState
-
Acknowledge the fact the step has been accepted by the integrator.
- stepAccepted(SpacecraftState) - Method in class fr.cnes.sirius.patrius.propagation.events.EventState
-
Acknowledge the fact the step has been accepted by the propagator.
- stepCounter - Variable in class fr.cnes.sirius.patrius.stela.propagation.StelaGTOPropagator
-
Step counter for drag computation.
- StepFunction - Class in fr.cnes.sirius.patrius.math.analysis.function
-
- StepFunction(double[], double[]) - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.StepFunction
-
Builds a step function from a list of arguments and the corresponding
values.
- StepHandler - Interface in fr.cnes.sirius.patrius.math.ode.sampling
-
This interface represents a handler that should be called after
each successful step.
- stepHandlers - Variable in class fr.cnes.sirius.patrius.math.ode.AbstractIntegrator
-
Step handler.
- StepInterpolator - Interface in fr.cnes.sirius.patrius.math.ode.sampling
-
This interface represents an interpolator over the last step
during an ODE integration.
- StepNormalizer - Class in fr.cnes.sirius.patrius.math.ode.sampling
-
- StepNormalizer(double, FixedStepHandler) - Constructor for class fr.cnes.sirius.patrius.math.ode.sampling.StepNormalizer
-
Simple constructor.
- StepNormalizer(double, FixedStepHandler, StepNormalizerMode) - Constructor for class fr.cnes.sirius.patrius.math.ode.sampling.StepNormalizer
-
Simple constructor.
- StepNormalizer(double, FixedStepHandler, StepNormalizerBounds) - Constructor for class fr.cnes.sirius.patrius.math.ode.sampling.StepNormalizer
-
Simple constructor.
- StepNormalizer(double, FixedStepHandler, StepNormalizerMode, StepNormalizerBounds) - Constructor for class fr.cnes.sirius.patrius.math.ode.sampling.StepNormalizer
-
Simple constructor.
- StepNormalizerBounds - Enum in fr.cnes.sirius.patrius.math.ode.sampling
-
- StepNormalizerMode - Enum in fr.cnes.sirius.patrius.math.ode.sampling
-
- stepSize - Variable in class fr.cnes.sirius.patrius.math.ode.AbstractIntegrator
-
Current stepsize.
- stepStart - Variable in class fr.cnes.sirius.patrius.math.ode.AbstractIntegrator
-
Current step start time.
- stillAcceptsData() - Method in interface fr.cnes.sirius.patrius.data.DataLoader
-
Check if the loader still accepts new data.
- stillAcceptsData() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.SolarActivityDataReader
-
Check if the loader still accepts new data.
- stillAcceptsData() - Method in class fr.cnes.sirius.patrius.forces.atmospheres.solarActivity.specialized.MarshallSolarActivityFutureEstimation
-
Check if the loader still accepts new data.
- stillAcceptsData() - Method in class fr.cnes.sirius.patrius.forces.gravity.potential.PotentialCoefficientsReader
-
Check if the loader still accepts new data.
- stillAcceptsData() - Method in class fr.cnes.sirius.patrius.forces.gravity.tides.coefficients.OceanTidesCoefficientsReader
-
Check if the loader still accepts new data.
- stillAcceptsData() - Method in class fr.cnes.sirius.patrius.forces.gravity.variations.coefficients.VariablePotentialCoefficientsReader
-
Check if the loader still accepts new data.
- stillAcceptsData() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.BulletinBFilesLoader
-
Check if the loader still accepts new data.
- stillAcceptsData() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOP05C04FilesLoader
-
Check if the loader still accepts new data.
- stillAcceptsData() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.EOP08C04FilesLoader
-
Check if the loader still accepts new data.
- stillAcceptsData() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.NoEOP1980HistoryLoader
-
Check if the loader still accepts new data.
- stillAcceptsData() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.RapidDataAndPredictionColumnsLoader
-
Check if the loader still accepts new data.
- stillAcceptsData() - Method in class fr.cnes.sirius.patrius.frames.configuration.eop.RapidDataAndPredictionXMLLoader
-
Check if the loader still accepts new data.
- stillAcceptsData() - Method in class fr.cnes.sirius.patrius.models.earth.GeoMagneticModelReader
-
Check if the loader still accepts new data.
- stillAcceptsData() - Method in class fr.cnes.sirius.patrius.models.earth.InterpolationTableLoader
-
Check if the loader still accepts new data.
- stillAcceptsData() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLESeries
-
Check if the loader still accepts new data.
- stillAcceptsData() - Method in class fr.cnes.sirius.patrius.signalpropagation.iono.R12Loader
-
- stillAcceptsData() - Method in class fr.cnes.sirius.patrius.signalpropagation.iono.USKLoader
-
- stirlingS2(int, int) - Static method in class fr.cnes.sirius.patrius.math.util.ArithmeticUtils
-
- stop() - Method in class fr.cnes.sirius.patrius.math.ode.events.EventState
-
Check if the integration should be stopped at the end of the
current step.
- stop() - Method in class fr.cnes.sirius.patrius.propagation.events.EventState
-
Check if the propagation should be stopped at the end of the current step.
- StoppingCondition - Interface in fr.cnes.sirius.patrius.math.genetics
-
Algorithm used to determine when to stop evolution.
- store(T) - Method in class fr.cnes.sirius.patrius.math.optim.BaseMultiStartMultivariateOptimizer
-
Method that will be called in order to store each found optimum.
- store(PointValuePair) - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.scalar.MultiStartMultivariateOptimizer
-
Method that will be called in order to store each found optimum.
- store(PointVectorValuePair) - Method in class fr.cnes.sirius.patrius.math.optim.nonlinear.vector.MultiStartMultivariateVectorOptimizer
-
Method that will be called in order to store each found optimum.
- storeDate(AbsoluteDate) - Method in class fr.cnes.sirius.patrius.propagation.sampling.BasicStepInterpolator
-
Store the current step date.
- StorelessCovariance - Class in fr.cnes.sirius.patrius.math.stat.correlation
-
Covariance implementation that does not require input data to be
stored in memory.
- StorelessCovariance(int) - Constructor for class fr.cnes.sirius.patrius.math.stat.correlation.StorelessCovariance
-
Create a bias corrected covariance matrix with a given dimension.
- StorelessCovariance(int, boolean) - Constructor for class fr.cnes.sirius.patrius.math.stat.correlation.StorelessCovariance
-
Create a covariance matrix with a given number of rows and columns and the
indicated bias correction.
- StorelessUnivariateStatistic - Interface in fr.cnes.sirius.patrius.math.stat.descriptive
-
- storeSC(SpacecraftState, SpacecraftState) - Method in class fr.cnes.sirius.patrius.stela.propagation.StelaBasicInterpolator
-
Store the current dates and spacecraft states.
- storeState(double, double[], boolean) - Method in class fr.cnes.sirius.patrius.math.ode.events.EventState
-
Store event state with provided time and state.
- storeState(SpacecraftState, boolean) - Method in class fr.cnes.sirius.patrius.propagation.events.EventState
-
Reinitialize event state with provided time and state.
- storeTime(double) - Method in class fr.cnes.sirius.patrius.math.ode.sampling.AbstractStepInterpolator
-
Store the current step time.
- strictlyNegative() - Method in class fr.cnes.sirius.patrius.math.dfp.Dfp
-
Check if instance is strictly less than 0.
- strictlyPositive() - Method in class fr.cnes.sirius.patrius.math.dfp.Dfp
-
Check if instance is strictly greater than 0.
- subAndCheck(int, int) - Static method in class fr.cnes.sirius.patrius.math.util.ArithmeticUtils
-
Subtract two integers, checking for overflow.
- subAndCheck(long, long) - Static method in class fr.cnes.sirius.patrius.math.util.ArithmeticUtils
-
Subtract two long integers, checking for overflow.
- SubHyperplane<S extends Space> - Interface in fr.cnes.sirius.patrius.math.geometry.partitioning
-
This interface represents the remaining parts of an hyperplane after
other parts have been chopped off.
- SubHyperplane.SplitSubHyperplane<U extends Space> - Class in fr.cnes.sirius.patrius.math.geometry.partitioning
-
Class holding the results of the
split method.
- SubHyperplane.SplitSubHyperplane(SubHyperplane<U>, SubHyperplane<U>) - Constructor for class fr.cnes.sirius.patrius.math.geometry.partitioning.SubHyperplane.SplitSubHyperplane
-
Build a SplitSubHyperplane from its parts.
- SubLine - Class in fr.cnes.sirius.patrius.math.geometry.euclidean.threed
-
This class represents a subset of a
Line.
- SubLine(Line, IntervalsSet) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.SubLine
-
Simple constructor.
- SubLine(Vector3D, Vector3D) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.SubLine
-
Create a sub-line from two endpoints.
- SubLine(Segment) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.SubLine
-
Create a sub-line from a segment.
- SubLine - Class in fr.cnes.sirius.patrius.math.geometry.euclidean.twod
-
This class represents a sub-hyperplane for
Line.
- SubLine(Hyperplane<Euclidean2D>, Region<Euclidean1D>) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.SubLine
-
Simple constructor.
- SubLine(Vector2D, Vector2D) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.SubLine
-
Create a sub-line from two endpoints.
- SubLine(Segment) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.SubLine
-
Create a sub-line from a segment.
- SubOrientedPoint - Class in fr.cnes.sirius.patrius.math.geometry.euclidean.oned
-
- SubOrientedPoint(Hyperplane<Euclidean1D>, Region<Euclidean1D>) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.SubOrientedPoint
-
Simple constructor.
- SubPlane - Class in fr.cnes.sirius.patrius.math.geometry.euclidean.threed
-
This class represents a sub-hyperplane for
Plane.
- SubPlane(Hyperplane<Euclidean3D>, Region<Euclidean2D>) - Constructor for class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.SubPlane
-
Simple constructor.
- substituteMostRecentElement(double) - Method in class fr.cnes.sirius.patrius.math.util.ResizableDoubleArray
-
Substitutes value for the most recently added value.
- subtract(double) - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
'-' operator.
- subtract(DerivativeStructure) - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DerivativeStructure
-
'-' operator.
- subtract(double[], int, double[], int, double[], int) - Method in class fr.cnes.sirius.patrius.math.analysis.differentiation.DSCompiler
-
Perform subtraction of two derivative structures.
- Subtract - Class in fr.cnes.sirius.patrius.math.analysis.function
-
Subtract the second operand from the first.
- Subtract() - Constructor for class fr.cnes.sirius.patrius.math.analysis.function.Subtract
-
- subtract(PolynomialFunction) - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.PolynomialFunction
-
Subtract a polynomial from the instance.
- subtract(TrigonometricPolynomialFunction) - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.TrigonometricPolynomialFunction
-
Subtract a polynomial to the current polynomial :
- subtract(TrigonometricPolynomialPrimitive) - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.TrigonometricPolynomialPrimitive
-
- subtract(PolynomialFunction) - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.TrigonometricPolynomialPrimitive
-
- subtract(TrigonometricPolynomialFunction) - Method in class fr.cnes.sirius.patrius.math.analysis.polynomials.TrigonometricPolynomialPrimitive
-
- subtract(Complex) - Method in class fr.cnes.sirius.patrius.math.complex.Complex
-
Returns a Complex whose value is (this - subtrahend).
- subtract(double) - Method in class fr.cnes.sirius.patrius.math.complex.Complex
-
Returns a Complex whose value is (this - subtrahend).
- subtract(Quaternion, Quaternion) - Static method in class fr.cnes.sirius.patrius.math.complex.Quaternion
-
Subtracts two quaternions.
- subtract(Quaternion) - Method in class fr.cnes.sirius.patrius.math.complex.Quaternion
-
Subtracts a quaternion from the instance.
- subtract(Dfp) - Method in class fr.cnes.sirius.patrius.math.dfp.Dfp
-
Subtract x from this.
- subtract(T) - Method in interface fr.cnes.sirius.patrius.math.FieldElement
-
Compute this - a.
- subtract(BigInteger) - Method in class fr.cnes.sirius.patrius.math.fraction.BigFraction
-
Subtracts the value of an
BigInteger from the value of this
BigFraction, returning the result in
reduced form.
- subtract(int) - Method in class fr.cnes.sirius.patrius.math.fraction.BigFraction
-
Subtracts the value of an integer from the value of this BigFraction, returning the result in
reduced form.
- subtract(long) - Method in class fr.cnes.sirius.patrius.math.fraction.BigFraction
-
Subtracts the value of a long from the value of this BigFraction, returning the result in reduced
form.
- subtract(BigFraction) - Method in class fr.cnes.sirius.patrius.math.fraction.BigFraction
-
Subtracts the value of another fraction from the value of this one, returning the result in reduced form.
- subtract(Fraction) - Method in class fr.cnes.sirius.patrius.math.fraction.Fraction
-
Subtracts the value of another fraction from the value of this one, returning the result in reduced form.
- subtract(int) - Method in class fr.cnes.sirius.patrius.math.fraction.Fraction
-
Subtract an integer from the fraction.
- subtract(Vector<Euclidean1D>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.Vector1D
-
Subtract a vector from the instance.
- subtract(double, Vector<Euclidean1D>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.oned.Vector1D
-
Subtract a scaled vector from the instance.
- subtract(FieldVector3D<T>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Subtract a vector from the instance.
- subtract(Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Subtract a vector from the instance.
- subtract(T, FieldVector3D<T>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Subtract a scaled vector from the instance.
- subtract(T, Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Subtract a scaled vector from the instance.
- subtract(double, FieldVector3D<T>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Subtract a scaled vector from the instance.
- subtract(double, Vector3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.FieldVector3D
-
Subtract a scaled vector from the instance.
- subtract(Matrix3D) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Matrix3D
-
Computes the subtraction of a Matrix3D to this one
- subtract(Vector<Euclidean3D>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Vector3D
-
Subtract a vector from the instance.
- subtract(double, Vector<Euclidean3D>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Vector3D
-
Subtract a scaled vector from the instance.
- subtract(Vector<Euclidean2D>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Vector2D
-
Subtract a vector from the instance.
- subtract(double, Vector<Euclidean2D>) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.twod.Vector2D
-
Subtract a scaled vector from the instance.
- subtract(Vector<S>) - Method in interface fr.cnes.sirius.patrius.math.geometry.Vector
-
Subtract a vector from the instance.
- subtract(double, Vector<S>) - Method in interface fr.cnes.sirius.patrius.math.geometry.Vector
-
Subtract a scaled vector from the instance.
- subtract(FieldMatrix<T>) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractFieldMatrix
-
Subtract m from this matrix.
- subtract(RealMatrix) - Method in class fr.cnes.sirius.patrius.math.linear.AbstractRealMatrix
-
Returns this minus m.
- subtract(Array2DRowFieldMatrix<T>) - Method in class fr.cnes.sirius.patrius.math.linear.Array2DRowFieldMatrix
-
Subtract m from this matrix.
- subtract(Array2DRowRealMatrix) - Method in class fr.cnes.sirius.patrius.math.linear.Array2DRowRealMatrix
-
Returns this minus m.
- subtract(FieldVector<T>) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Compute this minus v.
- subtract(ArrayFieldVector<T>) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayFieldVector
-
Compute this minus v.
- subtract(RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.ArrayRealVector
-
Subtract v from this vector.
- subtract(FieldMatrix<T>) - Method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Subtract m from this matrix.
- subtract(BlockFieldMatrix<T>) - Method in class fr.cnes.sirius.patrius.math.linear.BlockFieldMatrix
-
Compute this - m.
- subtract(RealMatrix) - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Returns this minus m.
- subtract(BlockRealMatrix) - Method in class fr.cnes.sirius.patrius.math.linear.BlockRealMatrix
-
Subtract m from this matrix.
- subtract(DiagonalMatrix) - Method in class fr.cnes.sirius.patrius.math.linear.DiagonalMatrix
-
Returns this minus m.
- subtract(SymmetricMatrix) - Method in class fr.cnes.sirius.patrius.math.linear.DiagonalMatrix
-
Returns this minus m.
- subtract(FieldMatrix<T>) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldMatrix
-
Subtract m from this matrix.
- subtract(FieldVector<T>) - Method in interface fr.cnes.sirius.patrius.math.linear.FieldVector
-
Compute this minus v.
- subtract(RealMatrix) - Method in interface fr.cnes.sirius.patrius.math.linear.RealMatrix
-
Returns this minus m.
- subtract(RealVector) - Method in class fr.cnes.sirius.patrius.math.linear.RealVector
-
Subtract v from this vector.
- subtract(SymmetricMatrix) - Method in class fr.cnes.sirius.patrius.math.linear.SymmetricMatrix
-
Compute this minus m.
- subtract(DiagonalMatrix) - Method in class fr.cnes.sirius.patrius.math.linear.SymmetricMatrix
-
Compute this minus m.
- subtract(RealMatrix) - Method in class fr.cnes.sirius.patrius.math.linear.SymmetricMatrix
-
Returns this minus m.
- subtract(double) - Method in interface fr.cnes.sirius.patrius.math.RealFieldElement
-
'-' operator.
- subtract(BigReal) - Method in class fr.cnes.sirius.patrius.math.util.BigReal
-
Compute this - a.
- subtract(Decimal64) - Method in class fr.cnes.sirius.patrius.math.util.Decimal64
-
Compute this - a.
- subtractOffset(AngularCoordinates, boolean) - Method in class fr.cnes.sirius.patrius.utils.AngularCoordinates
-
Subtract an offset from the instance.
- subtractOffset(AngularCoordinates) - Method in class fr.cnes.sirius.patrius.utils.AngularCoordinates
-
Subtract an offset from the instance.
- subtractOffset(AngularCoordinates) - Method in class fr.cnes.sirius.patrius.utils.TimeStampedAngularCoordinates
-
Subtract an offset from the instance.
- subtractOffset(AngularCoordinates, boolean) - Method in class fr.cnes.sirius.patrius.utils.TimeStampedAngularCoordinates
-
Subtract an offset from the instance.
- sum(Screw, Screw) - Static method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Screw
-
Calculate the sum of this and screw, expressed in this objects origin.
- sum(Screw) - Method in class fr.cnes.sirius.patrius.math.geometry.euclidean.threed.Screw
-
Calculate the sum of this and screw, expressed in this objects origin.
- Sum - Class in fr.cnes.sirius.patrius.math.stat.descriptive.summary
-
Returns the sum of the available values.
- Sum() - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.summary.Sum
-
Create a Sum instance
- Sum(Sum) - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.summary.Sum
-
Copy constructor, creates a new Sum identical
to the original
- sum(double[]) - Static method in class fr.cnes.sirius.patrius.math.stat.StatUtils
-
Returns the sum of the values in the input array, or Double.NaN if the array is empty.
- sum(double[], int, int) - Static method in class fr.cnes.sirius.patrius.math.stat.StatUtils
-
Returns the sum of the entries in the specified portion of
the input array, or Double.NaN if the designated subarray
is empty.
- sum(Wrench, Wrench) - Static method in class fr.cnes.sirius.patrius.wrenches.Wrench
-
Sum of two wrenches.
- sumDifference(double[], double[]) - Static method in class fr.cnes.sirius.patrius.math.stat.StatUtils
-
Returns the sum of the (signed) differences between corresponding elements of the
input arrays -- i.e., sum(sample1[i] - sample2[i]).
- sumLog(double[]) - Static method in class fr.cnes.sirius.patrius.math.stat.StatUtils
-
Returns the sum of the natural logs of the entries in the input array, or Double.NaN if the array is
empty.
- sumLog(double[], int, int) - Static method in class fr.cnes.sirius.patrius.math.stat.StatUtils
-
Returns the sum of the natural logs of the entries in the specified portion of
the input array, or Double.NaN if the designated subarray
is empty.
- SummaryStatistics - Class in fr.cnes.sirius.patrius.math.stat.descriptive
-
Computes summary statistics for a stream of data values added using the
addValue method.
- SummaryStatistics() - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
Construct a SummaryStatistics instance
- SummaryStatistics(SummaryStatistics) - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.SummaryStatistics
-
A copy constructor.
- SumOfLogs - Class in fr.cnes.sirius.patrius.math.stat.descriptive.summary
-
Returns the sum of the natural logs for this collection of values.
- SumOfLogs() - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.summary.SumOfLogs
-
Create a SumOfLogs instance
- SumOfLogs(SumOfLogs) - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.summary.SumOfLogs
-
Copy constructor, creates a new SumOfLogs identical
to the original
- SumOfSquares - Class in fr.cnes.sirius.patrius.math.stat.descriptive.summary
-
Returns the sum of the squares of the available values.
- SumOfSquares() - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.summary.SumOfSquares
-
Create a SumOfSquares instance
- SumOfSquares(SumOfSquares) - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.summary.SumOfSquares
-
Copy constructor, creates a new SumOfSquares identical
to the original
- sumSq(double[]) - Static method in class fr.cnes.sirius.patrius.math.stat.StatUtils
-
Returns the sum of the squares of the entries in the input array, or Double.NaN if the array is
empty.
- sumSq(double[], int, int) - Static method in class fr.cnes.sirius.patrius.math.stat.StatUtils
-
Returns the sum of the squares of the entries in the specified portion of
the input array, or Double.NaN if the designated subarray
is empty.
- SUN - Static variable in class fr.cnes.sirius.patrius.bodies.CelestialBodyFactory
-
Predefined name for Sun.
- SUN_RADIUS - Static variable in interface fr.cnes.sirius.patrius.utils.Constants
-
Sun radius: 695500000 m.
- sunCenter10 - Variable in enum fr.cnes.sirius.patrius.bodies.MeeusSun.MODEL
-
Constant of the Sun's equation of center C (rad).
- sunCenter11 - Variable in enum fr.cnes.sirius.patrius.bodies.MeeusSun.MODEL
-
Constant of the Sun's equation of center C (rad).
- sunCenter12 - Variable in enum fr.cnes.sirius.patrius.bodies.MeeusSun.MODEL
-
Constant of the Sun's equation of center C (rad).
- sunCenter20 - Variable in enum fr.cnes.sirius.patrius.bodies.MeeusSun.MODEL
-
Constant of the Sun's equation of center C (rad).
- sunCenter21 - Variable in enum fr.cnes.sirius.patrius.bodies.MeeusSun.MODEL
-
Constant of the Sun's equation of center C (rad).
- sunCenter30 - Variable in enum fr.cnes.sirius.patrius.bodies.MeeusSun.MODEL
-
Constant of the Sun's equation of center C (rad).
- sunEarthCoeff - Variable in enum fr.cnes.sirius.patrius.bodies.MeeusSun.MODEL
-
Coefficient from the Earth to the Sun constant (AU).
- sunLongToJ2000 - Variable in enum fr.cnes.sirius.patrius.bodies.MeeusSun.MODEL
-
Sun longitude in J2000.
- SunPointing - Class in fr.cnes.sirius.patrius.attitudes
-
This class implements a Sun pointing attitude law.
- SunPointing(Vector3D, Vector3D) - Constructor for class fr.cnes.sirius.patrius.attitudes.SunPointing
-
Constructor of the sun pointing attitude law.
- SunPointing(CelestialBody, Vector3D, Vector3D) - Constructor for class fr.cnes.sirius.patrius.attitudes.SunPointing
-
Constructor of the sun pointing attitude law.
- SunPointing(Vector3D, Vector3D, CelestialBody) - Constructor for class fr.cnes.sirius.patrius.attitudes.SunPointing
-
Constructor of the sun pointing attitude law.
- SunPointing(CelestialBody, Vector3D, Vector3D, CelestialBody) - Constructor for class fr.cnes.sirius.patrius.attitudes.SunPointing
-
Constructor of the sun pointing attitude law.
- supplementaryAngle(double, AngleInterval) - Static method in class fr.cnes.sirius.patrius.math.interval.AngleTools
-
Computes the supplementary (PI - angle) of the input angle, and then tries to express it in the
input interval.
- supportsJacobianParameter(Parameter) - Method in interface fr.cnes.sirius.patrius.math.parameter.IJacobiansParameterizable
-
Check if a jacobian parameter is supported.
- supportsJacobianParameter(Parameter) - Method in class fr.cnes.sirius.patrius.math.parameter.JacobiansParameterizable
-
Check if a jacobian parameter is supported.
- supportsParameter(Parameter) - Method in class fr.cnes.sirius.patrius.assembly.models.cook.CnCookModel
-
Check if a parameter is supported.
- supportsParameter(Parameter) - Method in class fr.cnes.sirius.patrius.assembly.models.cook.CtCookModel
-
Check if a parameter is supported.
- supportsParameter(Parameter) - Method in interface fr.cnes.sirius.patrius.math.parameter.IParameterizable
-
Check if a parameter is supported.
- supportsParameter(Parameter) - Method in class fr.cnes.sirius.patrius.math.parameter.ParamDiffFunction
-
Check if a parameter is supported.
- supportsParameter(Parameter) - Method in class fr.cnes.sirius.patrius.math.parameter.Parameterizable
-
Check if a parameter is supported.
- supportsTimeTransform() - Method in class fr.cnes.sirius.patrius.models.earth.GeoMagneticField
-
Indicates whether this model supports time transformation or not.
- sxpInitialize() - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLEPropagator
-
Initialization proper to each propagator (SGP or SDP).
- sxpPropagate(double) - Method in class fr.cnes.sirius.patrius.propagation.analytical.tle.TLEPropagator
-
Propagation proper to each propagator (SGP or SDP).
- SymmetricMatrix - Class in fr.cnes.sirius.patrius.math.linear
-
Implementation of a symmetric matrix.
- SymmetricMatrix(SymmetricMatrix.SYMMETRIC, int, int) - Constructor for class fr.cnes.sirius.patrius.math.linear.SymmetricMatrix
-
Creates a matrix with the supplied dimensions.
- SymmetricMatrix(SymmetricMatrix.SYMMETRIC, int, int, double[], boolean) - Constructor for class fr.cnes.sirius.patrius.math.linear.SymmetricMatrix
-
Creates a matrix given the supplied dimensions and data array.
- SymmetricMatrix(SymmetricMatrix.SYMMETRIC, int, int, double[]) - Constructor for class fr.cnes.sirius.patrius.math.linear.SymmetricMatrix
-
Creates a matrix given the supplied dimensions and data array.
- SymmetricMatrix(SymmetricMatrix.SYMMETRIC, int, int, double[][]) - Constructor for class fr.cnes.sirius.patrius.math.linear.SymmetricMatrix
-
Creates a matrix given the supplied dimensions and data array 2D.
- SymmetricMatrix(SymmetricMatrix.SYMMETRIC, int, int, RealMatrix) - Constructor for class fr.cnes.sirius.patrius.math.linear.SymmetricMatrix
-
Creates a symmetric matrix using a real matrix.
- SymmetricMatrix.SYMMETRIC - Enum in fr.cnes.sirius.patrius.math.linear
-
Enumerate to fill in a symmetric matrix only by its lower/upper part.
- symmetricMatrixOperation(double, SymmetricMatrix, RealMatrix, double, RealMatrix) - Static method in class fr.cnes.sirius.patrius.math.linear.SymmetricMatrix
-
Performs the matrix-matrix operations C := alpha*A*B + beta*C
where alpha and beta are scalars, A is a symmetric matrix and B and C are n by n matrices.
- SymmLQ - Class in fr.cnes.sirius.patrius.math.linear
-
- SymmLQ(int, double, boolean) - Constructor for class fr.cnes.sirius.patrius.math.linear.SymmLQ
-
- SymmLQ(IterationManager, double, boolean) - Constructor for class fr.cnes.sirius.patrius.math.linear.SymmLQ
-
- SynchronizedDescriptiveStatistics - Class in fr.cnes.sirius.patrius.math.stat.descriptive
-
- SynchronizedDescriptiveStatistics() - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedDescriptiveStatistics
-
Construct an instance with infinite window
- SynchronizedDescriptiveStatistics(int) - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedDescriptiveStatistics
-
Construct an instance with finite window
- SynchronizedDescriptiveStatistics(SynchronizedDescriptiveStatistics) - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedDescriptiveStatistics
-
A copy constructor.
- SynchronizedMultivariateSummaryStatistics - Class in fr.cnes.sirius.patrius.math.stat.descriptive
-
- SynchronizedMultivariateSummaryStatistics(int, boolean) - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedMultivariateSummaryStatistics
-
Construct a SynchronizedMultivariateSummaryStatistics instance
- SynchronizedRandomGenerator - Class in fr.cnes.sirius.patrius.math.random
-
Any
RandomGenerator implementation can be thread-safe if it
is used through an instance of this class.
- SynchronizedRandomGenerator(RandomGenerator) - Constructor for class fr.cnes.sirius.patrius.math.random.SynchronizedRandomGenerator
-
Creates a synchronized wrapper for the given RandomGenerator instance.
- SynchronizedSummaryStatistics - Class in fr.cnes.sirius.patrius.math.stat.descriptive
-
Implementation of
SummaryStatistics that
is safe to use in a multithreaded environment.
- SynchronizedSummaryStatistics() - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
Construct a SynchronizedSummaryStatistics instance
- SynchronizedSummaryStatistics(SynchronizedSummaryStatistics) - Constructor for class fr.cnes.sirius.patrius.math.stat.descriptive.SynchronizedSummaryStatistics
-
A copy constructor.