![]() |
(git:d18deda)
|
Public Member Functions | |
subroutine | allocate_dbcsr_matrix_set_1d (matrix_set, nmatrix) |
Allocate and initialize a real matrix 1-dimensional set. | |
subroutine | allocate_dbcsr_matrix_set_2d (matrix_set, nmatrix, mmatrix) |
Allocate and initialize a real matrix 2-dimensional set. | |
subroutine | allocate_dbcsr_matrix_set_3d (matrix_set, nmatrix, mmatrix, pmatrix) |
Allocate and initialize a real matrix 3-dimensional set. | |
subroutine | allocate_dbcsr_matrix_set_4d (matrix_set, nmatrix, mmatrix, pmatrix, qmatrix) |
Allocate and initialize a real matrix 4-dimensional set. | |
subroutine | allocate_dbcsr_matrix_set_5d (matrix_set, nmatrix, mmatrix, pmatrix, qmatrix, smatrix) |
Allocate and initialize a real matrix 5-dimensional set. | |
Definition at line 77 of file cp_dbcsr_operations.F.
subroutine cp_dbcsr_operations::dbcsr_allocate_matrix_set::allocate_dbcsr_matrix_set_1d | ( | type(dbcsr_p_type), dimension(:), pointer | matrix_set, |
integer, intent(in) | nmatrix | ||
) |
Allocate and initialize a real matrix 1-dimensional set.
[in,out] | matrix_set | Set containing the DBCSR matrices |
[in] | nmatrix | Size of set |
Definition at line 1294 of file cp_dbcsr_operations.F.
subroutine cp_dbcsr_operations::dbcsr_allocate_matrix_set::allocate_dbcsr_matrix_set_2d | ( | type(dbcsr_p_type), dimension(:, :), pointer | matrix_set, |
integer, intent(in) | nmatrix, | ||
integer, intent(in) | mmatrix | ||
) |
Allocate and initialize a real matrix 2-dimensional set.
[in,out] | matrix_set | Set containing the DBCSR matrix pointer type |
[in] | nmatrix | Size of set |
mmatrix | ... |
Definition at line 1315 of file cp_dbcsr_operations.F.
subroutine cp_dbcsr_operations::dbcsr_allocate_matrix_set::allocate_dbcsr_matrix_set_3d | ( | type(dbcsr_p_type), dimension(:, :, :), pointer | matrix_set, |
integer, intent(in) | nmatrix, | ||
integer, intent(in) | mmatrix, | ||
integer, intent(in) | pmatrix | ||
) |
Allocate and initialize a real matrix 3-dimensional set.
[in,out] | matrix_set | Set containing the DBCSR matrix pointer type |
[in] | nmatrix | Size of set |
mmatrix | ... | |
pmatrix | ... |
Definition at line 1339 of file cp_dbcsr_operations.F.
subroutine cp_dbcsr_operations::dbcsr_allocate_matrix_set::allocate_dbcsr_matrix_set_4d | ( | type(dbcsr_p_type), dimension(:, :, :, :), pointer | matrix_set, |
integer, intent(in) | nmatrix, | ||
integer, intent(in) | mmatrix, | ||
integer, intent(in) | pmatrix, | ||
integer, intent(in) | qmatrix | ||
) |
Allocate and initialize a real matrix 4-dimensional set.
[in,out] | matrix_set | Set containing the DBCSR matrix pointer type |
[in] | nmatrix | Size of set |
mmatrix | ... | |
pmatrix | ... | |
qmatrix | ... |
Definition at line 1366 of file cp_dbcsr_operations.F.
subroutine cp_dbcsr_operations::dbcsr_allocate_matrix_set::allocate_dbcsr_matrix_set_5d | ( | type(dbcsr_p_type), dimension(:, :, :, :, :), pointer | matrix_set, |
integer, intent(in) | nmatrix, | ||
integer, intent(in) | mmatrix, | ||
integer, intent(in) | pmatrix, | ||
integer, intent(in) | qmatrix, | ||
integer, intent(in) | smatrix | ||
) |
Allocate and initialize a real matrix 5-dimensional set.
[in,out] | matrix_set | Set containing the DBCSR matrix pointer type |
[in] | nmatrix | Size of set |
mmatrix | ... | |
pmatrix | ... | |
qmatrix | ... | |
smatrix | ... |
Definition at line 1396 of file cp_dbcsr_operations.F.