Skip to main content

Module matrix

Module matrix 

Source

Structs§

DenseMatrixDescriptor
DenseMatrixInfo
MatrixDescriptor
SparseMatrixDescriptor
SparseMatrixShape

Functions§

coo_to_csr
Converts uncompressed row indices in COO format into compressed row pointers in CSR format.
csr_to_coo
Converts compressed row pointers in CSR format into uncompressed row indices in COO format.
csr_to_csc
Converts a sparse matrix in CSR format into a sparse matrix in CSC format. The resulting matrix can also be seen as the transpose of the original sparse matrix. This can also convert a matrix in CSC format into a matrix in CSR format.
csr_to_csc_buffer_size
dense_to_sparse_analysis
dense_to_sparse_buffer_size
dense_to_sparse_convert
sparse_to_dense
Converts matrix_a in CSR, CSC, or COO format into its dense representation matrix_b. Blocked-ELL is not currently supported.
sparse_to_dense_buffer_size