tensor_exp_sqrt_crs Function

public function tensor_exp_sqrt_crs(this, v, tol, coeff, itrmax, binomial) result(exp_sqrtA_v)

Type Bound

CRS_

Arguments

Type IntentOptional Attributes Name
class(CRS_), intent(in) :: this
real(kind=real64), intent(in) :: v(:)
real(kind=real64), intent(in) :: tol
complex(kind=real64), intent(in), optional :: coeff
integer(kind=int32), intent(in) :: itrmax
logical, intent(in), optional :: binomial

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