fortran-lapack
Loading...
Searching...
No Matches
la_lapack::rscl Interface Reference

RSCL: multiplies an n-element real vector x by the real scalar 1/a. This is done without overflow or underflow as long as the final result x/a does not overflow or underflow. More...

Public Member Functions

pure subroutine drscl (n, sa, sx, incx)
 
 la_drscl
 
 la_qrscl
 
pure subroutine srscl (n, sa, sx, incx)
 
 la_srscl
 

Detailed Description

RSCL: multiplies an n-element real vector x by the real scalar 1/a. This is done without overflow or underflow as long as the final result x/a does not overflow or underflow.

Member Function/Subroutine Documentation

◆ drscl()

pure subroutine la_lapack::rscl::drscl ( integer(ilp), intent(in)  n,
real(dp), intent(in)  sa,
real(dp), dimension(*), intent(inout)  sx,
integer(ilp), intent(in)  incx 
)

◆ la_drscl()

la_lapack::rscl::la_drscl

◆ la_qrscl()

la_lapack::rscl::la_qrscl

◆ la_srscl()

la_lapack::rscl::la_srscl

◆ srscl()

pure subroutine la_lapack::rscl::srscl ( integer(ilp), intent(in)  n,
real(sp), intent(in)  sa,
real(sp), dimension(*), intent(inout)  sx,
integer(ilp), intent(in)  incx 
)

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