LanczosCRS Subroutine

public subroutine LanczosCRS(this, DiagonalVector, subDiagonalVector, V)

Type Bound

CRS_

Arguments

Type IntentOptional Attributes Name
class(CRS_), intent(in) :: this
real(kind=real64), intent(inout), allocatable :: DiagonalVector(:)
real(kind=real64), intent(inout), allocatable :: subDiagonalVector(:)
real(kind=real64), intent(inout), allocatable :: V(:,:)