The R Project SVN R

Rev

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

Rev 83557 Rev 88574
Line 1... Line 1...
1
% File src/library/base/man/svd.Rd
1
% File src/library/base/man/svd.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2023 R Core Team
3
% Copyright 1995-2025 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{svd}
6
\name{svd}
7
\alias{svd}
7
\alias{svd}
8
\alias{La.svd}
8
\alias{La.svd}
Line 72... Line 72...
72
 
72
 
73
  LAPACK is from \url{https://netlib.org/lapack/} and its guide is
73
  LAPACK is from \url{https://netlib.org/lapack/} and its guide is
74
  listed in the references.
74
  listed in the references.
75
}
75
}
76
\references{
76
\references{
77
  Anderson. E. and ten others (1999)
77
  \bibshow{R:Anderson+Bai+Bischof:1999,
78
  \emph{LAPACK Users' Guide}. Third Edition. SIAM.\cr
-
 
79
  Available on-line at
78
    R:Becker+Chambers+Wilks:1988}
80
  \url{https://netlib.org/lapack/lug/lapack_lug.html}.
-
 
81
 
79
  
82
  The \href{https://en.wikipedia.org/wiki/Singular-value_decomposition}{%
80
  The \href{https://en.wikipedia.org/wiki/Singular-value_decomposition}{%
83
    \sQuote{Singular-value decomposition}} Wikipedia article.
81
    \sQuote{Singular-value decomposition}} Wikipedia article.
84
 
-
 
85
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
-
 
86
  \emph{The New S Language}.
-
 
87
  Wadsworth & Brooks/Cole.
-
 
88
}
82
}
89
 
83
 
90
\seealso{
84
\seealso{
91
  \code{\link{eigen}}, \code{\link{qr}}.
85
  \code{\link{eigen}}, \code{\link{qr}}.
92
}
86
}