tensor_sqrt_crs Function

public function tensor_sqrt_crs(this, v, tol, itrmax, binomial, r) result(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
integer(kind=int32), intent(in) :: itrmax
logical, intent(in), optional :: binomial
real(kind=real64), intent(in), optional :: r

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