mkl_graph_matrix_create

Creates and empty graph matrix.

Syntax

mkl_graph_status_t mkl_graph_matrix_create (mkl_graph_matrix_t *A);

Include Files

Description

The mkl_graph_matrix_create routine creates an empty graph matrix (allocates internal structure and initializes internal data with default values).

Note

A graph matrix must be created by calling mkl_graph_matrix_create prior to any usage in other graph routines.

Output Parameters

A

An empty graph matrix.

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