Class Fieldifier

java.lang.Object
org.orekit.utils.Fieldifier

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

    • 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