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

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

Functions/Subroutines

subroutine setTest ()
 
logical(LK) function test_getLogSumExp_RK_1 ()
 
logical(LK) function test_getLogSumExp_RK_2 ()
 
logical(LK) function test_getLogSumExp_CK_1 ()
 
logical(LK) function test_getLogSumExp_CK_2 ()
 

Variables

type(test_typetest
 

Detailed Description

This module contains tests of the module pm_mathLogSumExp.

Author:
Amir Shahmoradi

Function/Subroutine Documentation

◆ setTest()

subroutine test_pm_mathLogSumExp::setTest

Definition at line 70 of file test_pm_mathLogSumExp.F90.

◆ test_getLogSumExp_CK_1()

logical(LK) function test_pm_mathLogSumExp::test_getLogSumExp_CK_1

Definition at line 156 of file test_pm_mathLogSumExp.F90.

References pm_kind::IK, and pm_kind::RK.

◆ test_getLogSumExp_CK_2()

logical(LK) function test_pm_mathLogSumExp::test_getLogSumExp_CK_2

Definition at line 184 of file test_pm_mathLogSumExp.F90.

References pm_kind::IK, and pm_kind::RK.

◆ test_getLogSumExp_RK_1()

logical(LK) function test_pm_mathLogSumExp::test_getLogSumExp_RK_1

Definition at line 106 of file test_pm_mathLogSumExp.F90.

References pm_kind::IK, and pm_kind::RK.

◆ test_getLogSumExp_RK_2()

logical(LK) function test_pm_mathLogSumExp::test_getLogSumExp_RK_2

Definition at line 131 of file test_pm_mathLogSumExp.F90.

References pm_kind::IK, and pm_kind::RK.

Variable Documentation

◆ test

type(test_type) test_pm_mathLogSumExp::test

Definition at line 30 of file test_pm_mathLogSumExp.F90.