TransportMaps.tests.test_functions

Module Contents

Classes

Functionals_DerivativeChecks

LinearSpanFunctional

Linear span approximation

MonotonicIntegratedExponentialFunctional

Linear span approximation

OnTheFly_LinearSpanFunctional_DerivativeChecks

Linear span approximation

OnTheFly_MonotonicIntegratedExponentialFunctional_DerivativeChecks

Linear span approximation

Functions

build_suite([ttype])

run_tests([ttype, failfast])

Attributes

MPI_SUPPORT

TransportMaps.tests.test_functions.MPI_SUPPORT = True[source]
class TransportMaps.tests.test_functions.Functionals_DerivativeChecks[source]

Bases: object

setUp()[source]
test_grad_a()[source]
test_grad_x_partial_xd()[source]
test_hess_x_partial_xd()[source]
test_grad_a_grad_x_partial_xd()[source]
test_grad_a_hess_x_partial_xd()[source]
class TransportMaps.tests.test_functions.LinearSpanFunctional[source]

Bases: object

Linear span approximation

build_tm_approx()[source]
class TransportMaps.tests.test_functions.MonotonicIntegratedExponentialFunctional[source]

Bases: object

Linear span approximation

build_tm_approx()[source]
class TransportMaps.tests.test_functions.OnTheFly_LinearSpanFunctional_DerivativeChecks(methodName='runTest')[source]

Bases: LinearSpanFunctional, Functionals_DerivativeChecks, unittest.TestCase

Linear span approximation

class TransportMaps.tests.test_functions.OnTheFly_MonotonicIntegratedExponentialFunctional_DerivativeChecks(methodName='runTest')[source]

Bases: MonotonicIntegratedExponentialFunctional, Functionals_DerivativeChecks, unittest.TestCase

Linear span approximation

TransportMaps.tests.test_functions.build_suite(ttype='all')[source]
TransportMaps.tests.test_functions.run_tests(ttype='serial', failfast=False)[source]