The R Project SVN R

Rev

Rev 88585 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88585 Rev 88690
Line 114... Line 114...
114
 
114
 
115
  LAPACK and LINPACK are from \url{https://netlib.org/lapack/} and
115
  LAPACK and LINPACK are from \url{https://netlib.org/lapack/} and
116
  \url{https://netlib.org/linpack/} and their guides are listed
116
  \url{https://netlib.org/linpack/} and their guides are listed
117
  in the references.
117
  in the references.
118
}
118
}
-
 
119
\author{
-
 
120
  The design was inspired by (but differs considerably from)
-
 
121
  the S function of the same name described in
-
 
122
  \bibcitet{R:Chambers:1992:c4}.
-
 
123
}
119
\references{
124
\references{
120
  \bibshow{R:Anderson+Bai+Bischof:1999,
125
  \bibshow{R:Anderson+Bai+Bischof:1999,
121
    R:Chambers:1992:c4,
126
    R:Chambers:1992:c4,
122
    R:Dongarra+Bunch+Moler:1979}
127
    R:Dongarra+Bunch+Moler:1979}
123
}
128
}
124
\author{
-
 
125
  The design was inspired by (but differs considerably from)
-
 
126
  the S function of the same name described in Chambers (1992).
-
 
127
}
-
 
128
 
-
 
129
\seealso{
129
\seealso{
130
  \code{\link{norm}};
130
  \code{\link{norm}};
131
  \code{\link{svd}} for the singular value decomposition and
131
  \code{\link{svd}} for the singular value decomposition and
132
  \code{\link{qr}} for the \eqn{QR} one.
132
  \code{\link{qr}} for the \eqn{QR} one.
133
}
133
}