GraphChi / graphchi-cpp

GraphChi's C++ version. Big Data - small machine.
https://www.usenix.org/system/files/conference/osdi12/osdi12-final-126.pdf
803 stars 312 forks source link

Implement < Linear iterative solver > toolkit of GraphLab #28

Open tinylamb opened 10 years ago

tinylamb commented 10 years ago

solve Ax = b. I put [A b] as a new input matrix.It seems like Graphchi can deal with only a Matrix at one moment. If there is a way to implement app as following: ./bin/solve_linear_app file A.mm b.mm