OpenCMISS-Iron Internal API Documentation
blas::DTRSV Interface Reference

Public Member Functions

subroutine dtrsv (UPLO, TRANS, DIAG, N, A, LDA, X, INCX)
 

Detailed Description

Definition at line 238 of file blas.f90.

Member Function/Subroutine Documentation

subroutine blas::DTRSV::dtrsv ( character(len=1), intent(in)  UPLO,
character(len=1), intent(in)  TRANS,
character(len=1), intent(in)  DIAG,
integer(intg), intent(in)  N,
real(dp), dimension(lda, *), intent(in)  A,
integer(intg), intent(in)  LDA,
real(dp), dimension(*), intent(in)  X,
integer(intg), intent(in)  INCX 
)

Definition at line 239 of file blas.f90.