CP2K 2.4 (Revision 12889)
Private Member Functions

dbcsr_io::dbcsr_printmat Interface Reference

List of all members.

Private Member Functions

subroutine printmat_s (matrix, rows, cols, iunit, title, tr)
 Prints the elements of a matrix.
subroutine printmat_d (matrix, rows, cols, iunit, title, tr)
subroutine printmat_c (matrix, rows, cols, iunit, title, tr)
subroutine printmat_z (matrix, rows, cols, iunit, title, tr)
subroutine printmat_s_2d (matrix, title, iunit, tr)
subroutine printmat_d_2d (matrix, title, iunit, tr)
subroutine printmat_c_2d (matrix, title, iunit, tr)
subroutine printmat_z_2d (matrix, title, iunit, tr)

Detailed Description

Definition at line 67 of file dbcsr_io.f90.


Member Function Documentation

subroutine dbcsr_io::dbcsr_printmat::printmat_c ( COMPLEX(KIND=real_4),dimension(:),intent(in)  matrix,
INTEGER,intent(in)  rows,
INTEGER,intent(in)  cols,
INTEGER,intent(in)  iunit,
CHARACTER(*),intent(in),optional  title,
LOGICAL,intent(in),optional  tr 
) [private]

Definition at line 561 of file dbcsr_io.f90.

subroutine dbcsr_io::dbcsr_printmat::printmat_c_2d ( COMPLEX(KIND=real_4),dimension(:, :),intent(in)  matrix,
CHARACTER(*),intent(in),optional  title,
INTEGER  iunit,
LOGICAL,intent(in),optional  tr 
) [private]

Definition at line 583 of file dbcsr_io.f90.

subroutine dbcsr_io::dbcsr_printmat::printmat_d ( REAL(KIND=real_8),dimension(:),intent(in)  matrix,
INTEGER,intent(in)  rows,
INTEGER,intent(in)  cols,
INTEGER,intent(in)  iunit,
CHARACTER(*),intent(in),optional  title,
LOGICAL,intent(in),optional  tr 
) [private]

Definition at line 525 of file dbcsr_io.f90.

subroutine dbcsr_io::dbcsr_printmat::printmat_d_2d ( REAL(KIND=real_8),dimension(:, :),intent(in)  matrix,
CHARACTER(*),intent(in),optional  title,
INTEGER  iunit,
LOGICAL,intent(in),optional  tr 
) [private]

Definition at line 547 of file dbcsr_io.f90.

subroutine dbcsr_io::dbcsr_printmat::printmat_s ( REAL(KIND=real_4),dimension(:),intent(in)  matrix,
INTEGER,intent(in)  rows,
INTEGER,intent(in)  cols,
INTEGER,intent(in)  iunit,
CHARACTER(*),intent(in),optional  title,
LOGICAL,intent(in),optional  tr 
) [private]

Prints the elements of a matrix.

Parameters:
[in]rows,columnsis the logical (possibly detransposed) matrix size, not the stored size.
[in]tr(optional) specifies whether the elements are stored transposed

Definition at line 466 of file dbcsr_io.f90.

subroutine dbcsr_io::dbcsr_printmat::printmat_s_2d ( REAL(KIND=real_4),dimension(:, :),intent(in)  matrix,
CHARACTER(*),intent(in),optional  title,
INTEGER  iunit,
LOGICAL,intent(in),optional  tr 
) [private]

Definition at line 511 of file dbcsr_io.f90.

subroutine dbcsr_io::dbcsr_printmat::printmat_z ( COMPLEX(KIND=real_8),dimension(:),intent(in)  matrix,
INTEGER,intent(in)  rows,
INTEGER,intent(in)  cols,
INTEGER,intent(in)  iunit,
CHARACTER(*),intent(in),optional  title,
LOGICAL,intent(in),optional  tr 
) [private]

Definition at line 596 of file dbcsr_io.f90.

subroutine dbcsr_io::dbcsr_printmat::printmat_z_2d ( COMPLEX(KIND=real_8),dimension(:, :),intent(in)  matrix,
CHARACTER(*),intent(in),optional  title,
INTEGER  iunit,
LOGICAL,intent(in),optional  tr 
) [private]

Definition at line 618 of file dbcsr_io.f90.


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