Representation of dense matrices using an on-disk database. Inherits from dbMatrix.
Value
Objects of class dbDenseMatrix store all matrix entries explicitly
in DuckDB. They are typically returned by dbMatrix() or as.dbMatrix()
for dense inputs.