Visible to Intel only — GUID: GUID-5E0755D5-3DDE-4F59-BCEE-800AA4C65B3C
Visible to Intel only — GUID: GUID-5E0755D5-3DDE-4F59-BCEE-800AA4C65B3C
mkl_graph_vector_create
Creates an empty graph vector.
Syntax
mkl_graph_status_t mkl_graph_vector_create (mkl_graph_vector_t *v);
Include Files
mkl_graph.h
Description
The mkl_graph_vector_create routine creates an empty graph vector (allocates internal structure and initializes internal data with default values).
A graph vector must be created by calling mkl_graph_vector_create prior to any usage in other graph routines.
Output Parameters
- v
-
An empty graph vector.
Return Values
The function returns a value indicating whether the operation was successful or not and why. Refer to Graph API Glossary for a list of possible options.
Product and Performance Information |
---|
Performance varies by use, configuration and other factors. Learn more at www.Intel.com/PerformanceIndex. Notice revision #20201201 |