grid_tools 1.14.0
Loading...
Searching...
No Matches
pmat4::det Interface Reference

Public Member Functions

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

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)

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 368 of file pmat4.f90.

References pietc::u0.

◆ det_i()

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

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 389 of file pmat4.f90.

◆ det_id()

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

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 403 of file pmat4.f90.

References pkind::dp, and pkind::dpi.

◆ det_s()

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

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 347 of file pmat4.f90.


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