File: RcppExports.R

package info (click to toggle)
r-cran-graphlayouts 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,660 kB
  • sloc: cpp: 696; sh: 13; makefile: 2
file content (79 lines) | stat: -rw-r--r-- 2,363 bytes parent folder | download
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

constrained_stress <- function(x, W, D) {
    .Call(`_graphlayouts_constrained_stress`, x, W, D)
}

constrained_stress_major <- function(y, dim, W, D, iter, tol) {
    .Call(`_graphlayouts_constrained_stress_major`, y, dim, W, D, iter, tol)
}

fixed_stress_major <- function(y, fixedCoords, W, D, iter, tol) {
    .Call(`_graphlayouts_fixed_stress_major`, y, fixedCoords, W, D, iter, tol)
}

constrained_stress3D <- function(x, W, D) {
    .Call(`_graphlayouts_constrained_stress3D`, x, W, D)
}

constrained_stress_major3D <- function(y, dim, W, D, iter, tol) {
    .Call(`_graphlayouts_constrained_stress_major3D`, y, dim, W, D, iter, tol)
}

criterion_angular_resolution <- function(adj, xy) {
    .Call(`_graphlayouts_criterion_angular_resolution`, adj, xy)
}

criterion_edge_length <- function(el, xy, lg) {
    .Call(`_graphlayouts_criterion_edge_length`, el, xy, lg)
}

criterion_balanced_edge_length <- function(adj_deg2, xy) {
    .Call(`_graphlayouts_criterion_balanced_edge_length`, adj_deg2, xy)
}

criterion_line_straightness <- function() {
    .Call(`_graphlayouts_criterion_line_straightness`)
}

criterion_octilinearity <- function(el, xy) {
    .Call(`_graphlayouts_criterion_octilinearity`, el, xy)
}

layout_as_metro_iter <- function(adj, el, adj_deg2, xy, bbox, l, gr, w, bsize) {
    .Call(`_graphlayouts_layout_as_metro_iter`, adj, el, adj_deg2, xy, bbox, l, gr, w, bsize)
}

reweighting <- function(el, N_ranks) {
    .Call(`_graphlayouts_reweighting`, el, N_ranks)
}

sparseStress <- function(y, D, Rp, pivots, A, maxIter) {
    .Call(`_graphlayouts_sparseStress`, y, D, Rp, pivots, A, maxIter)
}

stress <- function(x, W, D) {
    .Call(`_graphlayouts_stress`, x, W, D)
}

stress_major <- function(y, W, D, iter, tol) {
    .Call(`_graphlayouts_stress_major`, y, W, D, iter, tol)
}

stress_radii <- function(y, W, D, r, tseq) {
    .Call(`_graphlayouts_stress_radii`, y, W, D, r, tseq)
}

stress_focus <- function(y, W, D, Z, tseq, iter, tol) {
    .Call(`_graphlayouts_stress_focus`, y, W, D, Z, tseq, iter, tol)
}

stress3D <- function(x, W, D) {
    .Call(`_graphlayouts_stress3D`, x, W, D)
}

stress_major3D <- function(y, W, D, iter, tol) {
    .Call(`_graphlayouts_stress_major3D`, y, W, D, iter, tol)
}