Examples of j1()


Examples of com.nr.sf.Bessjy.j1()

  };

  class Bessj1_qgaus  implements UniVarRealValueFun{
    public double funk(double x) {
      Bessjy b = new Bessjy();
      return(b.j1(x));
    }
  };
}
View Full Code Here

Examples of com.nr.sf.Bessjy.j1()

    }
  }
  class Bessj1_Amoeba implements UniVarRealValueFun {
    public double funk(final double x) {
    Bessjy b = new Bessjy();
    return(b.j1(x));
  }
  }
}
View Full Code Here

Examples of com.nr.sf.Bessjy.j1()

  }
  }
  class bj1_dfridr implements UniVarRealValueFun{
  public double funk(final double x) {
    Bessjy b = new Bessjy();
    return(b.j1(x));
  }
  }
}
View Full Code Here

Examples of com.nr.sf.Bessjy.j1()

    return(b.j0(x));
  }

  double Bessj1_Golden(final double x) {
    Bessjy b = new Bessjy();
    return(b.j1(x));
  }
}
View Full Code Here

Examples of com.nr.sf.Bessjy.j1()

    return(b.j0(x));
  }

  double Bessj1_Brent(final double x) {
    Bessjy b = new Bessjy();
    return(b.j1(x));
  }
}
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.