print_ev_sol Subroutine

public subroutine print_ev_sol(v, e, m, n, ldv)

Uses

  • proc~~print_ev_sol~~UsesGraph proc~print_ev_sol print_ev_sol module~io_constants io_constants proc~print_ev_sol->module~io_constants

@brief Print the solution of the eigenvalue problem @param[in] v matrix of eigenvectors, v(ldv,m) @param[in] e array of eigenvectors, e(m) @param[in] m dimension of column space @param[in] n dimension of row space @param[in] ldv leading dimension of V

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: v(ldv,m)
real(kind=dp), intent(in) :: e(m)
integer, intent(in) :: m
integer, intent(in) :: n
integer, intent(in) :: ldv