稠密向量格式#

稠密向量使用单个数据数组表示,该数组以线性方式存储在内存中,例如以下 \(7 \times 1\) 稠密向量。

../_images/dense_vector.png

稠密向量表示#