grid_tools  1.13.0
psym2::chol2 Interface Reference

Private Member Functions

subroutine chol2 (s, c, ff)
 Return the cholesky lower triangular factor, C, of the 2X2 symmetric matrix, S, or raise the failure flag, FF, if S is not positive-definite. More...
 

Detailed Description

Definition at line 31 of file psym2.f90.

Constructor & Destructor Documentation

◆ chol2()

subroutine psym2::chol2::chol2 ( real(dp), dimension(2,2), intent(in)  s,
real(dp), dimension(2,2), intent(out)  c,
logical, intent(out)  ff 
)
private

Return the cholesky lower triangular factor, C, of the 2X2 symmetric matrix, S, or raise the failure flag, FF, if S is not positive-definite.

Parameters
[in]s2X2 symmetric matrix
[out]ccholesky lower triangular factor
[out]ffraise the failure flag
Author
R. J. Purser

Definition at line 458 of file psym2.f90.


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