(git:34ef472)
cp_dbcsr_operations::dbcsr_deallocate_matrix_set Interface Reference

Public Member Functions

subroutine deallocate_dbcsr_matrix_set_1d (matrix_set)
 Deallocate a real matrix set and release all of the member matrices. More...
 
subroutine deallocate_dbcsr_matrix_set_2d (matrix_set)
 Deallocate a real matrix set and release all of the member matrices. More...
 
subroutine deallocate_dbcsr_matrix_set_3d (matrix_set)
 Deallocate a real matrix set and release all of the member matrices. More...
 
subroutine deallocate_dbcsr_matrix_set_4d (matrix_set)
 Deallocate a real matrix set and release all of the member matrices. More...
 
subroutine deallocate_dbcsr_matrix_set_5d (matrix_set)
 Deallocate a real matrix set and release all of the member matrices. More...
 

Detailed Description

Definition at line 89 of file cp_dbcsr_operations.F.

Member Function/Subroutine Documentation

◆ deallocate_dbcsr_matrix_set_1d()

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.

Parameters
[in,out]matrix_setSet containing the DBCSR matrix pointer type
History
2009-08-17 Adapted from sparse_matrix_type for DBCSR

Definition at line 1622 of file cp_dbcsr_operations.F.

◆ deallocate_dbcsr_matrix_set_2d()

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.

Parameters
[in,out]matrix_setSet containing the DBCSR matrix pointer type
History
2009-08-17 Adapted from sparse_matrix_type for DBCSR

Definition at line 1643 of file cp_dbcsr_operations.F.

◆ deallocate_dbcsr_matrix_set_3d()

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.

Parameters
[in,out]matrix_setSet containing the DBCSR matrix pointer type
History
2009-08-17 Adapted from sparse_matrix_type for DBCSR

Definition at line 1665 of file cp_dbcsr_operations.F.

◆ deallocate_dbcsr_matrix_set_4d()

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.

Parameters
[in,out]matrix_setSet containing the DBCSR matrix pointer type
History
2009-08-17 Adapted from sparse_matrix_type for DBCSR

Definition at line 1689 of file cp_dbcsr_operations.F.

◆ deallocate_dbcsr_matrix_set_5d()

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.

Parameters
[in,out]matrix_setSet containing the DBCSR matrix pointer type
History
2009-08-17 Adapted from sparse_matrix_type for DBCSR

Definition at line 1715 of file cp_dbcsr_operations.F.


The documentation for this interface was generated from the following file: