(git:c5411e0)
Loading...
Searching...
No Matches
cp_cfm_types::cp_cfm_type Type Reference

Represent a complex full matrix. More...

Data Fields

character(len=60) name = ""
 
type(cp_fm_struct_type), pointer matrix_struct => NULL()
 
complex(kind=dp), dimension(:, :), pointer, contiguous local_data => NULL()
 

Detailed Description

Represent a complex 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 content depends on the matrix type used: in parallel run it will be in ScaLAPACK format, in sequential run it will simply contain the matrix)

Definition at line 68 of file cp_cfm_types.F.

Field Documentation

◆ name

character(len=60) cp_cfm_types::cp_cfm_type::name = ""

Definition at line 69 of file cp_cfm_types.F.

◆ matrix_struct

type(cp_fm_struct_type), pointer cp_cfm_types::cp_cfm_type::matrix_struct => NULL()

Definition at line 70 of file cp_cfm_types.F.

◆ local_data

complex(kind=dp), dimension(:, :), pointer, contiguous cp_cfm_types::cp_cfm_type::local_data => NULL()

Definition at line 71 of file cp_cfm_types.F.


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