Introducing MatrixExtra
Sparse Matrix Formats | 1. COO (coordinate) or triplets, a.k.a. "TsparseMatrix": | 2. CSR (compressed sparse row), a.k.a. "RsparseMatrix" | 3. CSC (compressed sparse column), a.k.a. "CsparseMatrix" | 4. Sparse vectors | Sparse objects in Matrix | Doesn't Matrix provide everything? | Why is CSR needed? | MatrixExtra to the rescue | Important!! | What else does it do? | Modifying sub-optimal behaviors from Matrix | A real-world example