mkl::sparse::init_matrix_handle

Initializes a matrix_handle_t object to default values.

Syntax

void mkl::sparse::init_matrix_handle (matrix_handle_t handle);

Include Files

mkl_spblas_sycl.hpp

Description

The mkl::sparse::init_matrix_handle function initializes the matrix_handle_t object with default values, otherwise it throws an exception.

Note

Refer to Exceptions for a detailed description of the exceptions thrown.