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

Public Member Functions

subroutine dscal (n, da, dx, incx)
 

Detailed Description

Definition at line 72 of file blas.f90.

Constructor & Destructor Documentation

◆ dscal()

subroutine blas::dscal::dscal ( integer(int32), intent(in) n,
real(real64), intent(in) da,
real(real64), dimension(*), intent(inout) dx,
integer(int32), intent(in) incx )

Definition at line 72 of file blas.f90.


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