La_version {base} | R Documentation |
LAPACK Version
Description
Report the version of LAPACK in use.
Usage
La_version()
Value
A character vector of length one.
Note that this is the version as reported by the library at runtime. It may differ from the reference (‘netlib’) implementation, for example by having some optimized or patched routines. For the version included with R, the older (not Fortran 90) versions of
DLARTG DLASSQ ZLARTG ZLASSQ
are used.
See Also
extSoftVersion
for versions of other third-party software.
La_library
for binary/executable file with LAPACK in use.
Examples
La_version()
[Package base version 4.4.1 Index]