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

Represents the Trapez integration algorithm - a very simple rule for numerical integration.
Наследование: Integrator
Показать файл Открыть проект Примеры использования класса

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

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

Performs the integration.

TrapezIntegrator ( MatrixValue y ) : System

Creates a new instance.

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

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

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

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

Creates a new instance.
public TrapezIntegrator ( MatrixValue y ) : System
y YAMP.MatrixValue The values to integrate.
Результат System