(git:c5411e0)
Loading...
Searching...
No Matches
dbt_tas_base::dbt_tas_reserve_blocks Interface Reference

Public Member Functions

subroutine dbt_tas_reserve_blocks_template (matrix_in, matrix_out)
 Make sure that matrix_out has same blocks reserved as matrix_in. This assumes that both matrices have same number of block rows and block columns.
 
subroutine dbt_tas_reserve_blocks_index (matrix, rows, columns)
 As dbm_reserve_blocks.
 

Detailed Description

Definition at line 94 of file dbt_tas_base.F.

Member Function/Subroutine Documentation

◆ dbt_tas_reserve_blocks_template()

subroutine dbt_tas_base::dbt_tas_reserve_blocks::dbt_tas_reserve_blocks_template ( type(dbt_tas_type), intent(in)  matrix_in,
type(dbt_tas_type), intent(inout)  matrix_out 
)

Make sure that matrix_out has same blocks reserved as matrix_in. This assumes that both matrices have same number of block rows and block columns.

Parameters
matrix_in...
matrix_out...
Author
Patrick Seewald

Definition at line 292 of file dbt_tas_base.F.

Here is the call graph for this function:

◆ dbt_tas_reserve_blocks_index()

subroutine dbt_tas_base::dbt_tas_reserve_blocks::dbt_tas_reserve_blocks_index ( type(dbt_tas_type), intent(inout)  matrix,
integer(kind=int_8), dimension(:), intent(in)  rows,
integer(kind=int_8), dimension(:), intent(in)  columns 
)

As dbm_reserve_blocks.

Parameters
matrix...
rows...
columns...
Author
Patrick Seewald

Definition at line 746 of file dbt_tas_base.F.

Here is the call graph for this function:

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