Uses of Class
org.bytedeco.cuda.nvgraph.nvgraphGraphDescr
-
Packages that use nvgraphGraphDescr Package Description org.bytedeco.cuda.global -
-
Uses of nvgraphGraphDescr in org.bytedeco.cuda.global
Methods in org.bytedeco.cuda.global with parameters of type nvgraphGraphDescr Modifier and Type Method Description static intnvgraph. nvgraphAllocateEdgeData(nvgraphContext handle, nvgraphGraphDescr descrG, long numsets, int[] settypes)static intnvgraph. nvgraphAllocateEdgeData(nvgraphContext handle, nvgraphGraphDescr descrG, long numsets, IntBuffer settypes)static intnvgraph. nvgraphAllocateEdgeData(nvgraphContext handle, nvgraphGraphDescr descrG, long numsets, IntPointer settypes)static intnvgraph. nvgraphAllocateVertexData(nvgraphContext handle, nvgraphGraphDescr descrG, long numsets, int[] settypes)static intnvgraph. nvgraphAllocateVertexData(nvgraphContext handle, nvgraphGraphDescr descrG, long numsets, IntBuffer settypes)static intnvgraph. nvgraphAllocateVertexData(nvgraphContext handle, nvgraphGraphDescr descrG, long numsets, IntPointer settypes)static intnvgraph. nvgraphAnalyzeClustering(nvgraphContext handle, nvgraphGraphDescr graph_descr, long weight_index, int n_clusters, int[] clustering, int metric, float[] score)static intnvgraph. nvgraphAnalyzeClustering(nvgraphContext handle, nvgraphGraphDescr graph_descr, long weight_index, int n_clusters, IntBuffer clustering, int metric, FloatBuffer score)static intnvgraph. nvgraphAnalyzeClustering(nvgraphContext handle, nvgraphGraphDescr graph_descr, long weight_index, int n_clusters, IntPointer clustering, int metric, FloatPointer score)static intnvgraph. nvgraphContractGraph(nvgraphContext handle, nvgraphGraphDescr descrG, nvgraphGraphDescr contrdescrG, int[] aggregates, long numaggregates, int VertexCombineOp, int VertexReduceOp, int EdgeCombineOp, int EdgeReduceOp, int flag)static intnvgraph. nvgraphContractGraph(nvgraphContext handle, nvgraphGraphDescr descrG, nvgraphGraphDescr contrdescrG, IntBuffer aggregates, long numaggregates, int VertexCombineOp, int VertexReduceOp, int EdgeCombineOp, int EdgeReduceOp, int flag)static intnvgraph. nvgraphContractGraph(nvgraphContext handle, nvgraphGraphDescr descrG, nvgraphGraphDescr contrdescrG, IntPointer aggregates, long numaggregates, int VertexCombineOp, int VertexReduceOp, int EdgeCombineOp, int EdgeReduceOp, int flag)static intnvgraph. nvgraphConvertGraph(nvgraphContext handle, nvgraphGraphDescr srcDescrG, nvgraphGraphDescr dstDescrG, int dstTType)static intnvgraph. nvgraphCreateGraphDescr(nvgraphContext handle, nvgraphGraphDescr descrG)static intnvgraph. nvgraphDestroyGraphDescr(nvgraphContext handle, nvgraphGraphDescr descrG)static intnvgraph. nvgraphExtractSubgraphByEdge(nvgraphContext handle, nvgraphGraphDescr descrG, nvgraphGraphDescr subdescrG, int[] subedges, long numedges)static intnvgraph. nvgraphExtractSubgraphByEdge(nvgraphContext handle, nvgraphGraphDescr descrG, nvgraphGraphDescr subdescrG, IntBuffer subedges, long numedges)static intnvgraph. nvgraphExtractSubgraphByEdge(nvgraphContext handle, nvgraphGraphDescr descrG, nvgraphGraphDescr subdescrG, IntPointer subedges, long numedges)static intnvgraph. nvgraphExtractSubgraphByVertex(nvgraphContext handle, nvgraphGraphDescr descrG, nvgraphGraphDescr subdescrG, int[] subvertices, long numvertices)static intnvgraph. nvgraphExtractSubgraphByVertex(nvgraphContext handle, nvgraphGraphDescr descrG, nvgraphGraphDescr subdescrG, IntBuffer subvertices, long numvertices)static intnvgraph. nvgraphExtractSubgraphByVertex(nvgraphContext handle, nvgraphGraphDescr descrG, nvgraphGraphDescr subdescrG, IntPointer subvertices, long numvertices)static intnvgraph. nvgraphGetEdgeData(nvgraphContext handle, nvgraphGraphDescr descrG, Pointer edgeData, long setnum)static intnvgraph. nvgraphGetGraphStructure(nvgraphContext handle, nvgraphGraphDescr descrG, Pointer topologyData, int[] TType)static intnvgraph. nvgraphGetGraphStructure(nvgraphContext handle, nvgraphGraphDescr descrG, Pointer topologyData, IntBuffer TType)static intnvgraph. nvgraphGetGraphStructure(nvgraphContext handle, nvgraphGraphDescr descrG, Pointer topologyData, IntPointer TType)static intnvgraph. nvgraphGetVertexData(nvgraphContext handle, nvgraphGraphDescr descrG, Pointer vertexData, long setnum)static intnvgraph. 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 intnvgraph. nvgraphSetEdgeData(nvgraphContext handle, nvgraphGraphDescr descrG, Pointer edgeData, long setnum)static intnvgraph. nvgraphSetGraphStructure(nvgraphContext handle, nvgraphGraphDescr descrG, Pointer topologyData, int TType)static intnvgraph. nvgraphSetVertexData(nvgraphContext handle, nvgraphGraphDescr descrG, Pointer vertexData, long setnum)static intnvgraph. nvgraphSpectralClustering(nvgraphContext handle, nvgraphGraphDescr graph_descr, long weight_index, SpectralClusteringParameter params, int[] clustering, Pointer eig_vals, Pointer eig_vects)static intnvgraph. nvgraphSpectralClustering(nvgraphContext handle, nvgraphGraphDescr graph_descr, long weight_index, SpectralClusteringParameter params, IntBuffer clustering, Pointer eig_vals, Pointer eig_vects)static intnvgraph. nvgraphSpectralClustering(nvgraphContext handle, nvgraphGraphDescr graph_descr, long weight_index, SpectralClusteringParameter params, IntPointer clustering, Pointer eig_vals, Pointer eig_vects)static intnvgraph. nvgraphSrSpmv(nvgraphContext handle, nvgraphGraphDescr descrG, long weight_index, Pointer alpha, long x_index, Pointer beta, long y_index, int SR)static intnvgraph. nvgraphSssp(nvgraphContext handle, nvgraphGraphDescr descrG, long weight_index, int[] source_vert, long sssp_index)static intnvgraph. nvgraphSssp(nvgraphContext handle, nvgraphGraphDescr descrG, long weight_index, IntBuffer source_vert, long sssp_index)static intnvgraph. nvgraphSssp(nvgraphContext handle, nvgraphGraphDescr descrG, long weight_index, IntPointer source_vert, long sssp_index)static intnvgraph. nvgraphTraversal(nvgraphContext handle, nvgraphGraphDescr descrG, int traversalT, int[] source_vert, nvgraphTraversalParameter_t params)static intnvgraph. nvgraphTraversal(nvgraphContext handle, nvgraphGraphDescr descrG, int traversalT, IntBuffer source_vert, nvgraphTraversalParameter_t params)static intnvgraph. nvgraphTraversal(nvgraphContext handle, nvgraphGraphDescr descrG, int traversalT, IntPointer source_vert, nvgraphTraversalParameter_t params)static intnvgraph. nvgraphTriangleCount(nvgraphContext handle, nvgraphGraphDescr graph_descr, long[] result)static intnvgraph. nvgraphTriangleCount(nvgraphContext handle, nvgraphGraphDescr graph_descr, LongBuffer result)static intnvgraph. nvgraphTriangleCount(nvgraphContext handle, nvgraphGraphDescr graph_descr, LongPointer result)static intnvgraph. nvgraphWidestPath(nvgraphContext handle, nvgraphGraphDescr descrG, long weight_index, int[] source_vert, long widest_path_index)static intnvgraph. nvgraphWidestPath(nvgraphContext handle, nvgraphGraphDescr descrG, long weight_index, IntBuffer source_vert, long widest_path_index)static intnvgraph. nvgraphWidestPath(nvgraphContext handle, nvgraphGraphDescr descrG, long weight_index, IntPointer source_vert, long widest_path_index)
-