Procedures

ProcedureLocationProcedure TypeDescription
caxpycompatible.f90Subroutine

\brief \b CAXPY \par Purpose:

Read more…
caxpyM_blasSubroutine

November 2017

Read more…
CCOPYcompatible.f90Subroutine

\brief \b CCOPY \par Purpose:

Read more…
ccopyM_blasSubroutine

date:November 2017

Read more…
CDOTCcompatible.f90Function

\brief \b CDOTC \par Purpose:

Read more…
cdotcM_blasFunction

CDOTC forms the dot product of two complex vectors

Read more…
CDOTUcompatible.f90Function

\brief \b CDOTU \par Purpose:

Read more…
cdotuM_blasFunction

CDOTU forms the dot product of two complex vectors

Read more…
CGBMVcompatible.f90Subroutine

\brief \b CGBMV \par Purpose:

Read more…
cgbmvM_blasSubroutine

CGBMV performs one of the matrix-vector operations

Read more…
CGEMMcompatible.f90Subroutine

\brief \b CGEMM \par Purpose:

Read more…
cgemmM_blasSubroutine

CGEMM performs one of the matrix-matrix operations

Read more…
CGEMVcompatible.f90Subroutine

\brief \b CGEMV \par Purpose:

Read more…
cgemvM_blasSubroutine

CGEMV performs one of the matrix-vector operations

Read more…
CGERCcompatible.f90Subroutine

\brief \b CGERC \par Purpose:

Read more…
cgercM_blasSubroutine

CGERC performs the rank 1 operation

Read more…
CGERUcompatible.f90Subroutine

\brief \b CGERU \par Purpose:

Read more…
cgeruM_blasSubroutine

CGERU performs the rank 1 operation

Read more…
CHBMVcompatible.f90Subroutine

\brief \b CHBMV \par Purpose:

Read more…
chbmvM_blasSubroutine

CHBMV(3f) performs the matrix-vector operation

Read more…
CHEMMcompatible.f90Subroutine

\brief \b CHEMM \par Purpose:

Read more…
chemmM_blasSubroutine

CHEMM performs one of the matrix-matrix operations

Read more…
CHEMVcompatible.f90Subroutine

\brief \b CHEMV \par Purpose:

Read more…
chemvM_blasSubroutine

CHEMV performs the matrix-vector operation

Read more…
CHERcompatible.f90Subroutine

\brief \b CHER \par Purpose:

Read more…
cherM_blasSubroutine

CHER performs the hermitian rank 1 operation

Read more…
CHER2compatible.f90Subroutine

\brief \b CHER2 \par Purpose:

Read more…
cher2M_blasSubroutine

CHER2 performs the hermitian rank 2 operation

Read more…
CHER2Kcompatible.f90Subroutine

\brief \b CHER2K \par Purpose:

Read more…
cher2kM_blasSubroutine

CHER2K performs one of the hermitian rank 2k operations

Read more…
CHERKcompatible.f90Subroutine

\brief \b CHERK \par Purpose:

Read more…
cherkM_blasSubroutine

C:=alphaATRANSPOSE(A)+beta*C, C hermitian.

Read more…
CHPMVcompatible.f90Subroutine

\brief \b CHPMV \par Purpose:

Read more…
chpmvM_blasSubroutine

CY := alphaACX + beta*CY, A a (square) hermitian packed matrix.

Read more…
CHPRcompatible.f90Subroutine

\brief \b CHPR \par Purpose:

Read more…
chprM_blasSubroutine

A := A + alphaCXCONJUGATE-TRANSPOSE(CX), a a (square) hermitian packed.

Read more…
CHPR2compatible.f90Subroutine

\brief \b CHPR2 \par Purpose:

Read more…
chpr2M_blasSubroutine

A := A + alphaCXCONJUGATE-TRANSPOSE(CY)n + CONJUGATE(ALPHA)CYCONJUGATE-TRANSPOSE(CX),n A a (square) hermitian packed matrix.

Read more…
CROTGcompatible.f90Subroutine

\brief \b CROTG \par Purpose:

Read more…
crotgM_blasSubroutine

CROTG constructs a plane rotation

Read more…
CSCALcompatible.f90Subroutine

\brief \b CSCAL \par Purpose:

Read more…
cscalM_blasSubroutine

CX:=CA*CX (complex multiplier)

Read more…
CSROTcompatible.f90Subroutine

\brief \b CSROT \par Purpose:

Read more…
csrotM_blasSubroutine

CSROT applies a plane rotation, where the cos and sin (c and s) are real and the vectors cx and cy are complex. jack dongarra, linpack, 3/11/78.

Read more…
CSSCALcompatible.f90Subroutine

\brief \b CSSCAL \par Purpose:

Read more…
csscalM_blasSubroutine

CX:=SA*CX (real multiplier).

Read more…
CSWAPcompatible.f90Subroutine

\brief \b CSWAP \par Purpose:

Read more…
cswapM_blasSubroutine

N

Read more…
CSYMMcompatible.f90Subroutine

\brief \b CSYMM \par Purpose:

Read more…
csymmM_blasSubroutine

C:=alphaAB+beta*C, A symmetric, B, C rectangular.

Read more…
CSYR2Kcompatible.f90Subroutine

\brief \b CSYR2K \par Purpose:

Read more…
csyr2kM_blasSubroutine

C:=alphaATRANSPOSE(B)+alphaBTRANSPOSE(A)+beta*C, C symmetric.

Read more…
CSYRKcompatible.f90Subroutine

\brief \b CSYRK \par Purpose:

Read more…
csyrkM_blasSubroutine

C:=alphaATRANSPOSE(A)+beta*C, C symmetric.

Read more…
CTBMVcompatible.f90Subroutine

\brief \b CTBMV \par Purpose:

Read more…
ctbmvM_blasSubroutine

CX := A*CX, A is a triangular band matrix.

Read more…
CTBSVcompatible.f90Subroutine

\brief \b CTBSV \par Purpose:

Read more…
ctbsvM_blasSubroutine

CX := INVERSE(A)*CX, where A is a triangular band matrix.

Read more…
CTPMVcompatible.f90Subroutine

\brief \b CTPMV \par Purpose:

Read more…
ctpmvM_blasSubroutine

CX := A*CX, A is a packed triangular band matrix.

Read more…
CTPSVcompatible.f90Subroutine

\brief \b CTPSV \par Purpose:

Read more…
ctpsvM_blasSubroutine

CX := INVERSE(A)*CX, where A is a packed triangular band matrix.

Read more…
CTRMMcompatible.f90Subroutine

\brief \b CTRMM \par Purpose:

Read more…
ctrmmM_blasSubroutine

B:=AB or B:=BA, A triangular, B rectangular.

Read more…
CTRMVcompatible.f90Subroutine

\brief \b CTRMV \par Purpose:

Read more…
ctrmvM_blasSubroutine

CX := A*CX, A is a triangular matrix.

Read more…
CTRSMcompatible.f90Subroutine

\brief \b CTRSM \par Purpose:

Read more…
ctrsmM_blasSubroutine

B:=INVERSE(A)C or B:=CINVERSE(A), B, C rectangular, A triangular.

Read more…
CTRSVcompatible.f90Subroutine

\brief \b CTRSV \par Purpose:

Read more…
ctrsvM_blasSubroutine

CX := INVERSE(A)*CX, where A is a triangular matrix.

Read more…
DASUMcompatible.f90Function

\brief \b DASUM \par Purpose:

Read more…
dasumM_blasFunction

N

Read more…
DAXPYcompatible.f90Subroutine

\brief \b DAXPY \par Purpose:

Read more…
daxpyM_blasSubroutine

N

Read more…
DCABS1compatible.f90Function

\brief \b DCABS1 \par Purpose:

Read more…
dcabs1M_blasFunction

DCABS1 computes |Re(.)| + |Im(.)| of a double complex number

Read more…
DCOPYcompatible.f90Subroutine

\brief \b DCOPY \par Purpose:

Read more…
dcopyM_blasSubroutine

N

Read more…
DDOTcompatible.f90Function

\brief \b DDOT \par Purpose:

Read more…
ddotM_blasFunction

N

Read more…
DGBMVcompatible.f90Subroutine

\brief \b DGBMV \par Purpose:

Read more…
dgbmvM_blasSubroutine

DGBMV performs one of the matrix-vector operations

Read more…
DGEMMcompatible.f90Subroutine

\brief \b DGEMM \par Purpose:

Read more…
dgemmM_blasSubroutine

DGEMM performs one of the matrix-matrix operations

Read more…
DGEMVcompatible.f90Subroutine

\brief \b DGEMV \par Purpose:

Read more…
dgemvM_blasSubroutine

DGEMV performs one of the matrix-vector operations

Read more…
DGERcompatible.f90Subroutine

\brief \b DGER \par Purpose:

Read more…
dgerM_blasSubroutine

DGER performs the rank 1 operation

Read more…
DNRM2compatible.f90Function

\brief \b DNRM2 \par Purpose:

Read more…
dnrm2M_blasFunction

DNRM2 returns the euclidean norm of a vector via the function name, so that

Read more…
DROTcompatible.f90Subroutine

\brief \b DROT \par Purpose:

Read more…
drotM_blasSubroutine

N number of elements in input vector(s) DX array, dimension ( 1 + ( N - 1 )*abs( INCX ) ) INCX

Read more…
DROTGcompatible.f90Subroutine

\brief \b DROTG \par Purpose:

Read more…
drotgM_blasSubroutine

DROTG constructs a plane rotation

Read more…
DROTMcompatible.f90Subroutine

\brief \b DROTM \par Purpose:

Read more…
drotmM_blasSubroutine

N number of elements in input vector(s) DX DX is DOUBLE PRECISION array, dimension ( 1 + ( N - 1 )*abs( INCX ) )

Read more…
DROTMGcompatible.f90Subroutine

\brief \b DROTMG \par Purpose:

Read more…
drotmgM_blasSubroutine

DD1

Read more…
DSBMVcompatible.f90Subroutine

\brief \b DSBMV \par Purpose:

Read more…
dsbmvM_blasSubroutine

DSBMV performs the matrix-vector operation

Read more…
DSCALcompatible.f90Subroutine

\brief \b DSCAL \par Purpose:

Read more…
dscalM_blasSubroutine

N number of elements in input vector(s) DA On entry, DA specifies the scalar alpha. DX array, dimension ( 1 + ( N - 1 )*abs( INCX ) ) INCX storage spacing between elements of DX

Read more…
DSDOTcompatible.f90Function

\brief \b DSDOT \par Purpose:

Read more…
dsdotM_blasFunction

Compute the inner product of two vectors with extended precision accumulation and result.

Read more…
DSPMVcompatible.f90Subroutine

\brief \b DSPMV \par Purpose:

Read more…
dspmvM_blasSubroutine

DSPMV performs the matrix-vector operation

Read more…
DSPRcompatible.f90Subroutine

\brief \b DSPR \par Purpose:

Read more…
dsprM_blasSubroutine

DSPR performs the symmetric rank 1 operation

Read more…
DSPR2compatible.f90Subroutine

\brief \b DSPR2 \par Purpose:

Read more…
dspr2M_blasSubroutine

DSPR2 performs the symmetric rank 2 operation

Read more…
DSWAPcompatible.f90Subroutine

\brief \b DSWAP \par Purpose:

Read more…
dswapM_blasSubroutine

N

Read more…
DSYMMcompatible.f90Subroutine

\brief \b DSYMM \par Purpose:

Read more…
dsymmM_blasSubroutine

DSYMM performs one of the matrix-matrix operations

Read more…
DSYMVcompatible.f90Subroutine

\brief \b DSYMV \par Purpose:

Read more…
dsymvM_blasSubroutine

DSYMV performs the matrix-vector operation

Read more…
DSYRcompatible.f90Subroutine

\brief \b DSYR \par Purpose:

Read more…
dsyrM_blasSubroutine

DSYR performs the symmetric rank 1 operation

Read more…
DSYR2compatible.f90Subroutine

\brief \b DSYR2 \par Purpose:

Read more…
dsyr2M_blasSubroutine

DSYR2 performs the symmetric rank 2 operation

Read more…
DSYR2Kcompatible.f90Subroutine

\brief \b DSYR2K \par Purpose:

Read more…
dsyr2kM_blasSubroutine

DSYR2K performs one of the symmetric rank 2k operations

Read more…
DSYRKcompatible.f90Subroutine

\brief \b DSYRK \par Purpose:

Read more…
dsyrkM_blasSubroutine

DSYRK performs one of the symmetric rank k operations

Read more…
DTBMVcompatible.f90Subroutine

\brief \b DTBMV \par Purpose:

Read more…
dtbmvM_blasSubroutine

DTBMV performs one of the matrix-vector operations

Read more…
DTBSVcompatible.f90Subroutine

\brief \b DTBSV \par Purpose:

Read more…
dtbsvM_blasSubroutine

DTBSV solves one of the systems of equations

Read more…
DTPMVcompatible.f90Subroutine

\brief \b DTPMV \par Purpose:

Read more…
dtpmvM_blasSubroutine

DTPMV performs one of the matrix-vector operations

Read more…
DTPSVcompatible.f90Subroutine

\brief \b DTPSV \par Purpose:

Read more…
dtpsvM_blasSubroutine

DTPSV solves one of the systems of equations

Read more…
DTRMMcompatible.f90Subroutine

\brief \b DTRMM \par Purpose:

Read more…
dtrmmM_blasSubroutine

DTRMM performs one of the matrix-matrix operations

Read more…
DTRMVcompatible.f90Subroutine

\brief \b DTRMV \par Purpose:

Read more…
dtrmvM_blasSubroutine

DTRMV performs one of the matrix-vector operations

Read more…
DTRSMcompatible.f90Subroutine

\brief \b DTRSM \par Purpose:

Read more…
dtrsmM_blasSubroutine

DTRSM solves one of the matrix equations

Read more…
DTRSVcompatible.f90Subroutine

\brief \b DTRSV \par Purpose:

Read more…
dtrsvM_blasSubroutine

DTRSV solves one of the systems of equations

Read more…
DZASUMcompatible.f90Function

\brief \b DZASUM \par Purpose:

Read more…
dzasumM_blasFunction

N

Read more…
DZNRM2compatible.f90Function

\brief \b DZNRM2 \par Purpose:

Read more…
dznrm2M_blasFunction

DZNRM2 returns the euclidean norm of a vector via the function name, so that

Read more…
ICAMAXcompatible.f90Function

\brief \b ICAMAX \par Purpose:

Read more…
icamaxM_blasFunction

N

Read more…
IDAMAXcompatible.f90Function

\brief \b IDAMAX \par Purpose:

Read more…
idamaxM_blasFunction

N

Read more…
ISAMAXcompatible.f90Function

\brief \b ISAMAX \par Purpose:

Read more…
isamaxM_blasFunction

N

Read more…
IZAMAXcompatible.f90Function

\brief \b IZAMAX \par Purpose:

Read more…
izamaxM_blasFunction

N number of elements in input vector(s) ZX array, dimension ( 1 + ( N - 1 )*abs( INCX ) ) INCX storage spacing between elements of ZX

Read more…
LSAMEcompatible.f90Function

\brief \b LSAME \par Purpose:

Read more…
lsameM_blasFunction

LSAME returns .TRUE. if CA is the same letter as CB regardless of case.

Read more…
SASUMcompatible.f90Function

\brief \b SASUM \par Purpose:

Read more…
sasumM_blasFunction

N

Read more…
SAXPYcompatible.f90Subroutine

\brief \b SAXPY \par Purpose:

Read more…
saxpyM_blasSubroutine

N number of elements in input vector(s) SA On entry, SA specifies the scalar alpha. SX SX is REAL array, dimension ( 1 + ( N - 1 )abs( INCX ) ) INCX storage spacing between elements of SX SY SY is REAL array, dimension ( 1 + ( N - 1 )abs( INCY ) ) INCY storage spacing between elements of SY

Read more…
scabs1compatible.f90Function

\brief \b SCABS1 \par Purpose:

Read more…
scabs1M_blasFunction

SCABS1 computes |Re(.)| + |Im(.)| of a complex number

Read more…
SCASUMcompatible.f90Function

\brief \b SCASUM \par Purpose:

Read more…
scasumM_blasFunction

N

Read more…
SCNRM2compatible.f90Function

\brief \b SCNRM2 \par Purpose:

Read more…
scnrm2M_blasFunction

SCNRM2 returns the euclidean norm of a vector via the function name, so that

Read more…
SCOPYcompatible.f90Subroutine

\brief \b SCOPY \par Purpose:

Read more…
scopyM_blasSubroutine

N

Read more…
SDOTcompatible.f90Function

\brief \b SDOT \par Purpose:

Read more…
sdotM_blasFunction

N

Read more…
SDSDOTcompatible.f90Function

\brief \b SDSDOT \par Purpose:

Read more…
sdsdotM_blasFunction

SDSDOT := SUM SX * SY (accumulated double precision, returned single)

Read more…
set_xerblaM_blasSubroutine
SGBMVcompatible.f90Subroutine

\brief \b SGBMV \par Purpose:

Read more…
sgbmvM_blasSubroutine

SY:=alphaASX+beta*SY, A a band matrix.

Read more…
SGEMMcompatible.f90Subroutine

\brief \b SGEMM \par Purpose:

Read more…
sgemmM_blasSubroutine

C:=alphaAB+beta*C, A, B, C rectangular.

Read more…
SGEMVcompatible.f90Subroutine

\brief \b SGEMV \par Purpose:

Read more…
sgemvM_blasSubroutine

SY:=alphaASX+beta*SY, A a rectangular matrix.

Read more…
SGERcompatible.f90Subroutine

\brief \b SGER \par Purpose:

Read more…
sgerM_blasSubroutine

A:=A+alphaSXTRANSPOSE(SY), rank 1 update, A a rectangular matrix.

Read more…
SNRM2compatible.f90Function

\brief \b SNRM2 \par Purpose:

Read more…
snrm2M_blasFunction

SNRM2 := square root of sum of SX(I)**2

Read more…
SROTcompatible.f90Subroutine

\brief \b SROT \par Purpose:

Read more…
srotM_blasSubroutine

N

Read more…
SROTGcompatible.f90Subroutine

\brief \b SROTG \par Purpose:

Read more…
srotgM_blasSubroutine

subroutine srotg( a, b, c, s )

Read more…
SROTMcompatible.f90Subroutine

\brief \b SROTM \par Purpose:

Read more…
srotmM_blasSubroutine

N

Read more…
SROTMGcompatible.f90Subroutine

\brief \b SROTMG \par Purpose:

Read more…
srotmgM_blasSubroutine

SD1

Read more…
SSBMVcompatible.f90Subroutine

\brief \b SSBMV \par Purpose:

Read more…
ssbmvM_blasSubroutine

SSBMV performs the matrix-vector operation

Read more…
SSCALcompatible.f90Subroutine

\brief \b SSCAL \par Purpose:

Read more…
sscalM_blasSubroutine

N

Read more…
SSPMVcompatible.f90Subroutine

\brief \b SSPMV \par Purpose:

Read more…
sspmvM_blasSubroutine

SSPMV performs the matrix-vector operation

Read more…
SSPRcompatible.f90Subroutine

\brief \b SSPR \par Purpose:

Read more…
ssprM_blasSubroutine

SSPR performs the symmetric rank 1 operation

Read more…
SSPR2compatible.f90Subroutine

\brief \b SSPR2 \par Purpose:

Read more…
sspr2M_blasSubroutine

SSPR2 performs the symmetric rank 2 operation

Read more…
SSWAPcompatible.f90Subroutine

\brief \b SSWAP \par Purpose:

Read more…
sswapM_blasSubroutine

N

Read more…
SSYMMcompatible.f90Subroutine

\brief \b SSYMM \par Purpose:

Read more…
ssymmM_blasSubroutine

SSYMM performs one of the matrix-matrix operations

Read more…
SSYMVcompatible.f90Subroutine

\brief \b SSYMV \par Purpose:

Read more…
ssymvM_blasSubroutine

SSYMV performs the matrix-vector operation

Read more…
SSYRcompatible.f90Subroutine

\brief \b SSYR \par Purpose:

Read more…
ssyrM_blasSubroutine

SSYR performs the symmetric rank 1 operation

Read more…
SSYR2compatible.f90Subroutine

\brief \b SSYR2 \par Purpose:

Read more…
ssyr2M_blasSubroutine

SSYR2 performs the symmetric rank 2 operation

Read more…
SSYR2Kcompatible.f90Subroutine

\brief \b SSYR2K \par Purpose:

Read more…
ssyr2kM_blasSubroutine

SSYR2K performs one of the symmetric rank 2k operations

Read more…
SSYRKcompatible.f90Subroutine

\brief \b SSYRK \par Purpose:

Read more…
ssyrkM_blasSubroutine

SSYRK performs one of the symmetric rank k operations

Read more…
STBMVcompatible.f90Subroutine

\brief \b STBMV \par Purpose:

Read more…
stbmvM_blasSubroutine

STBMV performs one of the matrix-vector operations

Read more…
STBSVcompatible.f90Subroutine

\brief \b STBSV \par Purpose:

Read more…
stbsvM_blasSubroutine

STBSV solves one of the systems of equations

Read more…
STPMVcompatible.f90Subroutine

\brief \b STPMV \par Purpose:

Read more…
stpmvM_blasSubroutine

STPMV performs one of the matrix-vector operations

Read more…
STPSVcompatible.f90Subroutine

\brief \b STPSV \par Purpose:

Read more…
stpsvM_blasSubroutine

STPSV solves one of the systems of equations

Read more…
STRMMcompatible.f90Subroutine

\brief \b STRMM \par Purpose:

Read more…
strmmM_blasSubroutine

STRMM performs one of the matrix-matrix operations

Read more…
STRMVcompatible.f90Subroutine

\brief \b STRMV \par Purpose:

Read more…
strmvM_blasSubroutine

STRMV performs one of the matrix-vector operations

Read more…
STRSMcompatible.f90Subroutine

\brief \b STRSM \par Purpose:

Read more…
strsmM_blasSubroutine

STRSM solves one of the matrix equations

Read more…
STRSVcompatible.f90Subroutine

\brief \b STRSV \par Purpose:

Read more…
strsvM_blasSubroutine

STRSV solves one of the systems of equations

Read more…
XERBLAcompatible.f90Subroutine

\brief \b XERBLA \par Purpose:

Read more…
XERBLA_ARRAYcompatible.f90Subroutine

\brief \b XERBLA_ARRAY \par Purpose:

Read more…
xerbla_arrayM_blasSubroutine

XERBLA_ARRAY assists other languages in calling XERBLA, the LAPACK and BLAS error handler. Rather than taking a Fortran string argument as the function’s name, XERBLA_ARRAY takes an array of single characters along with the array’s length. XERBLA_ARRAY then copies up to 32 characters of that array into a Fortran string and passes that to XERBLA. If called with a non-positive SRNAME_LEN, XERBLA_ARRAY will call XERBLA with a string of all blank characters.

Read more…
ZAXPYcompatible.f90Subroutine

\brief \b ZAXPY \par Purpose:

Read more…
zaxpyM_blasSubroutine

N number of elements in input vector(s) ZA On entry, ZA specifies the scalar alpha. ZX ZX is complex(kind=real64) array, dimension ( 1 + ( N - 1 )abs( INCX ) ) INCX storage spacing between elements of ZX ZY ZY is complex(kind=real64) array, dimension ( 1 + ( N - 1 )abs( INCY ) ) INCY storage spacing between elements of ZY

Read more…
ZCOPYcompatible.f90Subroutine

\brief \b ZCOPY \par Purpose:

Read more…
zcopyM_blasSubroutine

N

Read more…
ZDOTCcompatible.f90Function

\brief \b ZDOTC \par Purpose:

Read more…
zdotcM_blasFunction

ZDOTC forms the dot product of two complex vectors ZDOTC = X^H * Y

Read more…
ZDOTUcompatible.f90Function

\brief \b ZDOTU \par Purpose:

Read more…
zdotuM_blasFunction

ZDOTU forms the dot product of two complex vectors ZDOTU = X^T * Y

Read more…
ZDROTcompatible.f90Subroutine

\brief \b ZDROT \par Purpose:

Read more…
zdrotM_blasSubroutine

Applies a plane rotation, where the cos and sin (c and s) are real and the vectors cx and cy are complex. jack dongarra, linpack, 3/11/78.

Read more…
ZDSCALcompatible.f90Subroutine

\brief \b ZDSCAL \par Purpose:

Read more…
zdscalM_blasSubroutine

N

Read more…
ZGBMVcompatible.f90Subroutine

\brief \b ZGBMV \par Purpose:

Read more…
zgbmvM_blasSubroutine

ZGBMV performs one of the matrix-vector operations

Read more…
ZGEMMcompatible.f90Subroutine

\brief \b ZGEMM \par Purpose:

Read more…
zgemmM_blasSubroutine

ZGEMM performs one of the matrix-matrix operations

Read more…
ZGEMVcompatible.f90Subroutine

\brief \b ZGEMV \par Purpose:

Read more…
zgemvM_blasSubroutine

ZGEMV performs one of the matrix-vector operations

Read more…
ZGERCcompatible.f90Subroutine

\brief \b ZGERC \par Purpose:

Read more…
zgercM_blasSubroutine

ZGERC performs the rank 1 operation

Read more…
ZGERUcompatible.f90Subroutine

\brief \b ZGERU \par Purpose:

Read more…
zgeruM_blasSubroutine

ZGERU performs the rank 1 operation

Read more…
ZHBMVcompatible.f90Subroutine

\brief \b ZHBMV \par Purpose:

Read more…
zhbmvM_blasSubroutine

ZHBMV performs the matrix-vector operation

Read more…
ZHEMMcompatible.f90Subroutine

\brief \b ZHEMM \par Purpose:

Read more…
zhemmM_blasSubroutine

ZHEMM performs one of the matrix-matrix operations

Read more…
ZHEMVcompatible.f90Subroutine

\brief \b ZHEMV \par Purpose:

Read more…
zhemvM_blasSubroutine

ZHEMV performs the matrix-vector operation

Read more…
ZHERcompatible.f90Subroutine

\brief \b ZHER \par Purpose:

Read more…
zherM_blasSubroutine

ZHER performs the hermitian rank 1 operation

Read more…
ZHER2compatible.f90Subroutine

\brief \b ZHER2 \par Purpose:

Read more…
zher2M_blasSubroutine

ZHER2 performs the hermitian rank 2 operation

Read more…
ZHER2Kcompatible.f90Subroutine

\brief \b ZHER2K \par Purpose:

Read more…
zher2kM_blasSubroutine

ZHER2K performs one of the hermitian rank 2k operations

Read more…
ZHERKcompatible.f90Subroutine

\brief \b ZHERK \par Purpose:

Read more…
zherkM_blasSubroutine

ZHERK performs one of the hermitian rank k operations

Read more…
ZHPMVcompatible.f90Subroutine

\brief \b ZHPMV \par Purpose:

Read more…
zhpmvM_blasSubroutine

ZHPMV performs the matrix-vector operation

Read more…
ZHPRcompatible.f90Subroutine

\brief \b ZHPR \par Purpose:

Read more…
zhprM_blasSubroutine

ZHPR performs the hermitian rank 1 operation

Read more…
ZHPR2compatible.f90Subroutine

\brief \b ZHPR2 \par Purpose:

Read more…
zhpr2M_blasSubroutine

ZHPR2 performs the hermitian rank 2 operation

Read more…
ZROTGcompatible.f90Subroutine

\brief \b ZROTG \par Purpose:

Read more…
zrotgM_blasSubroutine

ZROTG constructs a plane rotation

Read more…
ZSCALcompatible.f90Subroutine

\brief \b ZSCAL \par Purpose:

Read more…
zscalM_blasSubroutine

N

Read more…
ZSWAPcompatible.f90Subroutine

\brief \b ZSWAP \par Purpose:

Read more…
zswapM_blasSubroutine

N

Read more…
ZSYMMcompatible.f90Subroutine

\brief \b ZSYMM \par Purpose:

Read more…
zsymmM_blasSubroutine

ZSYMM performs one of the matrix-matrix operations

Read more…
ZSYR2Kcompatible.f90Subroutine

\brief \b ZSYR2K \par Purpose:

Read more…
zsyr2kM_blasSubroutine

ZSYR2K performs one of the symmetric rank 2k operations

Read more…
ZSYRKcompatible.f90Subroutine

\brief \b ZSYRK \par Purpose:

Read more…
zsyrkM_blasSubroutine

ZSYRK performs one of the symmetric rank k operations

Read more…
ZTBMVcompatible.f90Subroutine

\brief \b ZTBMV \par Purpose:

Read more…
ztbmvM_blasSubroutine

ZTBMV performs one of the matrix-vector operations

Read more…
ZTBSVcompatible.f90Subroutine

\brief \b ZTBSV \par Purpose:

Read more…
ztbsvM_blasSubroutine

ZTBSV solves one of the systems of equations

Read more…
ZTPMVcompatible.f90Subroutine

\brief \b ZTPMV \par Purpose:

Read more…
ztpmvM_blasSubroutine

ZTPMV performs one of the matrix-vector operations

Read more…
ZTPSVcompatible.f90Subroutine

\brief \b ZTPSV \par Purpose:

Read more…
ztpsvM_blasSubroutine

ZTPSV solves one of the systems of equations

Read more…
ZTRMMcompatible.f90Subroutine

\brief \b ZTRMM \par Purpose:

Read more…
ztrmmM_blasSubroutine

ZTRMM performs one of the matrix-matrix operations

Read more…
ZTRMVcompatible.f90Subroutine

\brief \b ZTRMV \par Purpose:

Read more…
ztrmvM_blasSubroutine

ZTRMV performs one of the matrix-vector operations

Read more…
ZTRSMcompatible.f90Subroutine

\brief \b ZTRSM \par Purpose:

Read more…
ztrsmM_blasSubroutine

ZTRSM solves one of the matrix equations

Read more…
ZTRSVcompatible.f90Subroutine

\brief \b ZTRSV \par Purpose:

Read more…
ztrsvM_blasSubroutine

ZTRSV solves one of the systems of equations

Read more…