C# Класс YAMP.Numerics.SimpsonIntegrator

Represents a specific algorithm for integration - Simpson's rule.
Наследование: Integrator
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Integrate ( MatrixValue x ) : ScalarValue

Performs the integration.

SimpsonIntegrator ( MatrixValue y ) : YAMP.Exceptions

Creates a new Simpson integrator.

Описание методов

Integrate() публичный Метод

Performs the integration.
public Integrate ( MatrixValue x ) : ScalarValue
x MatrixValue The x values.
Результат ScalarValue

SimpsonIntegrator() публичный Метод

Creates a new Simpson integrator.
public SimpsonIntegrator ( MatrixValue y ) : YAMP.Exceptions
y MatrixValue The values to integrate.
Результат YAMP.Exceptions