![]() |
(git:b77b4be)
|
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. | |
Definition at line 89 of file dbt_tas_base.F.
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.
matrix | ... |
name | ... |
dist | ... |
row_blk_size | ... |
col_blk_size | ... |
own_dist | whether matrix should own distribution |
Definition at line 118 of file dbt_tas_base.F.
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.
matrix_in | ... |
matrix | ... |
name | ... |
Definition at line 202 of file dbt_tas_base.F.