|
linalg 1.8.2
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
|
Public Member Functions | |
| subroutine | zscal (n, za, zx, incx) |
| subroutine blas::zscal::zscal | ( | integer(int32), intent(in) | n, |
| complex(real64), intent(in) | za, | ||
| complex(real64), dimension(*), intent(inout) | zx, | ||
| integer(int32), intent(in) | incx ) |