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

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

Functions/Subroutines

subroutine setTest ()
 
logical(LK) function test_InterpLinear_type_1 ()
 

Variables

type(test_typetest
 
real(RK), dimension(*), parameter SortedX = [ +3.178053830347950_RK , +3.218875824868200_RK , +3.295836866004330_RK , +3.433987204485150_RK , +3.663561646129650_RK , +4.007333185232470_RK , +4.465908118654580_RK , +5.017279836814920_RK , +5.631211781821370_RK , +6.282266746896010_RK , +6.953684210870540_RK , +7.635786861395590_RK , +8.323365694436080_RK , +9.013717030471370_RK , +9.705463352014880_RK ]
 
real(RK), dimension(*), parameter SortedY = [ +1.426588681046810_RK , +1.168902956625920_RK , +0.882431985413412_RK , +0.587833620221075_RK , +0.229810034869442_RK , -0.174864514871957_RK , -0.605947339379271_RK , -1.074884950466410_RK , -1.510025316819630_RK , -1.948747191172130_RK , -2.382173017436780_RK , -2.805304379208950_RK , -3.199663563773090_RK , -3.602191628213170_RK , -3.989064786493580_RK ]
 

Detailed Description

This module contains tests of the module pm_polation.


Final Remarks


If you believe this algorithm or its documentation can be improved, we appreciate your contribution and help to edit this page's documentation and source file on GitHub.
For details on the naming abbreviations, see this page.
For details on the naming conventions, see this page.
This software is distributed under the MIT license with additional terms outlined below.

  1. If you use any parts or concepts from this library to any extent, please acknowledge the usage by citing the relevant publications of the ParaMonte library.
  2. If you regenerate any parts/ideas from this library in a programming environment other than those currently supported by this ParaMonte library (i.e., other than C, C++, Fortran, MATLAB, Python, R), please also ask the end users to cite this original ParaMonte library.

This software is available to the public under a highly permissive license.
Help us justify its continued development and maintenance by acknowledging its benefit to society, distributing it, and contributing to it.

Author:
Amir Shahmoradi

Function/Subroutine Documentation

◆ setTest()

subroutine test_pm_polation::setTest

Definition at line 75 of file test_pm_polation.F90.

◆ test_InterpLinear_type_1()

logical(LK) function test_pm_polation::test_InterpLinear_type_1

Definition at line 85 of file test_pm_polation.F90.

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

Variable Documentation

◆ SortedX

real(RK), dimension(*), parameter test_pm_polation::SortedX = [ +3.178053830347950_RK , +3.218875824868200_RK , +3.295836866004330_RK , +3.433987204485150_RK , +3.663561646129650_RK , +4.007333185232470_RK , +4.465908118654580_RK , +5.017279836814920_RK , +5.631211781821370_RK , +6.282266746896010_RK , +6.953684210870540_RK , +7.635786861395590_RK , +8.323365694436080_RK , +9.013717030471370_RK , +9.705463352014880_RK ]

Definition at line 38 of file test_pm_polation.F90.

◆ SortedY

real(RK), dimension(*), parameter test_pm_polation::SortedY = [ +1.426588681046810_RK , +1.168902956625920_RK , +0.882431985413412_RK , +0.587833620221075_RK , +0.229810034869442_RK , -0.174864514871957_RK , -0.605947339379271_RK , -1.074884950466410_RK , -1.510025316819630_RK , -1.948747191172130_RK , -2.382173017436780_RK , -2.805304379208950_RK , -3.199663563773090_RK , -3.602191628213170_RK , -3.989064786493580_RK ]

Definition at line 53 of file test_pm_polation.F90.

◆ test

type(test_type) test_pm_polation::test

Definition at line 36 of file test_pm_polation.F90.