Skip to main content

cusparseCreateCsrilu02Info

Function cusparseCreateCsrilu02Info 

Source
pub unsafe extern "C" fn cusparseCreateCsrilu02Info(
    info: *mut csrilu02Info_t,
) -> cusparseStatus_t
๐Ÿ‘ŽDeprecated
Expand description

This function creates and initializes the solve and analysis structure of incomplete LU to default values.

ยงParameters

  • info: the pointer to the solve and analysis structure of incomplete LU.