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::dlaic1 Interface Reference

Public Member Functions

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

Detailed Description

Definition at line 302 of file lapack.f90.

Constructor & Destructor Documentation

◆ dlaic1()

subroutine lapack::dlaic1::dlaic1 ( integer(int32), intent(in) job,
integer(int32), intent(in) j,
real(real64), dimension(j), intent(in) x,
real(real64), intent(in) sest,
real(real64), dimension(j), intent(in) w,
real(real64), intent(in) gamma,
real(real64), intent(out) sestpr,
real(real64), intent(out) s,
real(real64), intent(out) c )

Definition at line 302 of file lapack.f90.


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