onemkl::sparse::matrixInit

Initializes a matrixHandle_t object to default values.

Syntax

void onemkl::sparse::matrixInit(matrixHandle_t hMatrix)

Include Files

mkl_spblas_sycl.hpp

Description

The onemkl::sparse::matrixInit function initializes the matrixHandle_t object with default values, otherwise it throws an exception.

Note

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

Parent topic: Sparse BLAS Routines