![]() | DiscreteDataIntegrator Class |
Namespace: CenterSpace.NMath.Core
The DiscreteDataIntegrator type exposes the following members.
Name | Description | |
---|---|---|
![]() | DiscreteDataIntegrator |
Returns a discrete data integrator using the default integration strategy.
|
![]() | DiscreteDataIntegrator(DiscreteDataIntegratorStrategy) |
Returns a discrete data integrator.
|
Name | Description | |
---|---|---|
![]() | IntegrationStrategy |
Integration strategy.
|
Name | Description | |
---|---|---|
![]() | Integrate(DoubleVector, Double, Double) |
Returns the approximate integral of the discrete data assuming unit sample intervals.
|
![]() | Integrate(DoubleVector, DoubleVector, Double, Double) |
Return the approximate integral of the discrete data.
|
![]() | Integrate(DoubleVector, Int32, Int32, Double, Double) |
Returns the approximate integral of the discrete data assuming unit sample intervals.
|
![]() | Integrate(DoubleVector, DoubleVector, Int32, Int32, Double, Double) |
Return the approximate integral of the discrete data.
|
Name | Description | |
---|---|---|
![]() ![]() | DefaultIntegrationStrategy |
Integration technique. This one is used if no strategy is specified in the constructor.
|