Visible to Intel only — GUID: GUID-A9217AE2-11C9-453F-A409-6D93B34FDF12
Visible to Intel only — GUID: GUID-A9217AE2-11C9-453F-A409-6D93B34FDF12
Importing/Exporting Data to or from the Graph Objects
Before and after working with graph objects, you can use the following routines to import data in a supported format into a graph object and export the data back later.
Routine | Description |
---|---|
Updates a graph matrix with the data in CSR format |
|
Exports a CSR representation of a graph matrix |
|
Updates a graph matrix with the data in CSC format |
|
Exports a CSC representation of a graph matrix |
|
Updates a graph vector with the data in the dense format |
|
Exports dense representation of a graph vector |
|
Updates a graph vector with the data in sparse format |
|
Exports sparse representation of a graph vector |
Product and Performance Information |
---|
Performance varies by use, configuration and other factors. Learn more at www.Intel.com/PerformanceIndex. Notice revision #20201201 |
- mkl_graph_matrix_set_csr
Updates a graph matrix with the data in CSR format. - mkl_graph_matrix_get_csr
Exports a CSR representation of a graph matrix. - mkl_graph_matrix_set_csc
Updates a graph matrix with the data in CSC format. - mkl_graph_matrix_get_csc
Exports a CSC representation of a graph matrix. - mkl_graph_vector_set_dense
Updates a graph vector with the data in the dense format. - mkl_graph_vector_get_dense
Exports dense representation of a graph vector. - mkl_graph_vector_set_sparse
Updates a graph vector with the data in a sparse format. - mkl_graph_vector_get_sparse
Exports a sparse representation of a graph vector.