ParaMonte Fortran 2.0.0
Parallel Monte Carlo and Machine Learning Library
See the latest version documentation.
test_pm_quadRomb Module Reference

This module contains tests of the module pm_quadRomb. More...

Functions/Subroutines

subroutine setTest ()
 
logical(LK) function test_doQuadRombOpen_1 ()
 
logical(LK) function test_doQuadRombOpen_2 ()
 
logical(LK) function test_doQuadRombOpen_3 ()
 
logical(LK) function test_doQuadRombOpen_4 ()
 
logical(LK) function test_getQuadRomb_1 ()
 
real(RK) function getTestFuncOpenInterval_1 (x)
 
real(RK) function getTestFuncOpenIntervalMATLAB (x)
 

Variables

type(test_typetest
 

Detailed Description

This module contains tests of the module pm_quadRomb.

Author:
Amir Shahmoradi

Function/Subroutine Documentation

◆ getTestFuncOpenInterval_1()

real(RK) function test_pm_quadRomb::getTestFuncOpenInterval_1 ( real(RK), intent(in)  x)

Definition at line 325 of file test_pm_quadRomb.F90.

◆ getTestFuncOpenIntervalMATLAB()

real(RK) function test_pm_quadRomb::getTestFuncOpenIntervalMATLAB ( real(RK), intent(in)  x)

Definition at line 343 of file test_pm_quadRomb.F90.

◆ setTest()

subroutine test_pm_quadRomb::setTest

Definition at line 41 of file test_pm_quadRomb.F90.

◆ test_doQuadRombOpen_1()

logical(LK) function test_pm_quadRomb::test_doQuadRombOpen_1

Definition at line 56 of file test_pm_quadRomb.F90.

◆ test_doQuadRombOpen_2()

logical(LK) function test_pm_quadRomb::test_doQuadRombOpen_2

Definition at line 110 of file test_pm_quadRomb.F90.

◆ test_doQuadRombOpen_3()

logical(LK) function test_pm_quadRomb::test_doQuadRombOpen_3

Definition at line 165 of file test_pm_quadRomb.F90.

◆ test_doQuadRombOpen_4()

logical(LK) function test_pm_quadRomb::test_doQuadRombOpen_4

Definition at line 219 of file test_pm_quadRomb.F90.

◆ test_getQuadRomb_1()

logical(LK) function test_pm_quadRomb::test_getQuadRomb_1

Definition at line 273 of file test_pm_quadRomb.F90.

Variable Documentation

◆ test

type(test_type) test_pm_quadRomb::test

Definition at line 33 of file test_pm_quadRomb.F90.