GBCON: estimates the reciprocal of the condition number of a complex general band matrix A, in either the 1-norm or the infinity-norm, using the LU factorization computed by CGBTRF. An estimate is obtained for norm(inv(A)), and the reciprocal of the condition number is computed as RCOND = 1 / ( norm(A) * norm(inv(A)) ).
More...
GBCON: estimates the reciprocal of the condition number of a complex general band matrix A, in either the 1-norm or the infinity-norm, using the LU factorization computed by CGBTRF. An estimate is obtained for norm(inv(A)), and the reciprocal of the condition number is computed as RCOND = 1 / ( norm(A) * norm(inv(A)) ).
◆ la_cgbcon()
| la_lapack::gbcon::la_cgbcon |
◆ la_dgbcon()
| la_lapack::gbcon::la_dgbcon |
◆ la_qgbcon()
| la_lapack::gbcon::la_qgbcon |
◆ la_sgbcon()
| la_lapack::gbcon::la_sgbcon |
◆ la_wgbcon()
| la_lapack::gbcon::la_wgbcon |
◆ la_zgbcon()
| la_lapack::gbcon::la_zgbcon |
The documentation for this interface was generated from the following file: