zla_gbrfsx_extended (l) - Linux Manuals
zla_gbrfsx_extended: computes ..
Command to display zla_gbrfsx_extended
manual in Linux: $ man l zla_gbrfsx_extended
NAME
ZLA_GBRFSX_EXTENDED - computes ..
SYNOPSIS
- SUBROUTINE ZLA_GBRFSX_EXTENDED(
-
PREC_TYPE, TRANS_TYPE, N, KL, KU,
NRHS, AB, LDAB, AFB, LDAFB, IPIV,
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, LDAB, LDAFB, LDB, LDY, N, KL, KU, NRHS,
PREC_TYPE, TRANS_TYPE, N_NORMS, ITHRESH
-
LOGICAL
COLEQU, IGNORE_CWISE
-
DOUBLE
PRECISION RTHRESH, DZ_UB
-
INTEGER
IPIV( * )
-
COMPLEX*16
AB( LDAB, * ), AFB( LDAFB, * ), B( LDB, * ),
Y( LDY, * ), RES( * ), DY( * ), Y_TAIL( * )
-
DOUBLE
PRECISION C( * ), AYB(*), RCOND, BERR_OUT( * ),
ERRS_N( NRHS, * ), ERRS_C( NRHS, * )
PURPOSE
ZLA_GBRFSX_EXTENDED computes ... .
ARGUMENTS
Pages related to zla_gbrfsx_extended
- zla_gbrfsx_extended (3)
- zla_gbrcond_c (l) - ZLA_GBRCOND_C Compute the infinity norm condition number of op(A) * inv(diag(C)) where C is a DOUBLE PRECISION vector
- zla_gbrcond_x (l) - ZLA_GBRCOND_X Compute the infinity norm condition number of op(A) * diag(X) where X is a COMPLEX*16 vector
- zla_gbamv (l) - performs one of the matrix-vector operations y := alpha*abs(A)*abs(x) + beta*abs(y),
- zla_geamv (l) - performs one of the matrix-vector operations y := alpha*abs(A)*abs(x) + beta*abs(y),
- zla_gercond_c (l) - ZLA_GERCOND_C compute the infinity norm condition number of op(A) * inv(diag(C)) where C is a DOUBLE PRECISION vector
- zla_gercond_x (l) - ZLA_GERCOND_X compute the infinity norm condition number of op(A) * diag(X) where X is a COMPLEX*16 vector
- zla_gerfsx_extended (l) - computes ..
- zla_heamv (l) - performs the matrix-vector operation y := alpha*abs(A)*abs(x) + beta*abs(y),