SABER
|
Public Member Functions | |
subroutine | func_check_cond (d1, d2, nod, valid) |
Check tensor conditioning. More... | |
Definition at line 142 of file tools_func.F90.
subroutine tools_func::check_cond::func_check_cond | ( | real(kind_real), intent(in) | d1, |
real(kind_real), intent(in) | d2, | ||
real(kind_real), intent(in) | nod, | ||
logical, intent(out) | valid | ||
) |
Check tensor conditioning.
[in] | d1 | First diagonal coefficient |
[in] | d2 | Second diagonal coefficient |
[in] | nod | Normalized off-diagonal coefficient |
[out] | valid | Conditioning validity |
Definition at line 1538 of file tools_func.F90.