|
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.
|
|
Definition at line 66 of file mathlib.F.
◆ 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
-
- Returns
- ...
- Date
- 13.03.2004
- Author
- MK
- Version
- 1.0
Definition at line 326 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
-
- Returns
- ...
- Date
- 13.03.2004
- Author
- MK
- Version
- 1.0
Definition at line 346 of file mathlib.F.
The documentation for this interface was generated from the following file: