-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.48 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
28
29
30
31
32
33
34
35
36
37
Package: kazaam
Type: Package
Title: Tools for Tall Distributed Matrices
Version: 0.2-0
Description: Many data science problems reduce to operations on very tall,
skinny matrices. However, sometimes these matrices can be so tall that they
are difficult to work with, or do not even fit into main memory. One
strategy to deal with such objects is to distribute their rows across
several processors. To this end, we offer an 'S4' class for tall, skinny,
distributed matrices, called the 'shaq'. We also provide many useful
numerical methods and statistics operations for operating on these
distributed objects. The naming is a bit "tongue-in-cheek", with the class
a play on the fact that 'Shaquille' 'ONeal' ('Shaq') is very tall, and he
starred in the film 'Kazaam'.
License: BSD 2-clause License + file LICENSE
Depends:
R (>= 3.5.0),
pbdMPI (>= 0.3-9)
Imports:
methods,
stats,
float (>= 0.2-0)
LinkingTo:
float (>= 0.2-0)
ByteCompile: yes
Authors@R: c(
person("Drew", "Schmidt", role = c("aut", "cre", "cph"), email="[email protected]"),
person("Wei-Chen", "Chen", role = c("aut", "cph")),
person("Mike", "Matheson", role = "aut"),
person("George", "Ostrouchov", role = "ctb"),
person("ORNL", role = "cph")
)
URL: https://pbdr.org/
BugReports: http://group.pbdr.org/
MailingList: Please send questions and comments regarding pbdR to [email protected]
Maintainer: Drew Schmidt <[email protected]>
RoxygenNote: 7.1.2