linalg 1.8.2
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...
Public Member Functions | |
recip_mult_array_dbl | |
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 700 of file linalg.f90.