linalg 1.8.2
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
Loading...
Searching...
No Matches
linalg::recip_mult_array Interface Reference

Multiplies a vector by the reciprocal of a real scalar. More...

Public Member Functions

 recip_mult_array_dbl
 

Detailed Description

Multiplies a vector by the reciprocal of a real scalar.

Syntax
subroutine recip_mult_array(real(real64) a, real(real64) x(:))
Parameters
[in]aThe scalar which is used to divide each component of X. The value must be >= 0, or the subroutine will divide by zero.
[in,out]xThe vector.
Notes
This routine is based upon the LAPACK routine DRSCL.

Definition at line 700 of file linalg.f90.


The documentation for this interface was generated from the following file: