Revision fac31a7235a4baf7656755279912e9524914a847 authored by thevincentadam on 20 January 2020, 14:01:08 UTC, committed by thevincentadam on 20 January 2020, 14:01:08 UTC
1 parent 291ae6c
Raw File
__init__.py
from .expectations import expectation, quadrature_expectation

from . import (cross_kernels, linears, mean_functions, misc, products,
               quadratures, squared_exponentials, sums)

__all__ = ['expectation', 'quadrature_expectation']
back to top