grid_tools  1.13.0
pmat4::det Interface Reference

Private Member Functions

real(dp) function det_d (a)
 Return the determinant of a double precision matrix. More...
 
integer(spi) function det_i (a)
 Return the determinant of a single precision integer matrix. More...
 
integer(dpi) function det_id (a)
 Return the determinant of a double precision integer matrix. More...
 
real(sp) function det_s (a)
 Return the determinant of a single precision matrix. More...
 

Detailed Description

Definition at line 72 of file pmat4.f90.

Member Function/Subroutine Documentation

◆ det_d()

real(dp) function pmat4::det::det_d ( real(dp), dimension(:,:), intent(in)  a)
private

Return the determinant of a double precision matrix.

Parameters
[in]areal type input matrix A
Returns
det result, determinant of matrix A
Author
R. J. Purser

Definition at line 369 of file pmat4.f90.

◆ det_i()

integer(spi) function pmat4::det::det_i ( integer(spi), dimension(:,:), intent(in)  a)
private

Return the determinant of a single precision integer matrix.

Parameters
[in]ainteger type input matrix A
Returns
idet result, determinant of matrix A
Author
R. J. Purser

Definition at line 390 of file pmat4.f90.

◆ det_id()

integer(dpi) function pmat4::det::det_id ( integer(dpi), dimension(:,:), intent(in)  a)
private

Return the determinant of a double precision integer matrix.

Parameters
[in]ainteger type input matrix A
Returns
idet result, determinant of matrix A
Author
R. J. Purser

Definition at line 404 of file pmat4.f90.

◆ det_s()

real(sp) function pmat4::det::det_s ( real(sp), dimension(:,:), intent(in)  a)
private

Return the determinant of a single precision matrix.

Parameters
[in]areal type input matrix A
Returns
det result, determinant of matrix A
Author
R. J. Purser

Definition at line 348 of file pmat4.f90.


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