Representation of sparse matrices using an on-disk database. Inherits from dbMatrix.
Value
Objects of class dbSparseMatrix store only non-zero matrix entries
in DuckDB. They are typically returned by dbMatrix() or as.dbMatrix()
for sparse inputs.