|
CP2K 2.4 (Revision 12889)
|
Private Member Functions | |
| REAL(KIND=dp) | det_3x3_1 (a) |
| Returns the determinante of the 3x3 matrix a. | |
| REAL(KIND=dp) | det_3x3_2 (a1, a2, a3) |
| Returns the determinante of the 3x3 matrix a given by its columns. | |
Definition at line 63 of file mathlib.f90.
| REAL(KIND=dp) mathlib::det_3x3::det_3x3_1 | ( | REAL(KIND=dp),dimension(3, 3),intent(in) | a | ) | [private] |
Returns the determinante of the 3x3 matrix a.
Definition at line 182 of file mathlib.f90.
| REAL(KIND=dp) 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 | ||
| ) | [private] |
Returns the determinante of the 3x3 matrix a given by its columns.
Definition at line 199 of file mathlib.f90.
1.7.3