tensor_exponential_complex64_crs Function

public function tensor_exponential_complex64_crs(this, itr_tol, tol, x, dt, fix_idx, fix_val) result(expA_v)

Type Bound

CRS_

Arguments

Type IntentOptional Attributes Name
class(CRS_), intent(in) :: this
integer(kind=int32), intent(in) :: itr_tol
real(kind=real64), intent(in) :: tol
complex(kind=real64), intent(in) :: x(:)
real(kind=real64), intent(in), optional :: dt
integer(kind=int32), intent(in), optional :: fix_idx(:)
complex(kind=real64), intent(in), optional :: fix_val(:)

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