Class Fieldifier


  • public class Fieldifier
    extends Object
    Utility class used to convert class to their Field equivalent.
    Author:
    Vincent Cucchietti
    • Method Detail

      • fieldify

        @Deprecated
        public static <T extends CalculusFieldElement<T>> FieldOrbit<T> fieldify​(Field<T> field,
                                                                                 Orbit orbit)
        Deprecated.
        Fieldify given orbit with given field.

        Conserve derivatives and return orbit in same orbit type as input orbit.

        Type Parameters:
        T - type of the elements
        Parameters:
        field - field to fieldify with
        orbit - orbit to fieldify
        Returns:
        fielded orbit
      • fieldify

        public static <T extends CalculusFieldElement<T>> FieldMatrix<T> fieldify​(Field<T> field,
                                                                                  RealMatrix matrix)
        Fieldify given matrix with given field.
        Type Parameters:
        T - type of the elements
        Parameters:
        field - field to fieldify with
        matrix - matrix to fieldify
        Returns:
        fielded matrix
      • fieldify

        public static <T extends CalculusFieldElement<T>> FieldStateCovariance<T> fieldify​(Field<T> field,
                                                                                           StateCovariance stateCovariance)
        Fieldify given state covariance with given field.
        Type Parameters:
        T - type of the elements
        Parameters:
        field - field to which the
        stateCovariance - state covariance to fieldify
        Returns:
        fielded state covariance
        Since:
        12.0