linalg 1.6.1
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
|
Multiplies a vector by the reciprocal of a real scalar. More...
Multiplies a vector by the reciprocal of a real scalar.
[in] | a | The scalar which is used to divide each component of X . The value must be >= 0, or the subroutine will divide by zero. |
[in,out] | x | The vector. |
Definition at line 435 of file linalg_core.f90.