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

Public Member Functions

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

Detailed Description

Definition at line 229 of file blas.f90.

Member Function/Subroutine Documentation

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

Definition at line 230 of file blas.f90.