| ||||||
| ||||||
![]() | ||||||
Prototype | ||||||
template <class LapackMatA, class Real> int gecon(char _norm, const LapackMatA& a, const Real& _anorm, Real& rcond) ; | ||||||
![]() | ||||||
Description | ||||||
Estimate the reciprocal of the condition number of a general matrix
A, with either the one-norm or the infinity-norm. GECON uses the LU
factorization computed by GETRF. Currently MTL only handles column
oriented matrices for this function.
| ||||||
![]() | ||||||
Definition | ||||||
mtl2lapack.h | ||||||
![]() | ||||||
Preconditions | ||||||
| ||||||
![]() | ||||||
Complexity | ||||||
![]() | ||||||
Example | ||||||
![]() | ||||||
Notes | ||||||
![]() | ||||||
See also | ||||||
Copyright ©
1998,1999 University of Notre Dame. All Rights Reserved.