Logo
Fully annotated reference manual - version 1.8.12
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
external_randomvariable_ops.hpp File Reference

ops for external randomvariables More...

#include <qle/math/randomvariable_ops.hpp>

Go to the source code of this file.

Classes

class  ExternalRandomVariable
 

Namespaces

namespace  QuantExt
 

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

bool isDeterministicAndZero (const ExternalRandomVariable &x)
 
std::vector< ExternalRandomVariableOp > getExternalRandomVariableOps ()
 
std::vector< ExternalRandomVariableGrad > getExternalRandomVariableGradients ()
 

Detailed Description

ops for external randomvariables

Definition in file external_randomvariable_ops.hpp.