C# Class YAMP.Numerics.SimpsonIntegrator

Represents a specific algorithm for integration - Simpson's rule.
Inheritance: Integrator
Afficher le fichier Open project: FlorianRappl/YAMP Class Usage Examples

Méthodes publiques

Méthode Description
Integrate ( MatrixValue x ) : ScalarValue

Performs the integration.

SimpsonIntegrator ( MatrixValue y ) : YAMP.Exceptions

Creates a new Simpson integrator.

Method Details

Integrate() public méthode

Performs the integration.
public Integrate ( MatrixValue x ) : ScalarValue
x MatrixValue The x values.
Résultat ScalarValue

SimpsonIntegrator() public méthode

Creates a new Simpson integrator.
public SimpsonIntegrator ( MatrixValue y ) : YAMP.Exceptions
y MatrixValue The values to integrate.
Résultat YAMP.Exceptions