csr2csc_ex2_buffer_size#

nvmath.bindings.cusparse.csr2csc_ex2_buffer_size(
intptr_t handle,
int m,
int n,
int nnz,
intptr_t csr_val,
intptr_t csr_row_ptr,
intptr_t csr_col_ind,
intptr_t csc_val,
intptr_t csc_col_ptr,
intptr_t csc_row_ind,
int val_type,
int copy_values,
int idx_base,
int alg,
) size_t[source]#

See cusparseCsr2cscEx2_bufferSize.