LAPACK 3.3.1
Linear Algebra PACKage

LIN/dlahilb.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine DLAHILB (N, NRHS, A, LDA, X, LDX, B, LDB, WORK, INFO)

Function Documentation

subroutine DLAHILB ( INTEGER  N,
INTEGER  NRHS,
DOUBLE PRECISION,dimension(lda, n)  A,
INTEGER  LDA,
DOUBLE PRECISION,dimension(ldx, nrhs)  X,
INTEGER  LDX,
DOUBLE PRECISION,dimension(ldb, nrhs)  B,
INTEGER  LDB,
DOUBLE PRECISION,dimension(n)  WORK,
INTEGER  INFO 
)

Definition at line 1 of file LIN/dlahilb.f.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Files Functions