JuliaParallel / Blocks.jl

A framework to represent chunks of entities and parallel methods on them.
MIT License
30 stars 6 forks source link

adapt to Julia 0.4/0.5, add matrix block abstractions #16

Closed tanmaykm closed 9 years ago

tanmaykm commented 9 years ago

Added simple implementations for RandomMatrix and in-memory DenseMatrix as examples/tests.