SABER
tools_stripack::det Interface Reference

Public Member Functions

subroutine stripack_det (x1, y1, z1, x2, y2, z2, x0, y0, z0, output)
 Compute 3D determinant. More...
 

Detailed Description

Definition at line 59 of file tools_stripack.F90.

Member Function/Subroutine Documentation

◆ stripack_det()

subroutine tools_stripack::det::stripack_det ( real(kind_real), intent(in)  x1,
real(kind_real), intent(in)  y1,
real(kind_real), intent(in)  z1,
real(kind_real), intent(in)  x2,
real(kind_real), intent(in)  y2,
real(kind_real), intent(in)  z2,
real(kind_real), intent(in)  x0,
real(kind_real), intent(in)  y0,
real(kind_real), intent(in)  z0,
real(kind_real), intent(out)  output 
)

Compute 3D determinant.

Parameters
[in]x1X-coordinate, term 1
[in]y1Y-coordinate, term 1
[in]z1Z-coordinate, term 1
[in]x2X-coordinate, term 2
[in]y2Y-coordinate, term 2
[in]z2Z-coordinate, term 2
[in]x0X-coordinate, term 0
[in]y0Y-coordinate, term 0
[in]z0Z-coordinate, term 0
[out]outputDeterminant

Definition at line 496 of file tools_stripack.F90.


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