Eigenvalue SoLvers for Petaflop-Applications (ELPA) 2024.05.001
Loading...
Searching...
No Matches
Functions/Subroutines
transform_columns_template.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine transform_columns_PRECISION (obj, col1, col2, na, tmp, l_rqs, l_rqe, q, ldq, matrixcols, l_rows, mpi_comm_cols, p_col, l_col, qtrans)
 

Function/Subroutine Documentation

◆ transform_columns_PRECISION()

subroutine transform_columns_PRECISION ( class(elpa_abstract_impl_t), intent(inout) obj,
integer(kind=ik) col1,
integer(kind=ik) col2,
integer(kind=ik), intent(in) na,
real(kind=real_datatype), dimension(na) tmp,
integer(kind=ik), intent(in) l_rqs,
integer(kind=ik), intent(in) l_rqe,
real(kind=real_datatype), dimension(ldq,matrixcols), intent(inout) q,
integer(kind=ik), intent(in) ldq,
integer(kind=ik), intent(in) matrixcols,
integer(kind=ik), intent(in) l_rows,
integer(kind=ik), intent(in) mpi_comm_cols,
integer(kind=ik), dimension(na), intent(in) p_col,
integer(kind=ik), dimension(na), intent(in) l_col,
real(kind=real_datatype), dimension(2,2), intent(in) qtrans )