odrpack
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
dscal
Interface
FreeBSD Documentation License
78 statements
Source File
blas_interfaces.f90
blas_interfaces
dscal
Contents
None
interface
public pure subroutine dscal(n, a, x, incx)
Arguments
Type
Intent
Optional
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
.