LAPACK_EIG_SPARSE Subroutine

public subroutine LAPACK_EIG_SPARSE(A, B, x, lambda, debug)

INPUT INPUT/OUTPUT INPUT OUTPUT

Arguments

Type IntentOptional Attributes Name
type(CRS_), intent(in) :: A
type(CRS_), intent(in) :: B
real(kind=real64), intent(inout), allocatable :: x(:,:)
real(kind=real64), intent(inout), allocatable :: lambda(:)
logical, intent(in), optional :: debug