dbcsr_t_create_matrix Subroutine

private subroutine dbcsr_t_create_matrix(matrix_in, tensor, order, name)

Create 2-rank tensor from matrix.

Arguments

Type IntentOptional Attributes Name
type(dbcsr_type), intent(in) :: matrix_in
type(dbcsr_t_type), intent(out) :: tensor
integer, intent(in), optional, DIMENSION(2) :: order
character(len=*), intent(in), optional :: name