tensor_wave_kernel_RHS_complex_64_crs Function

public function tensor_wave_kernel_RHS_complex_64_crs(this, RHS, t, tol, itrmax, fix_idx, debug) result(u)

Type Bound

CRS_

Arguments

Type IntentOptional Attributes Name
class(CRS_), intent(in) :: this
complex(kind=real64), intent(in) :: RHS(:)
real(kind=real64), intent(in) :: t
real(kind=real64), intent(in), optional :: tol
integer(kind=int32), intent(in), optional :: itrmax
integer(kind=int32), intent(in), optional :: fix_idx(:)
logical, intent(in), optional :: debug

Return Value complex(kind=real64), allocatable, (:)