stdlib_csrscl Interface

interface
public pure module subroutine stdlib_csrscl(n, sa, sx, incx)

Arguments

Type IntentOptional Attributes Name
integer(kind=ilp), intent(in) :: n
real(kind=sp), intent(in) :: sa
complex(kind=sp), intent(inout) :: sx(*)
integer(kind=ilp), intent(in) :: incx