Skip to content

Commit

Permalink
differentiate doc in procedures page
Browse files Browse the repository at this point in the history
  • Loading branch information
RMeli committed Jul 10, 2024
1 parent f271986 commit 784e21f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dlaf_fortran.f90
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,7 @@ end subroutine dlaf_pssygvd
subroutine dlaf_pssygvd_factorized(uplo, n, a, ia, ja, desca, b, ib, jb, descb, w, z, iz, jz, descz, info)
!! Generalized eigensolver for a distributed symmetric-definite eigenproblem of the form
!! \[\mathbf{A}\mathbf{x} = \lambda\mathbf{B}\mathbf{x}\]
!! where \[\mathbf{B}\] is the result of a Cholesky factorization.
!!
!! @note
!! The input matrix and the matrix of eigenvectors are assumed to be distributed in host memory.
Expand Down

0 comments on commit 784e21f

Please sign in to comment.