dbcsr_tas_convert_to_tas Subroutine

public subroutine dbcsr_tas_convert_to_tas(info, matrix_rect, matrix_dbcsr)

Converts a DBCSR matrix into the tall-and-skinny matrix type.

Arguments

Type IntentOptional Attributes Name
type(dbcsr_tas_split_info), intent(in) :: info

Strategy of how to split process grid

type(dbcsr_tas_type), intent(out) :: matrix_rect
type(dbcsr_type), intent(in) :: matrix_dbcsr