TableOfContents(4)

This effort is still a "work in progress". Please feel free to add comments. BRBut please make the content less visible by using smaller fonts. – Edward J. Yoon


Overview

A parallel matrix computation package.

Package Structure


Sparse Matrix

NOTE:

Why sparse matrices?

Storage of sparse matrices

We choosed HBase which column-oriented sparse table storage to reduce storage and complexity.

  1  0  0       (1,1) = 1           
  0  3  1       (2,2) = 3
  0  0  0       (2,3) = 1

See also: \[http://labs.google.com/papers/bigtable-osdi06.pdf Bigtable\], A Distributed Storage System for Structured Data