Initializes a matrix_handle_t object to default values.
void mkl::sparse::init_matrix_handle (matrix_handle_t handle);
mkl_spblas_sycl.hpp
The mkl::sparse::init_matrix_handle function initializes the matrix_handle_t object with default values, otherwise it throws an exception.
Refer to Exceptions for a detailed description of the exceptions thrown.