C# Класс ManagedCuda.NVGraph.NVGraphNativeMathods

C# wrapper for nvgraph.h
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
nvgraphStatusGetString ( nvgraphStatus status ) : string

Приватные методы

Метод Описание
nvgraphAllocateEdgeData ( nvgraphContext handle, nvgraphGraphDescr descrG, ManagedCuda.BasicTypes.SizeT numsets, cudaDataType settypes ) : nvgraphStatus
nvgraphAllocateVertexData ( nvgraphContext handle, nvgraphGraphDescr descrG, ManagedCuda.BasicTypes.SizeT numsets, cudaDataType settypes ) : nvgraphStatus
nvgraphConvertGraph ( nvgraphContext handle, nvgraphGraphDescr srcDescrG, nvgraphGraphDescr dstDescrG, nvgraphTopologyType dstTType ) : nvgraphStatus
nvgraphConvertTopology ( nvgraphContext handle, nvgraphTopologyType srcTType, nvgraphTopologyBase srcTopology, ManagedCuda.BasicTypes.CUdeviceptr srcEdgeData, cudaDataType &dataType, nvgraphTopologyType dstTType, nvgraphTopologyBase dstTopology, ManagedCuda.BasicTypes.CUdeviceptr dstEdgeData ) : nvgraphStatus
nvgraphCreate ( nvgraphContext &handle ) : nvgraphStatus
nvgraphCreateGraphDescr ( nvgraphContext handle, nvgraphGraphDescr &descrG ) : nvgraphStatus
nvgraphDestroy ( nvgraphContext handle ) : nvgraphStatus
nvgraphDestroyGraphDescr ( nvgraphContext handle, nvgraphGraphDescr descrG ) : nvgraphStatus
nvgraphExtractSubgraphByEdge ( nvgraphContext handle, nvgraphGraphDescr descrG, nvgraphGraphDescr subdescrG, int subedges, ManagedCuda.BasicTypes.SizeT numedges ) : nvgraphStatus
nvgraphExtractSubgraphByVertex ( nvgraphContext handle, nvgraphGraphDescr descrG, nvgraphGraphDescr subdescrG, int subvertices, ManagedCuda.BasicTypes.SizeT numvertices ) : nvgraphStatus
nvgraphGetEdgeData ( nvgraphContext handle, nvgraphGraphDescr descrG, ManagedCuda.BasicTypes.CUdeviceptr edgeData, ManagedCuda.BasicTypes.SizeT setnum ) : nvgraphStatus
nvgraphGetEdgeData ( nvgraphContext handle, nvgraphGraphDescr descrG, IntPtr edgeData, ManagedCuda.BasicTypes.SizeT setnum ) : nvgraphStatus
nvgraphGetGraphStructure ( nvgraphContext handle, nvgraphGraphDescr descrG, nvgraphTopologyBase topologyData, nvgraphTopologyType &TType ) : nvgraphStatus
nvgraphGetVertexData ( nvgraphContext handle, nvgraphGraphDescr descrG, ManagedCuda.BasicTypes.CUdeviceptr vertexData, ManagedCuda.BasicTypes.SizeT setnum ) : nvgraphStatus
nvgraphGetVertexData ( nvgraphContext handle, nvgraphGraphDescr descrG, IntPtr vertexData, ManagedCuda.BasicTypes.SizeT setnum ) : nvgraphStatus
nvgraphPagerank ( nvgraphContext handle, nvgraphGraphDescr descrG, ManagedCuda.BasicTypes.SizeT weight_index, IntPtr alpha, ManagedCuda.BasicTypes.SizeT bookmark_index, int has_guess, ManagedCuda.BasicTypes.SizeT pagerank_index, float tolerance, int max_iter ) : nvgraphStatus
nvgraphSetEdgeData ( nvgraphContext handle, nvgraphGraphDescr descrG, ManagedCuda.BasicTypes.CUdeviceptr edgeData, ManagedCuda.BasicTypes.SizeT setnum ) : nvgraphStatus
nvgraphSetEdgeData ( nvgraphContext handle, nvgraphGraphDescr descrG, IntPtr edgeData, ManagedCuda.BasicTypes.SizeT setnum ) : nvgraphStatus
nvgraphSetGraphStructure ( nvgraphContext handle, nvgraphGraphDescr descrG, nvgraphTopologyBase topologyData, nvgraphTopologyType TType ) : nvgraphStatus
nvgraphSetVertexData ( nvgraphContext handle, nvgraphGraphDescr descrG, ManagedCuda.BasicTypes.CUdeviceptr vertexData, ManagedCuda.BasicTypes.SizeT setnum ) : nvgraphStatus
nvgraphSetVertexData ( nvgraphContext handle, nvgraphGraphDescr descrG, IntPtr vertexData, ManagedCuda.BasicTypes.SizeT setnum ) : nvgraphStatus
nvgraphSrSpmv ( nvgraphContext handle, nvgraphGraphDescr descrG, ManagedCuda.BasicTypes.SizeT weight_index, IntPtr alpha, ManagedCuda.BasicTypes.SizeT x_index, IntPtr beta, ManagedCuda.BasicTypes.SizeT y_index, nvgraphSemiring SR ) : nvgraphStatus
nvgraphSssp ( nvgraphContext handle, nvgraphGraphDescr descrG, ManagedCuda.BasicTypes.SizeT weight_index, int &source_vert, ManagedCuda.BasicTypes.SizeT sssp_index ) : nvgraphStatus
nvgraphStatusGetStringInternal ( nvgraphStatus status ) : IntPtr
nvgraphWidestPath ( nvgraphContext handle, nvgraphGraphDescr descrG, ManagedCuda.BasicTypes.SizeT weight_index, int &source_vert, ManagedCuda.BasicTypes.SizeT widest_path_index ) : nvgraphStatus

Описание методов

nvgraphStatusGetString() публичный статический Метод

public static nvgraphStatusGetString ( nvgraphStatus status ) : string
status nvgraphStatus
Результат string