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 () |
ops for external randomvariables
Definition in file external_randomvariable_ops.hpp.