SABER
tools_func::det Interface Reference

Public Member Functions

subroutine func_det (v1, v2, v3, p, cflag)
 Compute determinant (vector triple product) More...
 

Detailed Description

Definition at line 97 of file tools_func.F90.

Member Function/Subroutine Documentation

◆ func_det()

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)

Parameters
[in]v1First vector
[in]v2Second vector
[in]v3Third vector
[out]pDeterminant
[out]cflagConfidence flag

Definition at line 745 of file tools_func.F90.


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