BICGSTAB_CRSSparse Subroutine

public subroutine BICGSTAB_CRSSparse(this, x, b, debug, tol)

Type Bound

CRS_

Arguments

Type IntentOptional Attributes Name
class(CRS_), intent(inout) :: this
real(kind=real64), intent(inout), allocatable :: x(:)
real(kind=real64), intent(in) :: b(:)
logical, intent(in), optional :: debug
real(kind=real64), intent(in), optional :: tol