grid_tools 1.14.0
|
Public 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. | |
subroutine psym2::chol2::chol2 | ( | real(dp), dimension(2,2), intent(in) | s, |
real(dp), dimension(2,2), intent(out) | c, | ||
logical, intent(out) | 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.
[in] | s | 2X2 symmetric matrix |
[out] | c | cholesky lower triangular factor |
[out] | ff | raise the failure flag |
Definition at line 457 of file psym2.f90.
References pietc::u0.