SABER
|
Public Member Functions | |
subroutine | func_det (v1, v2, v3, p, cflag) |
Compute determinant (vector triple product) More... | |
Definition at line 97 of file tools_func.F90.
subroutine tools_func::det::func_det | ( | real(kind_real), dimension(3), intent(in) | v1, |
real(kind_real), dimension(3), intent(in) | v2, | ||
real(kind_real), dimension(3), intent(in) | v3, | ||
real(kind_real), intent(out) | p, | ||
logical, intent(out) | cflag | ||
) |
Compute determinant (vector triple product)
[in] | v1 | First vector |
[in] | v2 | Second vector |
[in] | v3 | Third vector |
[out] | p | Determinant |
[out] | cflag | Confidence flag |
Definition at line 745 of file tools_func.F90.