Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Namespaces | Functions
ssaform.cpp File Reference
#include <qle/ad/ssaform.hpp>
#include <qle/math/randomvariable.hpp>
#include <qle/math/randomvariable_io.hpp>
#include <sstream>

Go to the source code of this file.

Namespaces

namespace  QuantExt
 

Functions

template<class T >
std::string ssaForm (const ComputationGraph &g, const std::vector< std::string > &opCodeLabels, const std::vector< T > &values, const std::vector< T > &values2)
 
template std::string ssaForm (const ComputationGraph &g, const std::vector< std::string > &opCodeLabels, const std::vector< double > &values, const std::vector< double > &values2)
 
template std::string ssaForm (const ComputationGraph &g, const std::vector< std::string > &opCodeLabels, const std::vector< RandomVariable > &values, const std::vector< RandomVariable > &values2)