Class FJService

java.lang.Object
jline.lib.fjcodes.FJService

public final class FJService extends Object
Service representation for FJ_codes.
  • Field Details

    • mu

      public final double mu
    • ST

      public final Matrix ST
    • tau_st

      public final Matrix tau_st
  • Constructor Details

    • FJService

      public FJService(double mu, Matrix ST, Matrix St, Matrix tau_st, int SerChoice)
  • Method Details

    • getMu

      public double getMu()
    • getST

      public Matrix getST()
    • getSt

      public Matrix getSt()
    • getTau_st

      public Matrix getTau_st()
    • getSerChoice

      public int getSerChoice()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object