dbcsr_tas_convert_to_dbcsr Subroutine

public subroutine dbcsr_tas_convert_to_dbcsr(matrix_rect, matrix_dbcsr)

Convert a tall-and-skinny matrix into a normal DBCSR matrix. This is not recommended for matrices with a very large dimension.

Arguments

Type IntentOptional Attributes Name
type(dbcsr_tas_type), intent(in) :: matrix_rect
type(dbcsr_type), intent(out) :: matrix_dbcsr