C# Class Pelsser.PelsserCache

Caches some data for use by Pelsser, in order to avoid recalculating it several times.
Afficher le fichier Open project: fairmat/InterestRatesModels Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
PelsserCache ( double t, double s, SquaredGaussianModel p_instance ) : System

Constructor to create a new instance of the PelsserCache.

Method Details

PelsserCache() public méthode

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. ///
Résultat System