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

Public Member Functions

subroutine dbt_tas_create_new (matrix, name, dist, row_blk_size, col_blk_size, own_dist)
 Create new tall-and-skinny matrix. Exactly like dbt_create_new but with custom types for row_blk_size and col_blk_size instead of arrays.
 
subroutine dbt_tas_create_template (matrix_in, matrix, name)
 Create matrix from template.
 

Detailed Description

Definition at line 89 of file dbt_tas_base.F.

Member Function/Subroutine Documentation

◆ dbt_tas_create_new()

subroutine dbt_tas_base::dbt_tas_create::dbt_tas_create_new ( type(dbt_tas_type), intent(out)  matrix,
character(len=*), intent(in)  name,
type(dbt_tas_distribution_type), intent(inout)  dist,
class(dbt_tas_rowcol_data), intent(in)  row_blk_size,
class(dbt_tas_rowcol_data), intent(in)  col_blk_size,
logical, intent(in), optional  own_dist 
)

Create new tall-and-skinny matrix. Exactly like dbt_create_new but with custom types for row_blk_size and col_blk_size instead of arrays.

Parameters
matrix...
name...
dist...
row_blk_size...
col_blk_size...
own_distwhether matrix should own distribution
Author
Patrick Seewald

Definition at line 118 of file dbt_tas_base.F.

Here is the call graph for this function:

◆ dbt_tas_create_template()

subroutine dbt_tas_base::dbt_tas_create::dbt_tas_create_template ( type(dbt_tas_type), intent(inout)  matrix_in,
type(dbt_tas_type), intent(out)  matrix,
character(len=*), intent(in), optional  name 
)

Create matrix from template.

Parameters
matrix_in...
matrix...
name...
Author
Patrick Seewald

Definition at line 202 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: