~ubuntu-branches/ubuntu/vivid/quantlib-swig/vivid

« back to all changes in this revision

Viewing changes to Java/org/quantlib/FDShoutEngine.java

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2007-12-26 08:10:08 UTC
  • mfrom: (1.1.6 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20071226081008-cjq979mvtxydli4r
New upstream release 0.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* ----------------------------------------------------------------------------
2
2
 * This file was automatically generated by SWIG (http://www.swig.org).
3
 
 * Version 1.3.31
 
3
 * Version 1.3.33
4
4
 *
5
5
 * Do not make changes to this file unless you know what you are doing--modify
6
6
 * the SWIG interface file instead.
33
33
    super.delete();
34
34
  }
35
35
 
36
 
  public FDShoutEngine(long timeSteps, long gridPoints, boolean timeDependent) {
37
 
    this(QuantLibJNI.new_FDShoutEngine__SWIG_0(timeSteps, gridPoints, timeDependent), true);
38
 
  }
39
 
 
40
 
  public FDShoutEngine(long timeSteps, long gridPoints) {
41
 
    this(QuantLibJNI.new_FDShoutEngine__SWIG_1(timeSteps, gridPoints), true);
42
 
  }
43
 
 
44
 
  public FDShoutEngine(long timeSteps) {
45
 
    this(QuantLibJNI.new_FDShoutEngine__SWIG_2(timeSteps), true);
46
 
  }
47
 
 
48
 
  public FDShoutEngine() {
49
 
    this(QuantLibJNI.new_FDShoutEngine__SWIG_3(), true);
 
36
  public FDShoutEngine(GeneralizedBlackScholesProcess process, long timeSteps, long gridPoints, boolean timeDependent) {
 
37
    this(QuantLibJNI.new_FDShoutEngine__SWIG_0(GeneralizedBlackScholesProcess.getCPtr(process), process, timeSteps, gridPoints, timeDependent), true);
 
38
  }
 
39
 
 
40
  public FDShoutEngine(GeneralizedBlackScholesProcess process, long timeSteps, long gridPoints) {
 
41
    this(QuantLibJNI.new_FDShoutEngine__SWIG_1(GeneralizedBlackScholesProcess.getCPtr(process), process, timeSteps, gridPoints), true);
 
42
  }
 
43
 
 
44
  public FDShoutEngine(GeneralizedBlackScholesProcess process, long timeSteps) {
 
45
    this(QuantLibJNI.new_FDShoutEngine__SWIG_2(GeneralizedBlackScholesProcess.getCPtr(process), process, timeSteps), true);
 
46
  }
 
47
 
 
48
  public FDShoutEngine(GeneralizedBlackScholesProcess process) {
 
49
    this(QuantLibJNI.new_FDShoutEngine__SWIG_3(GeneralizedBlackScholesProcess.getCPtr(process), process), true);
50
50
  }
51
51
 
52
52
}