The R Project SVN R

Rev

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

Rev 61150 Rev 61433
Line 113... Line 113...
113
}
113
}
114
\source{
114
\source{
115
  For \code{qr}, the LINPACK routine \code{DQRDC} and the LAPACK
115
  For \code{qr}, the LINPACK routine \code{DQRDC} and the LAPACK
116
  routines \code{DGEQP3} and \code{ZGEQP3}.  Further LINPACK and LAPACK
116
  routines \code{DGEQP3} and \code{ZGEQP3}.  Further LINPACK and LAPACK
117
  routines are used for \code{qr.coef}, \code{qr.qy} and \code{qr.aty}.
117
  routines are used for \code{qr.coef}, \code{qr.qy} and \code{qr.aty}.
118
  
118
 
119
  LAPACK and LINPACK are from \url{http://www.netlib.org/lapack} and
119
  LAPACK and LINPACK are from \url{http://www.netlib.org/lapack} and
120
  \url{http://www.netlib.org/linpack} and their guides are listed
120
  \url{http://www.netlib.org/linpack} and their guides are listed
121
  in the references.
121
  in the references.
122
}
122
}
123
\references{
123
\references{
124
  Anderson. E. and ten others (1999)
124
  Anderson. E. and ten others (1999)
125
  \emph{LAPACK Users' Guide}. Third Edition. SIAM.\cr
125
  \emph{LAPACK Users' Guide}. Third Edition. SIAM.\cr
126
  Available on-line at
126
  Available on-line at
127
  \url{http://www.netlib.org/lapack/lug/lapack_lug.html}.
127
  \url{http://www.netlib.org/lapack/lug/lapack_lug.html}.
128
  
128
 
129
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
129
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
130
  \emph{The New S Language}.
130
  \emph{The New S Language}.
131
  Wadsworth & Brooks/Cole.
131
  Wadsworth & Brooks/Cole.
132
 
132
 
133
  Dongarra, J. J., Bunch, J. R., Moler, C. B. and Stewart, G. W. (1978)
133
  Dongarra, J. J., Bunch, J. R., Moler, C. B. and Stewart, G. W. (1978)