(git:c5411e0)
Loading...
Searching...
No Matches
mathlib::det_3x3 Interface Reference

Public Member Functions

pure real(kind=dp) function det_3x3_1 (a)
 Returns the determinante of the 3x3 matrix a.
 
pure real(kind=dp) function det_3x3_2 (a1, a2, a3)
 Returns the determinante of the 3x3 matrix a given by its columns.
 

Detailed Description

Definition at line 65 of file mathlib.F.

Member Function/Subroutine Documentation

◆ det_3x3_1()

pure real(kind=dp) function mathlib::det_3x3::det_3x3_1 ( real(kind=dp), dimension(3, 3), intent(in)  a)

Returns the determinante of the 3x3 matrix a.

Parameters
a...
Returns
...
Date
13.03.2004
Author
MK
Version
1.0

Definition at line 325 of file mathlib.F.

◆ det_3x3_2()

pure real(kind=dp) function mathlib::det_3x3::det_3x3_2 ( real(kind=dp), dimension(3), intent(in)  a1,
real(kind=dp), dimension(3), intent(in)  a2,
real(kind=dp), dimension(3), intent(in)  a3 
)

Returns the determinante of the 3x3 matrix a given by its columns.

Parameters
a1...
a2...
a3...
Returns
...
Date
13.03.2004
Author
MK
Version
1.0

Definition at line 345 of file mathlib.F.


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