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

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

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 435 of file linalg_core.f90.


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