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

Public Member Functions

subroutine zlaic1 (job, j, x, sest, w, gamma, sestpr, s, c)
 

Detailed Description

Definition at line 309 of file lapack.f90.

Constructor & Destructor Documentation

◆ zlaic1()

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.


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