-
Notifications
You must be signed in to change notification settings - Fork 21
/
DESCRIPTION
24 lines (24 loc) · 971 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: rARPACK
Type: Package
Title: Solvers for Large Scale Eigenvalue and SVD Problems
Version: 0.11-0
Date: 2016-03-07
Author: Yixuan Qiu, Jiali Mei and authors of the ARPACK library. See file
AUTHORS for details.
Maintainer: Yixuan Qiu <[email protected]>
Description: Previously an R wrapper of the 'ARPACK' library
<http://www.caam.rice.edu/software/ARPACK/>, and now a shell of the
R package 'RSpectra', an R interface to the 'Spectra' library
<http://yixuan.cos.name/spectra/> for solving large scale
eigenvalue/vector problems. The current version of 'rARPACK'
simply imports and exports the functions provided by 'RSpectra'.
New users of 'rARPACK' are advised to switch to the 'RSpectra' package.
License: BSD_3_clause + file LICENSE
Copyright: see file COPYRIGHTS
URL: https://github.com/yixuan/rARPACK
BugReports: https://github.com/yixuan/rARPACK/issues
Imports:
RSpectra
Suggests:
Matrix (>= 1.1-0)
RoxygenNote: 5.0.1