grid_tools 1.14.0
All Data Structures Namespaces Files Functions Variables Pages
pmat::l1lm Interface Reference

Public Member Functions

subroutine dl1lm (a, b)
 Cholesky, M -> L*U, U(i,j)=L(j,i)
 
subroutine dl1lmf (a, b, ff)
 Cholesky, M -> L*U, U(i,j)=L(j,i)
 
subroutine sl1lm (a, b)
 Cholesky, M -> L*U, U(i,j)=L(j,i)
 
subroutine sl1lmf (a, b, ff)
 Cholesky, M -> L*U, U(i,j)=L(j,i)
 

Detailed Description

Definition at line 37 of file pmat.f90.

Member Function/Subroutine Documentation

◆ dl1lm()

subroutine pmat::l1lm::dl1lm ( real(dp), dimension(:,:), intent(in) a,
real(dp), dimension(:,:), intent(inout) b )

Cholesky, M -> L*U, U(i,j)=L(j,i)

Parameters
[in]asymmetric matrix.
[in,out]bCholesky factor matrix.
Author
R. J. Purser

Definition at line 933 of file pmat.f90.

◆ dl1lmf()

subroutine pmat::l1lm::dl1lmf ( real(dp), dimension(:,:), intent(in) a,
real(dp), dimension(:,:), intent(inout) b,
logical, intent(out) ff )

Cholesky, M -> L*U, U(i,j)=L(j,i)

Parameters
[in]asymmetric matrix.
[in,out]bCholesky factor matrix.
[out]fffailure flag
Author
R. J. Purser

Definition at line 981 of file pmat.f90.

References pietc::f, pietc::u0, and pietc::u1.

◆ sl1lm()

subroutine pmat::l1lm::sl1lm ( real(sp), dimension(:,:), intent(in) a,
real(sp), dimension(:,:), intent(inout) b )

Cholesky, M -> L*U, U(i,j)=L(j,i)

Parameters
[in]asymmetric matrix.
[in,out]bCholesky factor matrix.
Author
R. J. Purser

Definition at line 920 of file pmat.f90.

◆ sl1lmf()

subroutine pmat::l1lm::sl1lmf ( real(sp), dimension(:,:), intent(in) a,
real(sp), dimension(:,:), intent(inout) b,
logical, intent(out) ff )

Cholesky, M -> L*U, U(i,j)=L(j,i)

Parameters
[in]asymmetric matrix.
[in,out]bCholesky factor matrix.
[out]fffailure flag
Author
R. J. Purser

Definition at line 947 of file pmat.f90.


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