zla_gercond_c (l) - Linux Manuals
zla_gercond_c: ZLA_GERCOND_C compute the infinity norm condition number of op(A) * inv(diag(C)) where C is a DOUBLE PRECISION vector
Command to display zla_gercond_c
manual in Linux: $ man l zla_gercond_c
NAME
ZLA_GERCOND_C - ZLA_GERCOND_C compute the infinity norm condition number of op(A) * inv(diag(C)) where C is a DOUBLE PRECISION vector
SYNOPSIS
- DOUBLE PRECISION
-
FUNCTION ZLA_GERCOND_C( TRANS, N, A, LDA, AF,
LDAF, IPIV, C, CAPPLY, INFO, WORK,
RWORK )
-
IMPLICIT
NONE
-
CHARACTER
TRANS
-
LOGICAL
CAPPLY
-
INTEGER
N, LDA, LDAF, INFO
-
INTEGER
IPIV( * )
-
COMPLEX*16
A( LDA, * ), AF( LDAF, * ), WORK( * )
-
DOUBLE
PRECISION C( * ), RWORK( * )
PURPOSE
ZLA_GERCOND_C computes the infinity norm condition number of
op(A)
* inv(diag(C)) where C is a DOUBLE PRECISION vector.
ARGUMENTS
- C DOUBLE PRECISION vector.
-
- WORK COMPLEX*16 workspace of size 2*N.
-
RWORK DOUBLE PRECISION workspace of size 3*N.
Pages related to zla_gercond_c
- zla_gercond_c (3)
- 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_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),