blob: 877613d1cd8987d940606fc7d7cfbac07775a48f [file] [log] [blame]
% File src/library/base/man/La_version.Rd
% Part of the R package, https://www.R-project.org
% Copyright 2013-2014 R Core Team
% Distributed under GPL 2 or later
\name{La_version}
\alias{La_version}
\title{
LAPACK Version
}
\description{
Report the version of LAPACK in use.
}
\usage{
La_version()
}
\value{
A character vector of length one.
}
\seealso{
\code{\link{extSoftVersion}} for versions of other third-party software.
\code{\link{La_library}} for binary/executable file with LAPACK in use.
}
\examples{
La_version()
}
\keyword{utilities}