zla_gerfsx_extended (l) - Linux Manuals
zla_gerfsx_extended: computes ..
Command to display zla_gerfsx_extended
manual in Linux: $ man l zla_gerfsx_extended
NAME
ZLA_GERFSX_EXTENDED - computes ..
SYNOPSIS
- SUBROUTINE ZLA_GERFSX_EXTENDED(
-
PREC_TYPE, TRANS_TYPE, N, NRHS, A,
LDA, AF, LDAF, 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, LDA, LDAF, LDB, LDY, N, NRHS, PREC_TYPE,
TRANS_TYPE, N_NORMS
-
LOGICAL
COLEQU, IGNORE_CWISE
-
INTEGER
ITHRESH
-
DOUBLE
PRECISION RTHRESH, DZ_UB
-
INTEGER
IPIV( * )
-
COMPLEX*16
A( LDA, * ), AF( LDAF, * ), B( LDB, * ),
Y( LDY, * ), RES( * ), DY( * ), Y_TAIL( * )
-
DOUBLE
PRECISION C( * ), AYB( * ), RCOND, BERR_OUT( * ),
ERRS_N( NRHS, * ), ERRS_C( NRHS, * )
PURPOSE
ZLA_GERFSX_EXTENDED computes ... .
ARGUMENTS
Pages related to zla_gerfsx_extended
- zla_gerfsx_extended (3)
- 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_geamv (l) - performs one of the matrix-vector operations y := alpha*abs(A)*abs(x) + beta*abs(y),
- zla_gbamv (l) - performs one of the matrix-vector operations y := alpha*abs(A)*abs(x) + beta*abs(y),
- 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_gbrfsx_extended (l) - computes ..
- zla_heamv (l) - performs the matrix-vector operation y := alpha*abs(A)*abs(x) + beta*abs(y),