Qawf |
public class QawfIntegration : QawoIntegration
The QawfIntegration type exposes the following members.
| Name | Description | |
|---|---|---|
| QawfIntegration | Creates an instance of this integration class with a default integration rule and default debug flag setting. | |
| QawfIntegration(Boolean) | Creates an instance of this integration class with the specified debug flag setting. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Integrate(FuncDouble, Double, Double, OscillatoryTerm, Double, Double, Int32, Double, Double) | Integrate a Fourier-type integral using the instance's debug setting. | |
| Integrate(FuncDouble, Double, Double, OscillatoryTerm, Double, Double, Int32, Boolean, Double, Double) | Integrate a Fourier-type integral with an explicit debug flag for this call. | |
| Integrate(FuncDouble, Double, Double, Double, OscillatoryTerm, Double, Double, Double, Int32, Double, Double) |
Integrate an oscillatory integral using the instance's debug setting.
(Inherited from QawoIntegration) | |
| Integrate(FuncDouble, Double, Double, Double, OscillatoryTerm, Double, Double, Double, Int32, Boolean, Double, Double) |
Integrate an oscillatory integral with an explicit debug flag for this call.
(Inherited from QawoIntegration) | |
| Integration | Static helper that integrates a Fourier-type integral using a reusable temporary storage object. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| _debug | (Inherited from QawoIntegration) | |
| _qawoTable | (Inherited from QawoIntegration) | |
| _workSpace | (Inherited from QawoIntegration) |
+Infinity +Infinity
I = Integral dx f(x) sin(wt) or I = Integral dx f(x) cos(wx)
a aC1 = [a, a + c] C2 = [a + c, a + 2c] . . . = . . . Ck = [a + (k - 1)c, a + kc]
Ref.: GNU Scientific Library reference manual (http://www.gnu.org/software/gsl/)