Developer Reference for Intel® oneAPI Math Kernel Library for C

ID 766684
Date 3/31/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

mkl_graph_matrix_get_property

Retrieves a value for a particular property of a graph matrix.

Syntax

mkl_graph_status_t mkl_graph_matrix_get_property (mkl_graph_matrix_t A, mkl_graph_property_t property, void *value);

Include Files
  • mkl_graph.h

Description

The mkl_graph_matrix_get_property routine retrieves a particular property of a graph matrix.

Input Parameters
A

A graph matrix from which the property value is retrieved.

property

Name of the property. Refer to Graph API Glossary for a list of possible options and corresponding value types.

Output Parameters
value

A pointer to the value of the specified property of the graph matrix A. The type of the value depends on the property requested. Refer to Graph API Glossary for a list of possible options.

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