Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ComputeContext::Settings Struct Reference

#include <qle/math/computeenvironment.hpp>

+ Collaboration diagram for ComputeContext::Settings:

Public Member Functions

 Settings ()
 

Public Attributes

bool debug
 
bool useDoublePrecision
 
QuantExt::SequenceType rngSequenceType
 
std::size_t rngSeed
 
std::size_t regressionOrder
 

Detailed Description

Definition at line 66 of file computeenvironment.hpp.

Constructor & Destructor Documentation

◆ Settings()

Settings ( )

Member Data Documentation

◆ debug

bool debug

Definition at line 70 of file computeenvironment.hpp.

◆ useDoublePrecision

bool useDoublePrecision

Definition at line 71 of file computeenvironment.hpp.

◆ rngSequenceType

QuantExt::SequenceType rngSequenceType

Definition at line 72 of file computeenvironment.hpp.

◆ rngSeed

std::size_t rngSeed

Definition at line 73 of file computeenvironment.hpp.

◆ regressionOrder

std::size_t regressionOrder

Definition at line 74 of file computeenvironment.hpp.