(git:c5411e0)
Loading...
Searching...
No Matches
cp_fm_types::cp_fm_to_fm Interface Reference

Public Member Functions

subroutine cp_fm_to_fm_matrix (source, destination)
 copy one identically sized matrix in the other
 
subroutine cp_fm_to_fm_columns (msource, mtarget, ncol, source_start, target_start)
 copy just a subset of columns of a fm to a fm
 

Detailed Description

Definition at line 85 of file cp_fm_types.F.

Member Function/Subroutine Documentation

◆ cp_fm_to_fm_matrix()

subroutine cp_fm_types::cp_fm_to_fm::cp_fm_to_fm_matrix ( type(cp_fm_type), intent(in)  source,
type(cp_fm_type), intent(in)  destination 
)

copy one identically sized matrix in the other

Parameters
source...
destination...
Note
see also cp_fm_to_fm_columns

Definition at line 1311 of file cp_fm_types.F.

Here is the call graph for this function:

◆ cp_fm_to_fm_columns()

subroutine cp_fm_types::cp_fm_to_fm::cp_fm_to_fm_columns ( type(cp_fm_type), intent(in)  msource,
type(cp_fm_type), intent(in)  mtarget,
integer, intent(in)  ncol,
integer, intent(in), optional  source_start,
integer, intent(in), optional  target_start 
)

copy just a subset of columns of a fm to a fm

Parameters
msource...
mtarget...
ncol...
source_start...
target_start...

Definition at line 1378 of file cp_fm_types.F.


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