Logo
Reference manual - version qle_version
Classes | Typedefs | Functions
external_randomvariable_ops.hpp File Reference

ops for external randomvariables More...

#include <qle/math/randomvariable_ops.hpp>

Classes

class  ExternalRandomVariable
 

Typedefs

using ExternalRandomVariableOp = std::function< ExternalRandomVariable(const std::vector< const ExternalRandomVariable * > &)>
 
using ExternalRandomVariableGrad = std::function< std::vector< ExternalRandomVariable >(const std::vector< const ExternalRandomVariable * > &, const ExternalRandomVariable *)>
 

Functions

std::vector< ExternalRandomVariableOp > getExternalRandomVariableOps ()
 
std::vector< ExternalRandomVariableGrad > getExternalRandomVariableGradients ()
 

Detailed Description

ops for external randomvariables