-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.02 KB
/
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
25
26
27
Package: irlba
Type: Package
Title: Fast Truncated Singular Value Decomposition and Principal
Components Analysis for Large Dense and Sparse Matrices
Version: 2.3.5.1
Date: 2021-12-05
Authors@R: c(
person("Jim", "Baglama", role=c("aut", "cph"), email="[email protected]"),
person("Lothar", "Reichel", role=c("aut", "cph"), email="[email protected]"),
person("B. W.", "Lewis", role=c("aut","cre","cph"), email="[email protected]"))
Description: Fast and memory efficient methods for truncated singular value
decomposition and principal components analysis of large sparse and dense
matrices.
Depends: R (>= 3.6.2), Matrix
LinkingTo: Matrix
Imports: stats, methods
License: GPL-3
BugReports: https://github.com/bwlewis/irlba/issues
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2022-10-03 15:17:05 UTC; ripley
Author: Jim Baglama [aut, cph],
Lothar Reichel [aut, cph],
B. W. Lewis [aut, cre, cph]
Maintainer: B. W. Lewis <[email protected]>
Repository: CRAN
Date/Publication: 2022-10-03 18:38:49 UTC