C# (CSharp) NSoft.NFramework.Numerics.Integration Namespace

Classes

Name Description
IntegratorBase 적분을 수행하는 기본 Class
MidValueIntegrator 중점법
RombergIntegrator Romberg 적분법
SimpsonIntegrator Simpson 적분법 (1-4-1 방식) 2차 곡선 근사 방식이다. 정확도가 TrapizoidalIntegrator보다 좋다.
TrapizoidalIntegrator 사다리꼴 적분