jaak-s / BayesianDataFusion.jl

Bayesian multi-tensor factorization methods, with side information
Other
29 stars 19 forks source link

Create matrix type parallelized on several hosts #2

Open jaak-s opened 9 years ago

jaak-s commented 9 years ago

Currently distributed matrix product is already done, but uses Vector{RemoteRef}. Wrap it into a type and add support for *, At_mul_B etc.

Good for readable and manageable code.