69 REAL A( 1, 1), B( 1, 1)
82 COMMON / infoc / infot, nout, ok, lerr
83 COMMON / srnamc / srnamt
96 CALL spftrf(
'/',
'U', 0, a, info )
97 CALL chkxer(
'SPFTRF', infot, nout, lerr, ok )
99 CALL spftrf(
'N',
'/', 0, a, info )
100 CALL chkxer(
'SPFTRF', infot, nout, lerr, ok )
102 CALL spftrf(
'N',
'U', -1, a, info )
103 CALL chkxer(
'SPFTRF', infot, nout, lerr, ok )
107 CALL spftrs(
'/',
'U', 0, 0, a, b, 1, info )
108 CALL chkxer(
'SPFTRS', infot, nout, lerr, ok )
110 CALL spftrs(
'N',
'/', 0, 0, a, b, 1, info )
111 CALL chkxer(
'SPFTRS', infot, nout, lerr, ok )
113 CALL spftrs(
'N',
'U', -1, 0, a, b, 1, info )
114 CALL chkxer(
'SPFTRS', infot, nout, lerr, ok )
116 CALL spftrs(
'N',
'U', 0, -1, a, b, 1, info )
117 CALL chkxer(
'SPFTRS', infot, nout, lerr, ok )
119 CALL spftrs(
'N',
'U', 0, 0, a, b, 0, info )
120 CALL chkxer(
'SPFTRS', infot, nout, lerr, ok )
124 CALL spftri(
'/',
'U', 0, a, info )
125 CALL chkxer(
'SPFTRI', infot, nout, lerr, ok )
127 CALL spftri(
'N',
'/', 0, a, info )
128 CALL chkxer(
'SPFTRI', infot, nout, lerr, ok )
130 CALL spftri(
'N',
'U', -1, a, info )
131 CALL chkxer(
'SPFTRI', infot, nout, lerr, ok )
135 CALL stfsm(
'/',
'L',
'U',
'T',
'U', 0, 0, alpha, a, b, 1 )
136 CALL chkxer(
'STFSM ', infot, nout, lerr, ok )
138 CALL stfsm(
'N',
'/',
'U',
'T',
'U', 0, 0, alpha, a, b, 1 )
139 CALL chkxer(
'STFSM ', infot, nout, lerr, ok )
141 CALL stfsm(
'N',
'L',
'/',
'T',
'U', 0, 0, alpha, a, b, 1 )
142 CALL chkxer(
'STFSM ', infot, nout, lerr, ok )
144 CALL stfsm(
'N',
'L',
'U',
'/',
'U', 0, 0, alpha, a, b, 1 )
145 CALL chkxer(
'STFSM ', infot, nout, lerr, ok )
147 CALL stfsm(
'N',
'L',
'U',
'T',
'/', 0, 0, alpha, a, b, 1 )
148 CALL chkxer(
'STFSM ', infot, nout, lerr, ok )
150 CALL stfsm(
'N',
'L',
'U',
'T',
'U', -1, 0, alpha, a, b, 1 )
151 CALL chkxer(
'STFSM ', infot, nout, lerr, ok )
153 CALL stfsm(
'N',
'L',
'U',
'T',
'U', 0, -1, alpha, a, b, 1 )
154 CALL chkxer(
'STFSM ', infot, nout, lerr, ok )
156 CALL stfsm(
'N',
'L',
'U',
'T',
'U', 0, 0, alpha, a, b, 0 )
157 CALL chkxer(
'STFSM ', infot, nout, lerr, ok )
161 CALL stftri(
'/',
'L',
'N', 0, a, info )
162 CALL chkxer(
'STFTRI', infot, nout, lerr, ok )
164 CALL stftri(
'N',
'/',
'N', 0, a, info )
165 CALL chkxer(
'STFTRI', infot, nout, lerr, ok )
167 CALL stftri(
'N',
'L',
'/', 0, a, info )
168 CALL chkxer(
'STFTRI', infot, nout, lerr, ok )
170 CALL stftri(
'N',
'L',
'N', -1, a, info )
171 CALL chkxer(
'STFTRI', infot, nout, lerr, ok )
175 CALL stfttr(
'/',
'U', 0, a, b, 1, info )
176 CALL chkxer(
'STFTTR', infot, nout, lerr, ok )
178 CALL stfttr(
'N',
'/', 0, a, b, 1, info )
179 CALL chkxer(
'STFTTR', infot, nout, lerr, ok )
181 CALL stfttr(
'N',
'U', -1, a, b, 1, info )
182 CALL chkxer(
'STFTTR', infot, nout, lerr, ok )
184 CALL stfttr(
'N',
'U', 0, a, b, 0, info )
185 CALL chkxer(
'STFTTR', infot, nout, lerr, ok )
189 CALL strttf(
'/',
'U', 0, a, 1, b, info )
190 CALL chkxer(
'STRTTF', infot, nout, lerr, ok )
192 CALL strttf(
'N',
'/', 0, a, 1, b, info )
193 CALL chkxer(
'STRTTF', infot, nout, lerr, ok )
195 CALL strttf(
'N',
'U', -1, a, 1, b, info )
196 CALL chkxer(
'STRTTF', infot, nout, lerr, ok )
198 CALL strttf(
'N',
'U', 0, a, 0, b, info )
199 CALL chkxer(
'STRTTF', infot, nout, lerr, ok )
203 CALL stfttp(
'/',
'U', 0, a, b, info )
204 CALL chkxer(
'STFTTP', infot, nout, lerr, ok )
206 CALL stfttp(
'N',
'/', 0, a, b, info )
207 CALL chkxer(
'STFTTP', infot, nout, lerr, ok )
209 CALL stfttp(
'N',
'U', -1, a, b, info )
210 CALL chkxer(
'STFTTP', infot, nout, lerr, ok )
214 CALL stpttf(
'/',
'U', 0, a, b, info )
215 CALL chkxer(
'STPTTF', infot, nout, lerr, ok )
217 CALL stpttf(
'N',
'/', 0, a, b, info )
218 CALL chkxer(
'STPTTF', infot, nout, lerr, ok )
220 CALL stpttf(
'N',
'U', -1, a, b, info )
221 CALL chkxer(
'STPTTF', infot, nout, lerr, ok )
225 CALL strttp(
'/', 0, a, 1, b, info )
226 CALL chkxer(
'STRTTP', infot, nout, lerr, ok )
228 CALL strttp(
'U', -1, a, 1, b, info )
229 CALL chkxer(
'STRTTP', infot, nout, lerr, ok )
231 CALL strttp(
'U', 0, a, 0, b, info )
232 CALL chkxer(
'STRTTP', infot, nout, lerr, ok )
236 CALL stpttr(
'/', 0, a, b, 1, info )
237 CALL chkxer(
'STPTTR', infot, nout, lerr, ok )
239 CALL stpttr(
'U', -1, a, b, 1, info )
240 CALL chkxer(
'STPTTR', infot, nout, lerr, ok )
242 CALL stpttr(
'U', 0, a, b, 0, info )
243 CALL chkxer(
'STPTTR', infot, nout, lerr, ok )
247 CALL ssfrk(
'/',
'U',
'N', 0, 0, alpha, a, 1, beta, b )
248 CALL chkxer(
'SSFRK ', infot, nout, lerr, ok )
250 CALL ssfrk(
'N',
'/',
'N', 0, 0, alpha, a, 1, beta, b )
251 CALL chkxer(
'SSFRK ', infot, nout, lerr, ok )
253 CALL ssfrk(
'N',
'U',
'/', 0, 0, alpha, a, 1, beta, b )
254 CALL chkxer(
'SSFRK ', infot, nout, lerr, ok )
256 CALL ssfrk(
'N',
'U',
'N', -1, 0, alpha, a, 1, beta, b )
257 CALL chkxer(
'SSFRK ', infot, nout, lerr, ok )
259 CALL ssfrk(
'N',
'U',
'N', 0, -1, alpha, a, 1, beta, b )
260 CALL chkxer(
'SSFRK ', infot, nout, lerr, ok )
262 CALL ssfrk(
'N',
'U',
'N', 0, 0, alpha, a, 0, beta, b )
263 CALL chkxer(
'SSFRK ', infot, nout, lerr, ok )
268 WRITE( nout, fmt = 9999 )
270 WRITE( nout, fmt = 9998 )
273 9999
FORMAT( 1x,
'REAL RFP routines passed the tests of ',
274 $
'the error exits' )
275 9998
FORMAT(
' *** RFP routines failed the tests of the error ',
subroutine chkxer(srnamt, infot, nout, lerr, ok)
subroutine ssfrk(transr, uplo, trans, n, k, alpha, a, lda, beta, c)
SSFRK performs a symmetric rank-k operation for matrix in RFP format.
subroutine spftrf(transr, uplo, n, a, info)
SPFTRF
subroutine spftri(transr, uplo, n, a, info)
SPFTRI
subroutine spftrs(transr, uplo, n, nrhs, a, b, ldb, info)
SPFTRS
subroutine stfsm(transr, side, uplo, trans, diag, m, n, alpha, a, b, ldb)
STFSM solves a matrix equation (one operand is a triangular matrix in RFP format).
subroutine stftri(transr, uplo, diag, n, a, info)
STFTRI
subroutine stfttp(transr, uplo, n, arf, ap, info)
STFTTP copies a triangular matrix from the rectangular full packed format (TF) to the standard packed...
subroutine stfttr(transr, uplo, n, arf, a, lda, info)
STFTTR copies a triangular matrix from the rectangular full packed format (TF) to the standard full f...
subroutine stpttf(transr, uplo, n, ap, arf, info)
STPTTF copies a triangular matrix from the standard packed format (TP) to the rectangular full packed...
subroutine stpttr(uplo, n, ap, a, lda, info)
STPTTR copies a triangular matrix from the standard packed format (TP) to the standard full format (T...
subroutine strttf(transr, uplo, n, a, lda, arf, info)
STRTTF copies a triangular matrix from the standard full format (TR) to the rectangular full packed f...
subroutine strttp(uplo, n, a, lda, ap, info)
STRTTP copies a triangular matrix from the standard full format (TR) to the standard packed format (T...
subroutine serrrfp(nunit)
SERRRFP