55 SUBROUTINE serrqp( PATH, NUNIT )
71 parameter ( nmax = 3 )
79 REAL A( nmax, nmax ), TAU( nmax ), W( 3*nmax+1 )
94 COMMON / infoc / infot, nout, ok, lerr
95 COMMON / srnamc / srnamt
100 WRITE( nout, fmt = * )
109 IF( lsamen( 2, c2,
'QP' ) )
THEN
117 CALL sgeqp3( -1, 0, a, 1, ip, tau, w, lw, info )
118 CALL chkxer(
'SGEQP3', infot, nout, lerr, ok )
120 CALL sgeqp3( 1, -1, a, 1, ip, tau, w, lw, info )
121 CALL chkxer(
'SGEQP3', infot, nout, lerr, ok )
123 CALL sgeqp3( 2, 3, a, 1, ip, tau, w, lw, info )
124 CALL chkxer(
'SGEQP3', infot, nout, lerr, ok )
126 CALL sgeqp3( 2, 2, a, 2, ip, tau, w, lw-10, info )
127 CALL chkxer(
'SGEQP3', infot, nout, lerr, ok )
132 CALL alaesm( path, ok, nout )
subroutine serrqp(PATH, NUNIT)
SERRQP
subroutine alaesm(PATH, OK, NOUT)
ALAESM
subroutine chkxer(SRNAMT, INFOT, NOUT, LERR, OK)
subroutine sgeqp3(M, N, A, LDA, JPVT, TAU, WORK, LWORK, INFO)
SGEQP3