(git:c5411e0)
Loading...
Searching...
No Matches
cp_fm_types::cp_fm_type Type Reference

represent a full matrix More...

Data Fields

character(len=60) name = ""
 
logical use_sp = .FALSE.
 
type(cp_fm_struct_type), pointer matrix_struct => NULL()
 
real(kind=dp), dimension(:, :), pointer, contiguous local_data => NULL()
 
real(kind=sp), dimension(:, :), pointer, contiguous local_data_sp => NULL()
 

Detailed Description

represent a full matrix

Parameters
namethe name of the matrix, used for printing
matrix_structstructure of this matrix
local_dataarray with the data of the matrix (its contents depend on the matrix type used: in parallel runs it will be in scalapack format, in sequential, it will simply contain the matrix)
History
08.2002 created [fawzi]
Author
fawzi

Definition at line 116 of file cp_fm_types.F.

Field Documentation

◆ name

character(len=60) cp_fm_types::cp_fm_type::name = ""

Definition at line 118 of file cp_fm_types.F.

◆ use_sp

logical cp_fm_types::cp_fm_type::use_sp = .FALSE.

Definition at line 119 of file cp_fm_types.F.

◆ matrix_struct

type(cp_fm_struct_type), pointer cp_fm_types::cp_fm_type::matrix_struct => NULL()

Definition at line 120 of file cp_fm_types.F.

◆ local_data

real(kind=dp), dimension(:, :), pointer, contiguous cp_fm_types::cp_fm_type::local_data => NULL()

Definition at line 121 of file cp_fm_types.F.

◆ local_data_sp

real(kind=sp), dimension(:, :), pointer, contiguous cp_fm_types::cp_fm_type::local_data_sp => NULL()

Definition at line 122 of file cp_fm_types.F.


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