(git:c5411e0)
Loading...
Searching...
No Matches
cp_cfm_types::cp_cfm_to_cfm Interface Reference

Public Member Functions

subroutine cp_cfm_to_cfm_matrix (source, destination)
 Copy content of a full matrix into another full matrix of the same size.
 
subroutine cp_cfm_to_cfm_columns (msource, mtarget, ncol, source_start, target_start)
 Copy a number of sequential columns of a full matrix into another full matrix.
 

Detailed Description

Definition at line 55 of file cp_cfm_types.F.

Member Function/Subroutine Documentation

◆ cp_cfm_to_cfm_matrix()

subroutine cp_cfm_types::cp_cfm_to_cfm::cp_cfm_to_cfm_matrix ( type(cp_cfm_type), intent(in)  source,
type(cp_cfm_type), intent(in)  destination 
)

Copy content of a full matrix into another full matrix of the same size.

Parameters
sourcesource matrix
destinationdestination matrix
Author
Joost VandeVondele

Definition at line 636 of file cp_cfm_types.F.

Here is the call graph for this function:

◆ cp_cfm_to_cfm_columns()

subroutine cp_cfm_types::cp_cfm_to_cfm::cp_cfm_to_cfm_columns ( type(cp_cfm_type), intent(in)  msource,
type(cp_cfm_type), intent(in)  mtarget,
integer, intent(in)  ncol,
integer, intent(in), optional  source_start,
integer, intent(in), optional  target_start 
)

Copy a number of sequential columns of a full matrix into another full matrix.

Parameters
msourcesource matrix
mtargetdestination matrix
ncolnumber of columns to copy
source_startglobal index of the first column to copy within the source matrix
target_startglobal index of the first column to copy within the destination matrix

Definition at line 675 of file cp_cfm_types.F.


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