-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
37 lines (36 loc) · 1.03 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
# Generated by roxygen2: do not edit by hand
S3method(as.matrix,blopmatch_match)
S3method(group_duplicates,data.frame)
S3method(plot,blopmatch_match)
S3method(print,blopmatch_match)
S3method(teffect,blopmatch_match)
S3method(teffect,default)
export(blop)
export(blopi_glpk)
export(blopi_lpsolve)
export(group_duplicates)
export(matching_group)
export(teffect)
export(weighted_norm)
import(methods)
importClassesFrom(Matrix,dgCMatrix)
importFrom(Matrix,Matrix)
importFrom(Matrix,colSums)
importFrom(Matrix,rowSums)
importFrom(Rcpp,sourceCpp)
importFrom(Rglpk,Rglpk_solve_LP)
importFrom(graphics,plot)
importFrom(graphics,text)
importFrom(lpSolveAPI,get.constraints)
importFrom(lpSolveAPI,get.objective)
importFrom(lpSolveAPI,get.variables)
importFrom(lpSolveAPI,make.lp)
importFrom(lpSolveAPI,set.bounds)
importFrom(lpSolveAPI,set.column)
importFrom(lpSolveAPI,set.constr.type)
importFrom(lpSolveAPI,set.objfn)
importFrom(lpSolveAPI,set.rhs)
importFrom(lpSolveAPI,solve.lpExtPtr)
importFrom(stats,dist)
importMethodsFrom(Matrix,t)
useDynLib(blopmatch)