![]() |
(git:d18deda)
|
Public Member Functions | |
subroutine | deallocate_dbcsr_matrix_set_1d (matrix_set) |
Deallocate a real matrix set and release all of the member matrices. | |
subroutine | deallocate_dbcsr_matrix_set_2d (matrix_set) |
Deallocate a real matrix set and release all of the member matrices. | |
subroutine | deallocate_dbcsr_matrix_set_3d (matrix_set) |
Deallocate a real matrix set and release all of the member matrices. | |
subroutine | deallocate_dbcsr_matrix_set_4d (matrix_set) |
Deallocate a real matrix set and release all of the member matrices. | |
subroutine | deallocate_dbcsr_matrix_set_5d (matrix_set) |
Deallocate a real matrix set and release all of the member matrices. | |
Definition at line 85 of file cp_dbcsr_operations.F.
subroutine cp_dbcsr_operations::dbcsr_deallocate_matrix_set::deallocate_dbcsr_matrix_set_1d | ( | type(dbcsr_p_type), dimension(:), pointer | matrix_set | ) |
Deallocate a real matrix set and release all of the member matrices.
[in,out] | matrix_set | Set containing the DBCSR matrix pointer type |
Definition at line 1426 of file cp_dbcsr_operations.F.
subroutine cp_dbcsr_operations::dbcsr_deallocate_matrix_set::deallocate_dbcsr_matrix_set_2d | ( | type(dbcsr_p_type), dimension(:, :), pointer | matrix_set | ) |
Deallocate a real matrix set and release all of the member matrices.
[in,out] | matrix_set | Set containing the DBCSR matrix pointer type |
Definition at line 1447 of file cp_dbcsr_operations.F.
subroutine cp_dbcsr_operations::dbcsr_deallocate_matrix_set::deallocate_dbcsr_matrix_set_3d | ( | type(dbcsr_p_type), dimension(:, :, :), pointer | matrix_set | ) |
Deallocate a real matrix set and release all of the member matrices.
[in,out] | matrix_set | Set containing the DBCSR matrix pointer type |
Definition at line 1469 of file cp_dbcsr_operations.F.
subroutine cp_dbcsr_operations::dbcsr_deallocate_matrix_set::deallocate_dbcsr_matrix_set_4d | ( | type(dbcsr_p_type), dimension(:, :, :, :), pointer | matrix_set | ) |
Deallocate a real matrix set and release all of the member matrices.
[in,out] | matrix_set | Set containing the DBCSR matrix pointer type |
Definition at line 1493 of file cp_dbcsr_operations.F.
subroutine cp_dbcsr_operations::dbcsr_deallocate_matrix_set::deallocate_dbcsr_matrix_set_5d | ( | type(dbcsr_p_type), dimension(:, :, :, :, :), pointer | matrix_set | ) |
Deallocate a real matrix set and release all of the member matrices.
[in,out] | matrix_set | Set containing the DBCSR matrix pointer type |
Definition at line 1519 of file cp_dbcsr_operations.F.