static int |
nvgraph.nvgraphAllocateEdgeData(nvgraphContext handle,
nvgraphGraphDescr descrG,
long numsets,
int[] settypes) |
static int |
nvgraph.nvgraphAllocateEdgeData(nvgraphContext handle,
nvgraphGraphDescr descrG,
long numsets,
IntBuffer settypes) |
static int |
nvgraph.nvgraphAllocateEdgeData(nvgraphContext handle,
nvgraphGraphDescr descrG,
long numsets,
IntPointer settypes) |
static int |
nvgraph.nvgraphAllocateVertexData(nvgraphContext handle,
nvgraphGraphDescr descrG,
long numsets,
int[] settypes) |
static int |
nvgraph.nvgraphAllocateVertexData(nvgraphContext handle,
nvgraphGraphDescr descrG,
long numsets,
IntBuffer settypes) |
static int |
nvgraph.nvgraphAllocateVertexData(nvgraphContext handle,
nvgraphGraphDescr descrG,
long numsets,
IntPointer settypes) |
static int |
nvgraph.nvgraphAnalyzeClustering(nvgraphContext handle,
nvgraphGraphDescr graph_descr,
long weight_index,
int n_clusters,
int[] clustering,
int metric,
float[] score) |
static int |
nvgraph.nvgraphAnalyzeClustering(nvgraphContext handle,
nvgraphGraphDescr graph_descr,
long weight_index,
int n_clusters,
IntBuffer clustering,
int metric,
FloatBuffer score) |
static int |
nvgraph.nvgraphAnalyzeClustering(nvgraphContext handle,
nvgraphGraphDescr graph_descr,
long weight_index,
int n_clusters,
IntPointer clustering,
int metric,
FloatPointer score) |
static int |
nvgraph.nvgraphContractGraph(nvgraphContext handle,
nvgraphGraphDescr descrG,
nvgraphGraphDescr contrdescrG,
int[] aggregates,
long numaggregates,
int VertexCombineOp,
int VertexReduceOp,
int EdgeCombineOp,
int EdgeReduceOp,
int flag) |
static int |
nvgraph.nvgraphContractGraph(nvgraphContext handle,
nvgraphGraphDescr descrG,
nvgraphGraphDescr contrdescrG,
IntBuffer aggregates,
long numaggregates,
int VertexCombineOp,
int VertexReduceOp,
int EdgeCombineOp,
int EdgeReduceOp,
int flag) |
static int |
nvgraph.nvgraphContractGraph(nvgraphContext handle,
nvgraphGraphDescr descrG,
nvgraphGraphDescr contrdescrG,
IntPointer aggregates,
long numaggregates,
int VertexCombineOp,
int VertexReduceOp,
int EdgeCombineOp,
int EdgeReduceOp,
int flag) |
static int |
nvgraph.nvgraphConvertGraph(nvgraphContext handle,
nvgraphGraphDescr srcDescrG,
nvgraphGraphDescr dstDescrG,
int dstTType) |
static int |
nvgraph.nvgraphConvertTopology(nvgraphContext handle,
int srcTType,
Pointer srcTopology,
Pointer srcEdgeData,
int[] dataType,
int dstTType,
Pointer dstTopology,
Pointer dstEdgeData) |
static int |
nvgraph.nvgraphConvertTopology(nvgraphContext handle,
int srcTType,
Pointer srcTopology,
Pointer srcEdgeData,
IntBuffer dataType,
int dstTType,
Pointer dstTopology,
Pointer dstEdgeData) |
static int |
nvgraph.nvgraphConvertTopology(nvgraphContext handle,
int srcTType,
Pointer srcTopology,
Pointer srcEdgeData,
IntPointer dataType,
int dstTType,
Pointer dstTopology,
Pointer dstEdgeData) |
static int |
nvgraph.nvgraphCreate(nvgraphContext handle) |
static int |
nvgraph.nvgraphCreateGraphDescr(nvgraphContext handle,
nvgraphGraphDescr descrG) |
static int |
nvgraph.nvgraphCreateGraphDescr(nvgraphContext handle,
PointerPointer descrG) |
static int |
nvgraph.nvgraphDestroy(nvgraphContext handle) |
static int |
nvgraph.nvgraphDestroyGraphDescr(nvgraphContext handle,
nvgraphGraphDescr descrG) |
static int |
nvgraph.nvgraphExtractSubgraphByEdge(nvgraphContext handle,
nvgraphGraphDescr descrG,
nvgraphGraphDescr subdescrG,
int[] subedges,
long numedges) |
static int |
nvgraph.nvgraphExtractSubgraphByEdge(nvgraphContext handle,
nvgraphGraphDescr descrG,
nvgraphGraphDescr subdescrG,
IntBuffer subedges,
long numedges) |
static int |
nvgraph.nvgraphExtractSubgraphByEdge(nvgraphContext handle,
nvgraphGraphDescr descrG,
nvgraphGraphDescr subdescrG,
IntPointer subedges,
long numedges) |
static int |
nvgraph.nvgraphExtractSubgraphByVertex(nvgraphContext handle,
nvgraphGraphDescr descrG,
nvgraphGraphDescr subdescrG,
int[] subvertices,
long numvertices) |
static int |
nvgraph.nvgraphExtractSubgraphByVertex(nvgraphContext handle,
nvgraphGraphDescr descrG,
nvgraphGraphDescr subdescrG,
IntBuffer subvertices,
long numvertices) |
static int |
nvgraph.nvgraphExtractSubgraphByVertex(nvgraphContext handle,
nvgraphGraphDescr descrG,
nvgraphGraphDescr subdescrG,
IntPointer subvertices,
long numvertices) |
static int |
nvgraph.nvgraphGetEdgeData(nvgraphContext handle,
nvgraphGraphDescr descrG,
Pointer edgeData,
long setnum) |
static int |
nvgraph.nvgraphGetGraphStructure(nvgraphContext handle,
nvgraphGraphDescr descrG,
Pointer topologyData,
int[] TType) |
static int |
nvgraph.nvgraphGetGraphStructure(nvgraphContext handle,
nvgraphGraphDescr descrG,
Pointer topologyData,
IntBuffer TType) |
static int |
nvgraph.nvgraphGetGraphStructure(nvgraphContext handle,
nvgraphGraphDescr descrG,
Pointer topologyData,
IntPointer TType) |
static int |
nvgraph.nvgraphGetVertexData(nvgraphContext handle,
nvgraphGraphDescr descrG,
Pointer vertexData,
long setnum) |
static int |
nvgraph.nvgraphPagerank(nvgraphContext handle,
nvgraphGraphDescr descrG,
long weight_index,
Pointer alpha,
long bookmark_index,
int has_guess,
long pagerank_index,
float tolerance,
int max_iter) |
static int |
nvgraph.nvgraphSetEdgeData(nvgraphContext handle,
nvgraphGraphDescr descrG,
Pointer edgeData,
long setnum) |
static int |
nvgraph.nvgraphSetGraphStructure(nvgraphContext handle,
nvgraphGraphDescr descrG,
Pointer topologyData,
int TType) |
static int |
nvgraph.nvgraphSetVertexData(nvgraphContext handle,
nvgraphGraphDescr descrG,
Pointer vertexData,
long setnum) |
static int |
nvgraph.nvgraphSpectralClustering(nvgraphContext handle,
nvgraphGraphDescr graph_descr,
long weight_index,
SpectralClusteringParameter params,
int[] clustering,
Pointer eig_vals,
Pointer eig_vects) |
static int |
nvgraph.nvgraphSpectralClustering(nvgraphContext handle,
nvgraphGraphDescr graph_descr,
long weight_index,
SpectralClusteringParameter params,
IntBuffer clustering,
Pointer eig_vals,
Pointer eig_vects) |
static int |
nvgraph.nvgraphSpectralClustering(nvgraphContext handle,
nvgraphGraphDescr graph_descr,
long weight_index,
SpectralClusteringParameter params,
IntPointer clustering,
Pointer eig_vals,
Pointer eig_vects) |
static int |
nvgraph.nvgraphSrSpmv(nvgraphContext handle,
nvgraphGraphDescr descrG,
long weight_index,
Pointer alpha,
long x_index,
Pointer beta,
long y_index,
int SR) |
static int |
nvgraph.nvgraphSssp(nvgraphContext handle,
nvgraphGraphDescr descrG,
long weight_index,
int[] source_vert,
long sssp_index) |
static int |
nvgraph.nvgraphSssp(nvgraphContext handle,
nvgraphGraphDescr descrG,
long weight_index,
IntBuffer source_vert,
long sssp_index) |
static int |
nvgraph.nvgraphSssp(nvgraphContext handle,
nvgraphGraphDescr descrG,
long weight_index,
IntPointer source_vert,
long sssp_index) |
static int |
nvgraph.nvgraphTraversal(nvgraphContext handle,
nvgraphGraphDescr descrG,
int traversalT,
int[] source_vert,
nvgraphTraversalParameter_t params) |
static int |
nvgraph.nvgraphTraversal(nvgraphContext handle,
nvgraphGraphDescr descrG,
int traversalT,
IntBuffer source_vert,
nvgraphTraversalParameter_t params) |
static int |
nvgraph.nvgraphTraversal(nvgraphContext handle,
nvgraphGraphDescr descrG,
int traversalT,
IntPointer source_vert,
nvgraphTraversalParameter_t params) |
static int |
nvgraph.nvgraphTriangleCount(nvgraphContext handle,
nvgraphGraphDescr graph_descr,
long[] result) |
static int |
nvgraph.nvgraphTriangleCount(nvgraphContext handle,
nvgraphGraphDescr graph_descr,
LongBuffer result) |
static int |
nvgraph.nvgraphTriangleCount(nvgraphContext handle,
nvgraphGraphDescr graph_descr,
LongPointer result) |
static int |
nvgraph.nvgraphWidestPath(nvgraphContext handle,
nvgraphGraphDescr descrG,
long weight_index,
int[] source_vert,
long widest_path_index) |
static int |
nvgraph.nvgraphWidestPath(nvgraphContext handle,
nvgraphGraphDescr descrG,
long weight_index,
IntBuffer source_vert,
long widest_path_index) |
static int |
nvgraph.nvgraphWidestPath(nvgraphContext handle,
nvgraphGraphDescr descrG,
long weight_index,
IntPointer source_vert,
long widest_path_index) |