stratosphere / incubator-systemml

Mirror of Apache SystemML (Incubating)
Apache License 2.0
1 stars 4 forks source link

add ZipMMInstruction #27

Open FelixNeutatz opened 8 years ago

FelixNeutatz commented 8 years ago

The following tests are green:

ZipMMSparkMatrixMultiplicationTest: testZipMMDenseSparseMVFL() testZipMMSparseDenseMVFL() testZipMMSparseSparseMVFL() testZipMMDenseDenseFL() testZipMMDenseSparseFL() testZipMMSparseDenseFL() testZipMMSparseSparseFL() testZipMMDenseDenseMVFL()

We still have to discuss whether it is a good idea to break the pipeline here. But this should suffice as a first running version :)