linalg 1.8.2
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
|
Public Member Functions | |
subroutine | zlaic1 (job, j, x, sest, w, gamma, sestpr, s, c) |
Definition at line 309 of file lapack.f90.
subroutine lapack::zlaic1::zlaic1 | ( | integer(int32), intent(in) | job, |
integer(int32), intent(in) | j, | ||
complex(real64), dimension(j), intent(in) | x, | ||
real(real64), intent(in) | sest, | ||
complex(real64), dimension(j), intent(in) | w, | ||
complex(real64), intent(in) | gamma, | ||
real(real64), intent(out) | sestpr, | ||
complex(real64), intent(out) | s, | ||
complex(real64), intent(out) | c ) |
Definition at line 309 of file lapack.f90.