Searched defs:UPLO (Results 1 - 25 of 37) sorted by relevance

12

/external/eigen/blas/
H A Dchpr.f1 SUBROUTINE CHPR(UPLO,N,ALPHA,X,INCX,AP)
5 CHARACTER UPLO local in subroutine:CHPR
24 * UPLO - CHARACTER*1.
25 * On entry, UPLO specifies whether the upper or lower
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
59 * Before entry with UPLO = 'U' or 'u', the array AP must
66 * Before entry with UPLO = 'L' or 'l', the array AP must
112 IF (.NOT.LSAME(UPLO,'U') .AND. .NOT.LSAME(UPLO,'
[all...]
H A Ddspr.f1 SUBROUTINE DSPR(UPLO,N,ALPHA,X,INCX,AP)
5 CHARACTER UPLO local in subroutine:DSPR
24 * UPLO - CHARACTER*1.
25 * On entry, UPLO specifies whether the upper or lower
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
59 * Before entry with UPLO = 'U' or 'u', the array AP must
66 * Before entry with UPLO = 'L' or 'l', the array AP must
106 IF (.NOT.LSAME(UPLO,'U') .AND. .NOT.LSAME(UPLO,'
[all...]
H A Dsspr.f1 SUBROUTINE SSPR(UPLO,N,ALPHA,X,INCX,AP)
5 CHARACTER UPLO local in subroutine:SSPR
24 * UPLO - CHARACTER*1.
25 * On entry, UPLO specifies whether the upper or lower
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
59 * Before entry with UPLO = 'U' or 'u', the array AP must
66 * Before entry with UPLO = 'L' or 'l', the array AP must
106 IF (.NOT.LSAME(UPLO,'U') .AND. .NOT.LSAME(UPLO,'
[all...]
H A Dzhpr.f1 SUBROUTINE ZHPR(UPLO,N,ALPHA,X,INCX,AP)
5 CHARACTER UPLO local in subroutine:ZHPR
24 * UPLO - CHARACTER*1.
25 * On entry, UPLO specifies whether the upper or lower
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
59 * Before entry with UPLO = 'U' or 'u', the array AP must
66 * Before entry with UPLO = 'L' or 'l', the array AP must
112 IF (.NOT.LSAME(UPLO,'U') .AND. .NOT.LSAME(UPLO,'
[all...]
H A Dchbmv.f1 SUBROUTINE CHBMV(UPLO,N,K,ALPHA,A,LDA,X,INCX,BETA,Y,INCY)
5 CHARACTER UPLO local in subroutine:CHBMV
24 * UPLO - CHARACTER*1.
25 * On entry, UPLO specifies whether the upper or lower
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
52 * Before entry with UPLO = 'U' or 'u', the leading ( k + 1 )
70 * Before entry with UPLO = 'L' or 'l', the leading ( k + 1 )
160 IF (.NOT.LSAME(UPLO,'U') .AND. .NOT.LSAME(UPLO,'
[all...]
H A Dchpmv.f1 SUBROUTINE CHPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY)
5 CHARACTER UPLO local in subroutine:CHPMV
24 * UPLO - CHARACTER*1.
25 * On entry, UPLO specifies whether the upper or lower
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
48 * Before entry with UPLO = 'U' or 'u', the array AP must
53 * Before entry with UPLO = 'L' or 'l', the array AP must
126 IF (.NOT.LSAME(UPLO,'U') .AND. .NOT.LSAME(UPLO,'
[all...]
H A Dchpr2.f1 SUBROUTINE CHPR2(UPLO,N,ALPHA,X,INCX,Y,INCY,AP)
5 CHARACTER UPLO local in subroutine:CHPR2
24 * UPLO - CHARACTER*1.
25 * On entry, UPLO specifies whether the upper or lower
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
70 * Before entry with UPLO = 'U' or 'u', the array AP must
77 * Before entry with UPLO = 'L' or 'l', the array AP must
123 IF (.NOT.LSAME(UPLO,'U') .AND. .NOT.LSAME(UPLO,'
[all...]
H A Ddsbmv.f1 SUBROUTINE DSBMV(UPLO,N,K,ALPHA,A,LDA,X,INCX,BETA,Y,INCY)
5 CHARACTER UPLO local in subroutine:DSBMV
24 * UPLO - CHARACTER*1.
25 * On entry, UPLO specifies whether the upper or lower
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
52 * Before entry with UPLO = 'U' or 'u', the leading ( k + 1 )
70 * Before entry with UPLO = 'L' or 'l', the leading ( k + 1 )
154 IF (.NOT.LSAME(UPLO,'U') .AND. .NOT.LSAME(UPLO,'
[all...]
H A Ddspmv.f1 SUBROUTINE DSPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY)
5 CHARACTER UPLO local in subroutine:DSPMV
24 * UPLO - CHARACTER*1.
25 * On entry, UPLO specifies whether the upper or lower
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
48 * Before entry with UPLO = 'U' or 'u', the array AP must
53 * Before entry with UPLO = 'L' or 'l', the array AP must
119 IF (.NOT.LSAME(UPLO,'U') .AND. .NOT.LSAME(UPLO,'
[all...]
H A Ddspr2.f1 SUBROUTINE DSPR2(UPLO,N,ALPHA,X,INCX,Y,INCY,AP)
5 CHARACTER UPLO local in subroutine:DSPR2
24 * UPLO - CHARACTER*1.
25 * On entry, UPLO specifies whether the upper or lower
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
70 * Before entry with UPLO = 'U' or 'u', the array AP must
77 * Before entry with UPLO = 'L' or 'l', the array AP must
117 IF (.NOT.LSAME(UPLO,'U') .AND. .NOT.LSAME(UPLO,'
[all...]
H A Ddtbmv.f1 SUBROUTINE DTBMV(UPLO,TRANS,DIAG,N,K,A,LDA,X,INCX)
4 CHARACTER DIAG,TRANS,UPLO local in subroutine:DTBMV
23 * UPLO - CHARACTER*1.
24 * On entry, UPLO specifies whether the matrix is an upper or
27 * UPLO = 'U' or 'u' A is an upper triangular matrix.
29 * UPLO = 'L' or 'l' A is a lower triangular matrix.
62 * On entry with UPLO = 'U' or 'u', K specifies the number of
64 * On entry with UPLO = 'L' or 'l', K specifies the number of
70 * Before entry with UPLO = 'U' or 'u', the leading ( k + 1 )
88 * Before entry with UPLO
[all...]
H A Ddtpmv.f1 SUBROUTINE DTPMV(UPLO,TRANS,DIAG,N,AP,X,INCX)
4 CHARACTER DIAG,TRANS,UPLO local in subroutine:DTPMV
23 * UPLO - CHARACTER*1.
24 * On entry, UPLO specifies whether the matrix is an upper or
27 * UPLO = 'U' or 'u' A is an upper triangular matrix.
29 * UPLO = 'L' or 'l' A is a lower triangular matrix.
63 * Before entry with UPLO = 'U' or 'u', the array AP must
68 * Before entry with UPLO = 'L' or 'l', the array AP must
121 IF (.NOT.LSAME(UPLO,'U') .AND. .NOT.LSAME(UPLO,'
[all...]
H A Ddtpsv.f1 SUBROUTINE DTPSV(UPLO,TRANS,DIAG,N,AP,X,INCX)
4 CHARACTER DIAG,TRANS,UPLO local in subroutine:DTPSV
26 * UPLO - CHARACTER*1.
27 * On entry, UPLO specifies whether the matrix is an upper or
30 * UPLO = 'U' or 'u' A is an upper triangular matrix.
32 * UPLO = 'L' or 'l' A is a lower triangular matrix.
66 * Before entry with UPLO = 'U' or 'u', the array AP must
71 * Before entry with UPLO = 'L' or 'l', the array AP must
124 IF (.NOT.LSAME(UPLO,'U') .AND. .NOT.LSAME(UPLO,'
[all...]
H A Dssbmv.f1 SUBROUTINE SSBMV(UPLO,N,K,ALPHA,A,LDA,X,INCX,BETA,Y,INCY)
5 CHARACTER UPLO local in subroutine:SSBMV
24 * UPLO - CHARACTER*1.
25 * On entry, UPLO specifies whether the upper or lower
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
52 * Before entry with UPLO = 'U' or 'u', the leading ( k + 1 )
70 * Before entry with UPLO = 'L' or 'l', the leading ( k + 1 )
156 IF (.NOT.LSAME(UPLO,'U') .AND. .NOT.LSAME(UPLO,'
[all...]
H A Dsspmv.f1 SUBROUTINE SSPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY)
5 CHARACTER UPLO local in subroutine:SSPMV
24 * UPLO - CHARACTER*1.
25 * On entry, UPLO specifies whether the upper or lower
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
48 * Before entry with UPLO = 'U' or 'u', the array AP must
53 * Before entry with UPLO = 'L' or 'l', the array AP must
119 IF (.NOT.LSAME(UPLO,'U') .AND. .NOT.LSAME(UPLO,'
[all...]
H A Dsspr2.f1 SUBROUTINE SSPR2(UPLO,N,ALPHA,X,INCX,Y,INCY,AP)
5 CHARACTER UPLO local in subroutine:SSPR2
24 * UPLO - CHARACTER*1.
25 * On entry, UPLO specifies whether the upper or lower
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
70 * Before entry with UPLO = 'U' or 'u', the array AP must
77 * Before entry with UPLO = 'L' or 'l', the array AP must
117 IF (.NOT.LSAME(UPLO,'U') .AND. .NOT.LSAME(UPLO,'
[all...]
H A Dstbmv.f1 SUBROUTINE STBMV(UPLO,TRANS,DIAG,N,K,A,LDA,X,INCX)
4 CHARACTER DIAG,TRANS,UPLO local in subroutine:STBMV
23 * UPLO - CHARACTER*1.
24 * On entry, UPLO specifies whether the matrix is an upper or
27 * UPLO = 'U' or 'u' A is an upper triangular matrix.
29 * UPLO = 'L' or 'l' A is a lower triangular matrix.
62 * On entry with UPLO = 'U' or 'u', K specifies the number of
64 * On entry with UPLO = 'L' or 'l', K specifies the number of
70 * Before entry with UPLO = 'U' or 'u', the leading ( k + 1 )
88 * Before entry with UPLO
[all...]
H A Dstpmv.f1 SUBROUTINE STPMV(UPLO,TRANS,DIAG,N,AP,X,INCX)
4 CHARACTER DIAG,TRANS,UPLO local in subroutine:STPMV
23 * UPLO - CHARACTER*1.
24 * On entry, UPLO specifies whether the matrix is an upper or
27 * UPLO = 'U' or 'u' A is an upper triangular matrix.
29 * UPLO = 'L' or 'l' A is a lower triangular matrix.
63 * Before entry with UPLO = 'U' or 'u', the array AP must
68 * Before entry with UPLO = 'L' or 'l', the array AP must
121 IF (.NOT.LSAME(UPLO,'U') .AND. .NOT.LSAME(UPLO,'
[all...]
H A Dstpsv.f1 SUBROUTINE STPSV(UPLO,TRANS,DIAG,N,AP,X,INCX)
4 CHARACTER DIAG,TRANS,UPLO local in subroutine:STPSV
26 * UPLO - CHARACTER*1.
27 * On entry, UPLO specifies whether the matrix is an upper or
30 * UPLO = 'U' or 'u' A is an upper triangular matrix.
32 * UPLO = 'L' or 'l' A is a lower triangular matrix.
66 * Before entry with UPLO = 'U' or 'u', the array AP must
71 * Before entry with UPLO = 'L' or 'l', the array AP must
124 IF (.NOT.LSAME(UPLO,'U') .AND. .NOT.LSAME(UPLO,'
[all...]
H A Dzhbmv.f1 SUBROUTINE ZHBMV(UPLO,N,K,ALPHA,A,LDA,X,INCX,BETA,Y,INCY)
5 CHARACTER UPLO local in subroutine:ZHBMV
24 * UPLO - CHARACTER*1.
25 * On entry, UPLO specifies whether the upper or lower
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
52 * Before entry with UPLO = 'U' or 'u', the leading ( k + 1 )
70 * Before entry with UPLO = 'L' or 'l', the leading ( k + 1 )
160 IF (.NOT.LSAME(UPLO,'U') .AND. .NOT.LSAME(UPLO,'
[all...]
H A Dzhpmv.f1 SUBROUTINE ZHPMV(UPLO,N,ALPHA,AP,X,INCX,BETA,Y,INCY)
5 CHARACTER UPLO local in subroutine:ZHPMV
24 * UPLO - CHARACTER*1.
25 * On entry, UPLO specifies whether the upper or lower
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
48 * Before entry with UPLO = 'U' or 'u', the array AP must
53 * Before entry with UPLO = 'L' or 'l', the array AP must
126 IF (.NOT.LSAME(UPLO,'U') .AND. .NOT.LSAME(UPLO,'
[all...]
H A Dzhpr2.f1 SUBROUTINE ZHPR2(UPLO,N,ALPHA,X,INCX,Y,INCY,AP)
5 CHARACTER UPLO local in subroutine:ZHPR2
24 * UPLO - CHARACTER*1.
25 * On entry, UPLO specifies whether the upper or lower
29 * UPLO = 'U' or 'u' The upper triangular part of A is
32 * UPLO = 'L' or 'l' The lower triangular part of A is
70 * Before entry with UPLO = 'U' or 'u', the array AP must
77 * Before entry with UPLO = 'L' or 'l', the array AP must
123 IF (.NOT.LSAME(UPLO,'U') .AND. .NOT.LSAME(UPLO,'
[all...]
H A Dcommon.h47 #define UPLO(X) ( ((X)=='U' || (X)=='u') ? UP \ macro
68 return UPLO(*uplo)!=0xff;
H A Dctbmv.f1 SUBROUTINE CTBMV(UPLO,TRANS,DIAG,N,K,A,LDA,X,INCX)
4 CHARACTER DIAG,TRANS,UPLO local in subroutine:CTBMV
23 * UPLO - CHARACTER*1.
24 * On entry, UPLO specifies whether the matrix is an upper or
27 * UPLO = 'U' or 'u' A is an upper triangular matrix.
29 * UPLO = 'L' or 'l' A is a lower triangular matrix.
62 * On entry with UPLO = 'U' or 'u', K specifies the number of
64 * On entry with UPLO = 'L' or 'l', K specifies the number of
70 * Before entry with UPLO = 'U' or 'u', the leading ( k + 1 )
88 * Before entry with UPLO
[all...]
H A Dctpmv.f1 SUBROUTINE CTPMV(UPLO,TRANS,DIAG,N,AP,X,INCX)
4 CHARACTER DIAG,TRANS,UPLO local in subroutine:CTPMV
23 * UPLO - CHARACTER*1.
24 * On entry, UPLO specifies whether the matrix is an upper or
27 * UPLO = 'U' or 'u' A is an upper triangular matrix.
29 * UPLO = 'L' or 'l' A is a lower triangular matrix.
63 * Before entry with UPLO = 'U' or 'u', the array AP must
68 * Before entry with UPLO = 'L' or 'l', the array AP must
124 IF (.NOT.LSAME(UPLO,'U') .AND. .NOT.LSAME(UPLO,'
[all...]

Completed in 256 milliseconds

12