cla_syrfsx_extended (l) - Linux Manuals
cla_syrfsx_extended: computes ..
Command to display cla_syrfsx_extended
manual in Linux: $ man l cla_syrfsx_extended
NAME
CLA_SYRFSX_EXTENDED - computes ..
SYNOPSIS
- SUBROUTINE CLA_SYRFSX_EXTENDED(
-
PREC_TYPE, UPLO, 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,
N_NORMS, ITHRESH
-
CHARACTER
UPLO
-
LOGICAL
COLEQU, IGNORE_CWISE
-
REAL
RTHRESH, DZ_UB
-
INTEGER
IPIV( * )
-
COMPLEX
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
CLA_SYRFSX_EXTENDED computes ... .
ARGUMENTS
Pages related to cla_syrfsx_extended
- cla_syrfsx_extended (3)
- cla_syrcond_c (l) - CLA_SYRCOND_C Compute the infinity norm condition number of op(A) * inv(diag(C)) where C is a REAL vector
- cla_syrcond_x (l) - CLA_SYRCOND_X Compute the infinity norm condition number of op(A) * diag(X) where X is a COMPLEX vector
- cla_syamv (l) - performs the matrix-vector operation y := alpha*abs(A)*abs(x) + beta*abs(y),
- cla_gbamv (l) - performs one of the matrix-vector operations y := alpha*abs(A)*abs(x) + beta*abs(y),
- cla_gbrcond_c (l) - CLA_GBRCOND_C Compute the infinity norm condition number of op(A) * inv(diag(C)) where C is a REAL vector
- cla_gbrcond_x (l) - CLA_GBRCOND_X Compute the infinity norm condition number of op(A) * diag(X) where X is a COMPLEX vector
- cla_gbrfsx_extended (l) - computes ..