MUQ  0.4.3
muq::Approximation::PythonBindings Namespace Reference

Functions

void KernelWrapper (pybind11::module &m)
 
void GaussianWrapper (pybind11::module &m)
 
void PolynomialsWrapper (pybind11::module &m)
 
void KLWrapper (pybind11::module &m)
 
void QuadratureWrapper (pybind11::module &m)
 
void PolynomialChaosWrapper (pybind11::module &m)
 

Function Documentation

◆ GaussianWrapper()

void muq::Approximation::PythonBindings::GaussianWrapper ( pybind11::module &  m)

Referenced by PYBIND11_MODULE().

◆ KernelWrapper()

void muq::Approximation::PythonBindings::KernelWrapper ( pybind11::module &  m)

Referenced by PYBIND11_MODULE().

◆ KLWrapper()

void muq::Approximation::PythonBindings::KLWrapper ( pybind11::module &  m)

Referenced by PYBIND11_MODULE().

◆ PolynomialChaosWrapper()

void muq::Approximation::PythonBindings::PolynomialChaosWrapper ( pybind11::module &  m)

Referenced by PYBIND11_MODULE().

◆ PolynomialsWrapper()

void muq::Approximation::PythonBindings::PolynomialsWrapper ( pybind11::module &  m)

Referenced by PYBIND11_MODULE().

◆ QuadratureWrapper()

void muq::Approximation::PythonBindings::QuadratureWrapper ( pybind11::module &  m)

Referenced by PYBIND11_MODULE().