CP2K 2.4 (Revision 12889)
Private Member Functions

mathlib::det_3x3 Interface Reference

List of all members.

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.

Detailed Description

Definition at line 63 of file mathlib.f90.


Member Function Documentation

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.

Author:
MK
Date:
13.03.2004
Version:
1.0

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.

Author:
MK
Date:
13.03.2004
Version:
1.0

Definition at line 199 of file mathlib.f90.


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