The R Project SVN R

Rev

Rev 68948 | Rev 79309 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 77208
Line 64... Line 64...
64
  exact calculation (via \code{\link{svd}}) is also likely to be quick
64
  exact calculation (via \code{\link{svd}}) is also likely to be quick
65
  enough.
65
  enough.
66
 
66
 
67
  Note that the 1- and Inf-norm condition numbers are much faster to
67
  Note that the 1- and Inf-norm condition numbers are much faster to
68
  calculate, and \code{rcond()} computes these \emph{\bold{r}eciprocal}
68
  calculate, and \code{rcond()} computes these \emph{\bold{r}eciprocal}
69
  condition numbers, also for complex matrices, using standard Lapack
69
  condition numbers, also for complex matrices, using standard LAPACK
70
  routines.
70
  routines.
71
 
71
 
72
  \code{kappa} and \code{rcond} are different interfaces to
72
  \code{kappa} and \code{rcond} are different interfaces to
73
  \emph{partly} identical functionality.
73
  \emph{partly} identical functionality.
74
 
74