sla_porfsx_extended (l) - Linux Manuals
sla_porfsx_extended: computes ..
Command to display sla_porfsx_extended
manual in Linux: $ man l sla_porfsx_extended
NAME
SLA_PORFSX_EXTENDED - computes ..
SYNOPSIS
- SUBROUTINE SLA_PORFSX_EXTENDED(
-
PREC_TYPE, UPLO, N, NRHS, A, LDA,
AF, LDAF, COLEQU, C, B, LDB, Y,
LDY, BERR_OUT, N_NORMS, ERRS_N,
ERRS_C, RES, AYB, DY, Y_TAIL,
RCOND, ITHRESH, RTHRESH, DZ_UB,
IGNORE_CWISE, INFO )
-
IMPLICIT
NONE
-
INTEGER
INFO, LDA, LDAF, LDB, LDY, N, NRHS, PREC_TYPE,
N_NORMS, ITHRESH
-
CHARACTER
UPLO
-
LOGICAL
COLEQU, IGNORE_CWISE
-
REAL
RTHRESH, DZ_UB
-
REAL
A( LDA, * ), AF( LDAF, * ), B( LDB, * ),
Y( LDY, * ), RES( * ), DY( * ), Y_TAIL( * )
-
REAL
C( * ), AYB(*), RCOND, BERR_OUT( * ),
ERRS_N( NRHS, * ), ERRS_C( NRHS, * )
PURPOSE
SLA_PORFSX_EXTENDED computes ... .
ARGUMENTS
Pages related to sla_porfsx_extended
- sla_porfsx_extended (3)
- sla_porcond (l) - SLA_PORCOND Estimate the Skeel condition number of op(A) * op2(C) where op2 is determined by CMODE as follows CMODE = 1 op2(C) = C CMODE = 0 op2(C) = I CMODE = -1 op2(C) = inv(C) The Skeel condition number cond(A) = norminf( |inv(A)||A| ) is computed by computing scaling factors R such that diag(R)*A*op2(C) is row equilibrated and computing the standard infinity-norm condition number
- sla_gbamv (l) - performs one of the matrix-vector operations y := alpha*abs(A)*abs(x) + beta*abs(y),
- sla_gbrcond (l) - SLA_GERCOND Estimate the Skeel condition number of op(A) * op2(C) where op2 is determined by CMODE as follows CMODE = 1 op2(C) = C CMODE = 0 op2(C) = I CMODE = -1 op2(C) = inv(C) The Skeel condition number cond(A) = norminf( |inv(A)||A| ) is computed by computing scaling factors R such that diag(R)*A*op2(C) is row equilibrated and computing the standard infinity-norm condition number
- sla_gbrfsx_extended (l) - computes ..
- sla_geamv (l) - performs one of the matrix-vector operations y := alpha*abs(A)*abs(x) + beta*abs(y),
- sla_gercond (l) - SLA_GERCOND estimate the Skeel condition number of op(A) * op2(C) where op2 is determined by CMODE as follows CMODE = 1 op2(C) = C CMODE = 0 op2(C) = I CMODE = -1 op2(C) = inv(C) The Skeel condition number cond(A) = norminf( |inv(A)||A| ) is computed by computing scaling factors R such that diag(R)*A*op2(C) is row equilibrated and computing the standard infinity-norm condition number
- sla_gerfsx_extended (l) - computes ..