dscal Interface

interface
public pure subroutine dscal(n, a, x, incx)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: n
real(kind=dp), intent(in) :: a
real(kind=dp), intent(inout) :: x(*)
integer, intent(in) :: incx

Description

Vector scale X = A*X.