![]() |
(git:71c3ab0)
|
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 1412 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 1433 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 1455 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 1479 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 1505 of file cp_dbcsr_operations.F.