Intel® oneAPI Math Kernel Library Developer Reference - C
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 |
Optimization Notice |
---|
Intel's compilers may or may not optimize to the same degree for non-Intel microprocessors for optimizations that are not unique to Intel microprocessors. These optimizations include SSE2, SSE3, and SSSE3 instruction sets and other optimizations. Intel does not guarantee the availability, functionality, or effectiveness of any optimization on microprocessors not manufactured by Intel. Microprocessor-dependent optimizations in this product are intended for use with Intel microprocessors. Certain optimizations not specific to Intel microarchitecture are reserved for Intel microprocessors. Please refer to the applicable product User and Reference Guides for more information regarding the specific instruction sets covered by this notice. Notice revision #20110804 |