C# 클래스 Pelsser.PelsserCache

Caches some data for use by Pelsser, in order to avoid recalculating it several times.
파일 보기 프로젝트 열기: fairmat/InterestRatesModels 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
PelsserCache ( double t, double s, SquaredGaussianModel p_instance ) : System

Constructor to create a new instance of the PelsserCache.

메소드 상세

PelsserCache() 공개 메소드

Constructor to create a new instance of the PelsserCache.
public PelsserCache ( double t, double s, SquaredGaussianModel p_instance ) : System
t double The first date parameter this element is referenced to.
s double The second date parameter this element is referenced to.
p_instance SquaredGaussianModel /// The instance to the this cache references to. ///
리턴 System