linalg 1.8.2
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
Loading...
Searching...
No Matches
blas::ztrsv Interface Reference

Public Member Functions

subroutine ztrsv (uplo, trans, diag, n, a, lda, x, incx)
 

Detailed Description

Definition at line 64 of file blas.f90.

Constructor & Destructor Documentation

◆ ztrsv()

subroutine blas::ztrsv::ztrsv ( character, intent(in) uplo,
character, intent(in) trans,
character, intent(in) diag,
integer(int32), intent(in) n,
complex(real64), dimension(lda,*), intent(in) a,
integer(int32), intent(in) lda,
complex(real64), dimension(*), intent(inout) x,
integer(int32), intent(in) incx )

Definition at line 64 of file blas.f90.


The documentation for this interface was generated from the following file: