symmetrize_matrices Subroutine

public subroutine symmetrize_matrices(a, lda, nmtx)

Uses

  • proc~~symmetrize_matrices~~UsesGraph proc~symmetrize_matrices symmetrize_matrices module~mathlib mathlib proc~symmetrize_matrices->module~mathlib module~oqp_linalg oqp_linalg module~mathlib->module~oqp_linalg module~precision precision module~mathlib->module~precision module~blas_wrap blas_wrap module~oqp_linalg->module~blas_wrap module~lapack_wrap lapack_wrap module~oqp_linalg->module~lapack_wrap iso_fortran_env iso_fortran_env module~precision->iso_fortran_env module~blas_wrap->module~precision module~mathlib_types mathlib_types module~blas_wrap->module~mathlib_types module~messages messages module~blas_wrap->module~messages module~lapack_wrap->module~precision module~lapack_wrap->module~mathlib_types module~lapack_wrap->module~messages module~messages->module~precision comm_IOFILE comm_IOFILE module~messages->comm_IOFILE comm_PAR comm_PAR module~messages->comm_PAR module~io_constants io_constants module~messages->module~io_constants

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(inout) :: a(lda,lda,*)
integer, intent(in) :: lda
integer, intent(in) :: nmtx

Calls

proc~~symmetrize_matrices~~CallsGraph proc~symmetrize_matrices symmetrize_matrices proc~symmetrize_matrix symmetrize_matrix proc~symmetrize_matrices->proc~symmetrize_matrix

Called by

proc~~symmetrize_matrices~~CalledByGraph proc~symmetrize_matrices symmetrize_matrices proc~int2_rpagrd_data_t_parallel_stop int2_rpagrd_data_t%int2_rpagrd_data_t_parallel_stop proc~int2_rpagrd_data_t_parallel_stop->proc~symmetrize_matrices