Méthode | Description | |
---|---|---|
Integrate ( MatrixValue x ) : ScalarValue |
Performs the integration.
|
|
SimpsonIntegrator ( MatrixValue y ) : YAMP.Exceptions |
Creates a new Simpson integrator.
|
public Integrate ( MatrixValue x ) : ScalarValue | ||
x | MatrixValue | The x values. |
Résultat | ScalarValue |
public SimpsonIntegrator ( MatrixValue y ) : YAMP.Exceptions | ||
y | MatrixValue | The values to integrate. |
Résultat | YAMP.Exceptions |