KTH framework for Nek5000 toolboxes; testing version  0.0.1
dposv.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine dposv (UPLO, N, NRHS, A, LDA, B, LDB, INFO)
 

Function/Subroutine Documentation

◆ dposv()

subroutine dposv ( character  UPLO,
integer  N,
integer  NRHS,
double precision, dimension( lda, * )  A,
integer  LDA,
double precision, dimension( ldb, * )  B,
integer  LDB,
integer  INFO 
)

Definition at line 1 of file dposv.f.

References dpotrf(), dpotrs(), and xerbla().

+ Here is the call graph for this function: