IPIM
 All Classes Files Functions Variables Pages
Public Member Functions | List of all members
module_unittest::relative_error Interface Reference

Public Member Functions

real *8 function relative_error_d_0d (x, y)
 Compute the relative error of 2 values. More...
 
real *8 function, dimension(size(x)) relative_error_d_1d (x, y)
 Compute the relative error of 2 1D-arrays. More...
 
real *8 function, dimension(size(x,
1), size(y, 2)) 
relative_error_d_2d (x, y)
 Compute the relative error of 2 2D-arrays. More...
 
real function relative_error_s_0d (x, y)
 Compute the relative error of 2 real single values. More...
 
real function, dimension(size(x)) relative_error_s_1d (x, y)
 Compute the relative error of 2 real-single 1D-arrays. More...
 
real function, dimension(size(x,
1), size(y, 2)) 
relative_error_s_2d (x, y)
 Compute the relative error of 2 real-single 2D-arrays. More...
 
real *8 function, dimension(size(x,
1), size(x, 2)) 
relative_error_coordonnees_2d (x, y, key)
 Compute the relative error of 2 coordonnees field. More...
 

Member Function/Subroutine Documentation

real*8 function, dimension(size(x,1),size(x,2)) module_unittest::relative_error::relative_error_coordonnees_2d ( type(coordonnees), dimension(:,:), intent(in)  x,
type(coordonnees), dimension(:,:), intent(in)  y,
character(len=*), optional  key 
)

Compute the relative error of 2 coordonnees field.

Author
Parameters
[in]x(,:,:)Coordonnees type
[in]y(,:,:)Coordonnees type
[in]keyOptional argument: name of coordonnees type to compare (default: longeo)

Here is the caller graph for this function:

real*8 function module_unittest::relative_error::relative_error_d_0d ( real*8, intent(in)  x,
real*8, intent(in)  y 
)

Compute the relative error of 2 values.

Author

Here is the caller graph for this function:

real*8 function, dimension(size(x)) module_unittest::relative_error::relative_error_d_1d ( real*8, dimension(:), intent(in)  x,
real*8, dimension(:), intent(in)  y 
)

Compute the relative error of 2 1D-arrays.

Author

Here is the caller graph for this function:

real*8 function, dimension(size(x,1),size(y,2)) module_unittest::relative_error::relative_error_d_2d ( real*8, dimension(:,:), intent(in)  x,
real*8, dimension(:,:), intent(in)  y 
)

Compute the relative error of 2 2D-arrays.

Author

Here is the caller graph for this function:

real function module_unittest::relative_error::relative_error_s_0d ( real, intent(in)  x,
real, intent(in)  y 
)

Compute the relative error of 2 real single values.

Author

Here is the caller graph for this function:

real function, dimension(size(x)) module_unittest::relative_error::relative_error_s_1d ( real, dimension(:), intent(in)  x,
real, dimension(:), intent(in)  y 
)

Compute the relative error of 2 real-single 1D-arrays.

Author

Here is the caller graph for this function:

real function, dimension(size(x,1),size(y,2)) module_unittest::relative_error::relative_error_s_2d ( real, dimension(:,:), intent(in)  x,
real, dimension(:,:), intent(in)  y 
)

Compute the relative error of 2 real-single 2D-arrays.

Author

Here is the caller graph for this function:


The documentation for this interface was generated from the following file: