-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
42 lines (41 loc) · 1.22 KB
/
NAMESPACE
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
38
39
40
41
42
# Generated by roxygen2: do not edit by hand
export(is_dtensor)
export(is_sptensor)
export(is_tensor)
exportMethods("[")
exportMethods("[<-")
exportMethods("dimnames<-")
exportMethods(as.vector)
exportMethods(as_dtensor)
exportMethods(as_sptensor)
exportMethods(dim)
exportMethods(dimnames)
exportMethods(dtensor)
exportMethods(innerprod)
exportMethods(length)
exportMethods(norm)
exportMethods(nzsubs)
exportMethods(nzvals)
exportMethods(outerprod)
exportMethods(refold)
exportMethods(sptensor)
exportMethods(ttm)
exportMethods(ttt)
exportMethods(ttv)
exportMethods(unfold)
exportMethods(unfolded_dtensor)
exportMethods(unfolded_sptensor)
import(purrr)
importClassesFrom(Matrix,Matrix)
importClassesFrom(Matrix,TsparseMatrix)
importClassesFrom(Matrix,sparseMatrix)
importClassesFrom(Matrix,sparseVector)
importFrom(assertive.base,assert_all_are_not_na)
importFrom(assertive.base,assert_are_identical)
importFrom(assertive.base,assert_engine)
importFrom(assertive.base,get_name_in_parent)
importFrom(assertive.properties,assert_are_same_length)
importFrom(assertive.properties,assert_have_same_dims)
importFrom(assertive.properties,assert_is_non_empty)
importFrom(assertive.properties,assert_is_vector)
importFrom(assertive.types,assert_is_numeric)