We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0727796 commit dc84d46Copy full SHA for dc84d46
1 file changed
include/utils/CSC_Matrix.h
@@ -58,10 +58,8 @@ int count_nonzero_cols_csc(const CSC_Matrix *A);
58
CSC_Matrix *csr_to_csc_alloc(const CSR_Matrix *A, int *iwork);
59
void csr_to_csc_fill_values(const CSR_Matrix *A, CSC_Matrix *C, int *iwork);
60
61
-
62
/* convert from CSC to CSR format */
63
CSR_Matrix *csc_to_csr_alloc(const CSC_Matrix *A, int *iwork);
64
void csc_to_csr_fill_values(const CSC_Matrix *A, CSR_Matrix *C, int *iwork);
65
66
67
#endif /* CSC_MATRIX_H */
0 commit comments