dlaic1 Interface

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

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: job
integer, intent(in) :: j
real(kind=dp), intent(in) :: x(j)
real(kind=dp), intent(in) :: sest
real(kind=dp), intent(in) :: w(j)
real(kind=dp), intent(in) :: gamma
real(kind=dp), intent(out) :: sestpr
real(kind=dp), intent(out) :: s
real(kind=dp), intent(out) :: c

Description

Apply one step of incremental condition estimation.