init_matrix_handle#

Initializes a matrix_handle_t object to default values.

Description and Assumptions

The oneapi::mkl::sparse::init_matrix_handle function initializes the matrix_handle_t object with default values.

Syntax

namespace oneapi::mkl::sparse {

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

}

Throws

This routine shall throw the following exceptions if the associated condition is detected. An implementation may throw additional implementation-specific exception(s) in case of error conditions not covered here.